Brian Hartman wrote:
I think you're mounting the drives incorrectly. Here's how I would mount them:
mount -t ntfs /dev/hda1 /mnt/win1 mount -t ntfs /dev/hdb1 /mnt/win2
I think that should work for you.
(Note: You need to either be root or do a a sudo to run these commands.)
works great as user "noauto,user"
# grep sda /etc/fstab /dev/sda1 /mnt/sda1 auto noauto,user 0 0 /dev/sda3 /mnt/sda3 auto noauto,user 0 0 /dev/sda2 /mnt/sda2 auto noauto,user 0 0
$ mount /mnt/sda3 $ umount /mnt/sda3
-- shrek-m