Linux tip, Fedora tip / howto: how to mount a vfat (FAT32) drive such that it is writable

 
Note that these tips are mostly outdated


back to notes and tips index

Try my online puzzle page with Calcudoku, Killer Sudoku and online Sudoku.

how to mount a vfat (FAT32) drive such that it is writable

  • use the following line in your /etc/fstab:
    /dev/hdb4 /scratch vfat auto,user,rw,uid=500 0 0 where:
    /dev/hdb4 is the drive with the FAT filesystem
    /scratch is the directory you want to mount it
    uid=500 is the userid of the user who should own the drive
    (type id to see what your uid number is)


← back to notes and tips index
Please do not copy the text of this tip (© Patrick Min) to your web site.