Hi Aaron,
If you set up the drive in your fstab to be auto mounted at boot time it should 
work.  There is lots of info in the ubuntu forums about fstab ("file system 
table"), but the simple edit is:

1) find out the device name using "mount". It should be something like 
/dev/sda#.
2) unmount the drive: sudo umount /dev/sda#
3) make a directory to mount the drive: sudo mkdir /media/70G_drive (or 
/media/win, or whatever)
4) back up your fstab file: sudo cp /etc/fstab /etc/fstab_backup
5) edit your fstab file: gksudo gedit /etc/fstab
6) add the text:

   # Below added by Aaron to mount windows partition
   /dev/sda#    /media/70G_Drive        ntfs    user,auto,umask=000,sync        
0       0

When you start up, the drive should always mount to the same place and
appear on the desktop.  If not, follow mahiyar's directions here:
http://ubuntuforums.org/archive/index.php/t-449342.html and check your
configuration.

Cheers

-- 
[Hardy] Links to ntfs folders do not work properly on reboot
https://bugs.launchpad.net/bugs/234691
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to