Backup to NTFS Drive?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Backup to NTFS Drive?
# 1  
Old 05-17-2009
Backup to NTFS Drive?

Just some info about my hard drive setup. I have a 150GB WD Raptor X as my boot drive with partitions for Ubuntu and Windows. I have 500GB hard drive for my home partition (mainly to keep my movie and music collections since the Raptor is too small) and I also have an external 500GB hard drive (eSATA for what it's worth) formatted NTFS, because I use it both on Ubuntu and the rare boots into Windows, and I'd like to be able to backup some of my folders to it, ideally automatically. I've looked at rsync and am not sure where to start with it, or if I should use something else. When I buy movies or music, I usually rip them and never use the disc again, so I'd like to have a folder on my external drive mirror my /home/*/Videos folder, either right after a rip or a midnight folder sync or something. What would be a good way to go about backing up like that? I'd be willing to format my external to ext3 if need be.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

How to access a NTFS partition on hard drive through Terminal in OSX ?

Hi , I have a Mac OS X Lion mac book pro. I have a hard drive which I have partitioned in two (a) OSX Partition - Mac OS Extended Journaled format. Mount point: / (b) Data Partition - Windows NT Filesystem format. Mount point: /Volumes/Data I need to access the NTFS partition (I have a... (6 Replies)
Discussion started by: neil.k
6 Replies

2. UNIX for Dummies Questions & Answers

Data files on AIX to NTFS Drive

How can I copy a data disk on an AIX system to a Windows readable format (0 Replies)
Discussion started by: Phill
0 Replies

3. Red Hat

Mounting NTFS Drive through JBOD

Very green to the world of Linux/Unix computing, as I have recently been tasked with getting out internal network set up for incoming data sets we are receiving. Unfortunately our system is Linux/Unix mainly, and the drives that are coming in are SATA NTFS formatted. I'm wondering if there... (0 Replies)
Discussion started by: cbrowne20
0 Replies

4. Solaris

possible to do ufsdump backup without a tape drive ?

hi friends, i am trying to patch a solaris 9 server. However i need to do a ufsdump backup before any patching. There is no hardware port for connecting the tape drive. Any other ways to do a ufsdump ? :wall: (2 Replies)
Discussion started by: Exposure
2 Replies

5. UNIX for Dummies Questions & Answers

copying to an ntfs formatted flash drive

I copied some files from my Linux EXT4 box to an ntfs flash drive. I have ntfs-3g installed, and the files copied fine, but I could not view them on a Windows box. What happened? Did it not write them using NTFS? Did it mount the drive under a different file-system (is that even possible)? (1 Reply)
Discussion started by: glev2005
1 Replies

6. HP-UX

tape drive access/backup

Need assistance: Have HP Visualize C3600 workstation, HP-UX 10.20, and HP C6364A 12GB DDS-3 SCSI DAT drive. I am not a UNIX programmer and did not configure/build workstation. Ran ioscan and shows up as HPC1537A, class tape, and 10/0/15/0.2.0. Switch on back of unit is denoted SCSI ID and is... (5 Replies)
Discussion started by: davel1000
5 Replies

7. Shell Programming and Scripting

Drive backup Images

About once a year I update my scripts and make little tweeks. This is my latest... #! /bin/bash # # OS: Unix/Linux # Name: hda-to-hdc # Ver: 03/01/08 # Purpose: Full disk image copy # By: Jan Zumwalt - www.neatinfo.com - root directory list # # REMARKS: # I use... (1 Reply)
Discussion started by: jwzumwalt
1 Replies

8. UNIX for Advanced & Expert Users

Can I mount Windows NTFS drive?

Just inherited a windows server to support. Windows 2003 Enterprise edition I can view driver / folders on the windows NTFS volume by mapping a drive from my windows laptop.. Can I mount this from a unix server also? I heard you can use Microsoft Services for Network File System... (3 Replies)
Discussion started by: frustrated1
3 Replies

9. Filesystems, Disks and Memory

mount NTFS drive ???????

can someone help tell me how to mount NTFS drive in redhat 7.1 1. is this correct ? dev/hda1 mnt/c ntfs-t defaults 0 0 2.is the mount file etc/fstab thanking you all ... (3 Replies)
Discussion started by: immanuelgangte
3 Replies
Login or Register to Ask a Question
GRUB-PROBE(3)						     Library Functions Manual						     GRUB-PROBE(3)

NAME
grub-probe -- Probe device information for a given path. SYNOPSIS
grub-probe [-m | --device-map=FILE] [-t | --target=(fs|fs_uuid|fs_label|drive|device|partmap| abstraction|cryptodisk_uuid| msdos_parttype)] [-v | --verbose] (PATH|DEVICE) DESCRIPTION
grub-probe probes a path or device for filesystem and related information. OPTIONS
--device Final option represents a DEVICE, rather than a filesystem PATH. --device-map=FILE Use FILE as the device map. The default value is /boot/grub/device.map. --target=(fs|fs_uuid|fs_label|drive|device|partmap|msdos_parttype) Select among various output definitions. The default is fs. fs filesystem module fs_uuid filesystem UUID fs_label filesystem label drive GRUB drive name device System device partmap partition map module abstraction abstraction module cryptodisk_uuid cryptographic container msdos_partmap MS-DOS partition map --verbose Print verbose output. (PATH|DEVICE) If --device is passed, a block DEVICE. Otherwise, the PATH of a file on the filesystem. SEE ALSO
info grub Wed Feb 26 2014 GRUB-PROBE(3)