Mounting question

Kyle kyle4jesus at gmail.com
Thu Apr 14 20:58:37 UTC 2011


Try mounting your drives using the following mount command:

sudo mount -t <type> -o rw,umask=000,uid=<uid>,gid=<gid> <device> <dir>

You can determine your uid and gid using a command like

id <username>

It kinda prints out more than you need to know, but the topmost lines 
are your uid followed by your gid. Including these in your mount command 
should solve your problem.
~Kyle




More information about the Blinux-list mailing list