Thread: What to auto mount and rw to vfat fs
hi all,
here output fstab , mount fat32 partition want able write to.
coolboarderguy@coolboarderguy-laptop:~$ cat /etc/fstab | grep sda8
/dev/sda8 /mnt/sharefat vfat auto rw,noexec,user 0 0
coolboarderguy@coolboarderguy-laptop:~$ mount | grep sda8
/dev/sda8 on /mnt/sharefat type vfat (rw)
below though.
coolboarderguy@coolboarderguy-laptop:~$ touch /mnt/sharefat/mount_rw_test_file
touch: cannot touch `/mnt/sharefat/mount_rw_test_file': permission denied
have missed? thanks.
mark
try adding umask=000 or similar.
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] What to auto mount and rw to vfat fs
Ubuntu
Comments
Post a Comment