I have mounted my Windows Hard Drive D but unless I am in as root I do
not have write access.

Below is my fstab file. Can someone advise me what I need to do to give
me write and read access to this partition from users other than root?

Thanks, Robert

LABEL=/       /               ext3    defaults        1 1
LABEL=/boot   /boot           ext3    defaults        1 2
none          /dev/pts        devpts  gid=5,mode=620  0 0
none          /proc           proc    defaults        0 0
none          /dev/shm        tmpfs   defaults        0 0
/dev/hdc3     swap            swap    defaults        0 0
/dev/cdrom    /mnt/cdrom      iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1   /mnt/cdrom1     iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0      /mnt/floppy     auto    noauto,owner,kudzu 0 0
/dev/hda5     /storage        vfat      rw      0 0 0





Reply via email to