MR.T
Group: Members
Posts: 6
Joined: Sep. 2005 |
|
Posted: Sep. 28 2005,22:39 |
|
I want to mount a FAT32 partition on boot but I cant seem to get it to work.First I tried editing fstab and adding this entry:
dev/hda3 /mnt/hda3 vfat noauto,users,exec,unmask=000,uid=1001,gid=50, 0 0
but that didn't work so I tried editing the /opt/bootlocal.sh file and adding the line:
mount /dev/hda3 /mnt/hda3
that worked but I did not have permission to read the partition...so i tried using the chmod command to edit the permissions but no matter what I do they will not change.I can however view the partition if I am root.
how can I get this to work
|