I am using Debian Sarge and altered fstab to mount my Windows partitions:
Code:
/dev/hda5 /mnt/win_e vfat rw,users 0 0
/dev/hda1 /mnt/win_c ntfs rw,users 0 0
This works and are mounted at boot. The problem I am having is that they are owned by root. I cannot view the NTFS partition, whereas I can view the FAT. When I try to view the NTFS partition , I get an error saying that I do not have the correct permission to view it. The permissions are set for the owner to view and exectue only, nothing for group and others.
I have tried to chmod win_e like:
I do this in /mnt but the permissions do not change.
What I would like to do is have these mounted on boot and view the NTFS partition and be able to write to the FAT partition. Any ideas? As it is now, I have to be root to view NTFS and to write to the FAT.