Hi, my name is Steven. I am trying to figure out the mount command to put into /etc/fstab;
Basically I want a FAT32 partition mounted, but I want specific user/group ownership for a normal user of the mountpoint and all directorys/files in it.
I currently have this in /etc/fstab:
/dev/sda8 /home/steven/sda8 vfat locale=en_US.utf8,windows_names,uid=500,gid=501,umask=0022,noatime 0 0
but i get the following:
[root@centos steven]# mount /dev/sda8 mount: wrong fs type, bad option, bad superblock on /dev/sda8, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
On 03/13/2014 08:31 PM, John Doe wrote:
vfat locale=en_US.utf8
Try just "utf8"
Example: UUID=12102C02102CEB83 /media/windows vfat auto,users,uid=1000,gid=100,dmask=027,fmask=137,utf8 0 0
dmesg says:
FAT: Unrecognized mount option "locale=en_US.utf8" or missing value FAT: Unrecognized mount option "locale=en_US.utf8" or missing value FAT: Unrecognized mount option "locale=en_US.utf8" or missing value
On Thursday, March 13, 2014 6:25 PM, Ljubomir Ljubojevic centos@plnet.rs wrote:
On 03/13/2014 08:31 PM, John Doe wrote:
vfat locale=en_US.utf8
Try just "utf8"
Example: UUID=12102C02102CEB83 /media/windows vfat auto,users,uid=1000,gid=100,dmask=027,fmask=137,utf8 0 0
On 03/14/2014 01:45 AM, John Doe wrote:
dmesg says:
FAT: Unrecognized mount option "locale=en_US.utf8" or missing value FAT: Unrecognized mount option "locale=en_US.utf8" or missing value FAT: Unrecognized mount option "locale=en_US.utf8" or missing value
I meant remove "locale=en_US.utf8" and use just ",utf8". Look at example!
On Thursday, March 13, 2014 6:25 PM, Ljubomir Ljubojevic centos@plnet.rs wrote:
On 03/13/2014 08:31 PM, John Doe wrote:
vfat locale=en_US.utf8
Try just "utf8"
Example: UUID=12102C02102CEB83 /media/windows vfat auto,users,uid=1000,gid=100,dmask=027,fmask=137,utf8 0 0