Monday, July 11, 2011

Mounting media

These were the options necessary for mounting fat, taken from a web page.
Of interest is the umask parameter.
this could all be added to a mount, or fstab

mount -o ... /dev/sdc1 /mnt  or such

rw,auto,umask=0,uid=1000,gid=1000

or

/dev/sda2 /winshare vfat user,rw,auto,umask=0000,uid=1000,gid=1000,iocharset=utf8 0
/dev/sda2 on /media/sda2 type vfat (rw,umask=000,shortname=mixed,quiet,iocharset=utf8"

No comments:

Post a Comment