Archive for the ‘User level access’ Category

To access Fat partition from GNU/Linux

July 17, 2008

Edit this file

/etc/fstab

and add this line

/dev/hdb8 /windows vfat umask=000 0 0

here, /dev/hdb8 – is the partition

/windows – is mount point

vfat – is file system type

umask=000 – is option

and save the file n reboot….