mounting NTFS for all users of fedora 3
Hi,
Does anyone know how to mount a NTFS partition for a specific user (nonroot) automaticaly at boot time by using /etc/fstab ??? I have tried to add the following line in the fstab file but the user named sam cannot access the data folder:
/dev/hda5 /home/sam/Desktop/data ntfs ro,auto,nouser 0 0
moreover, i also tried to mount a vfat partition by adding th following line and all user can access easily (read and write too)
/dev/hdb5 /mnt/share vfat rw,noauto,async 0 0
why do all user can access share but not data?
Any suggestion is welcome
|