Search This Blog

Mount a FAT 32 partition writable on Linux

  • Edit /etc/fstab and add the following line:
    /dev/hda5    /win32data   vfat   rw,noatime,uid=500,gid=500,user   0 0
    where /dev/hda5 is the FAT32 partition, and uid=500,gid=500 will make the user(uid=500) be the owner of the mounted partition.

No comments:

Post a Comment