LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Centos and fstab (https://www.linuxquestions.org/questions/linux-general-1/centos-and-fstab-349659/)

tuxgurz 08-03-2005 01:45 PM

Centos and fstab
 
i can't seem to be able to acess my windows partions [FAT32]

Code:

# This file is edited by fstab-sync - see 'man fstab-sync' for details
LABEL=/                /                      ext3    defaults        1 1
none                    /dev/pts                devpts  gid=5,mode=620  0 0
none                    /dev/shm                tmpfs  defaults        0 0
/dev/hda3              /mp3                    vfat    defaults        0 0
none                    /proc                  proc    defaults        0 0
none                    /sys                    sysfs  defaults        0 0
/dev/hda4              /valknut                vfat    defaults        0 0
LABEL=SWAP-hda2        swap                    swap    defaults        0 0
/dev/hdc                /media/cdrecorder      auto    pamconsole,exec,noauto

i wan't it so i can write to the fat32 partion and have them automounted i already try putting auto,users which mount them but i can't read and write i already try umask=000 that seem to have no effected

any ideas

tuxgurz 08-03-2005 01:49 PM

fixed had to add myself to users groups and remove my username from the group


All times are GMT -5. The time now is 03:25 AM.