[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Mounting Vfat Partitions
Larry J White said:
> The problem is that /f and /g have permissions of 755
> allowing only root to write to the two partitions. I want all users to be
> able to write to /f and /g.
Add "umask=0" to the options field (4th field) of /etc/fstab for each
vfat filesystem. (If they currently say "defaults", just change that
to "rw,umask=0".)
There are various other useful options for FAT filesystems. See the
mount(8) man page. (Search for "Mount options for fat".)
Steve
--
steve@silug.org | Southern Illinois Linux Users Group
(618)398-7320 | See web site for meeting details.
Steven Pritchard | http://www.silug.org/
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.