LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Yoper (https://www.linuxquestions.org/questions/yoper-57/)
-   -   Editing fstab (https://www.linuxquestions.org/questions/yoper-57/editing-fstab-248310/)

jodef 10-28-2004 05:36 AM

Editing fstab
 
Hi all this is my first time with Yoper one quick question, I would like a FAT partition to be automounted on boot up so I can access the contents I have tried editing fstab and so far nothing works what is the line I would need to add to my fstab.

Posted question in Yoper forums but they seem to be down.

Gay R0b0t 10-28-2004 07:18 AM

try something along the lines of:
/dev/hda1 /mnt/windows fat32 (not sure about options tho...)

(assuming windows is 1st partition)


sorry i couldn't be more help.

I have also had problems mounting windows partitions recently (ie won't mount on boot, and will not allow me to write to them, can only access as root) and i havn't been able to find a suitable solution.

Hang in there, something may come up.

dxdad 10-31-2004 09:04 AM

Like "Gay R0b0t" (nice name :confused: ) said add something like:

/dev/hda2 /mnt/wherever vfat auto,rw

I think the last bit is right, i'm in windows at the moment so I can't check. You need the auto is you want it to automatically mount everytime Linux boots, and I think you need the rw to make it not read only. You may have problems writing to it if is an NTFS partition (of course if it is NTFS you replace the VFAT with NTFS).

Psyddicus 11-05-2004 06:04 AM

Here's the fstab entry I use. I've always found it automatically mounted, plus I have the read/write permissions. AFAIK ntfs is not supported for read/write.

Code:

/dev/hdb1                /mnt/win                vfat        users,owner,rw,umask=000        0 0
Hope it helps.

henryg 11-27-2004 09:06 AM

try something like:

/dev/hdb1 /mnt/win supermount fs=vfat,dev=/dev/hdb1,--,rw,iocharset=iso8859-1,codepage=850 0 0



All times are GMT -5. The time now is 11:06 PM.