mgh;202829 Wrote: 
> /etc/mtab:/dev/sda1 /media/SimpleDrive ntfs
> rw,nosuid,nodev,uid=1000,gid=1000,umask=077,iocharset=utf8 0 0
> 
> You know, this could be fun if I can learn my way around.

Yes, it's the beginning of the addiction... ;-)

That umask=077 needs to be changed to 022. However, you can't change it
in /etc/mtab - that file just lists what's mounted, rather than
controlling how they're mounted. It might be worth trying to remount it
manually, just to confirm that this is the only problem:
umount /media/SimpleDrive
mount /dev/sda1 /media/SimpleDrive -t ntfs -o
rw,nosuid,nodev,uid=1000,gid=1000,umask=022,iocharset=utf8

(there shouldn't be a space in "iocharset", but the forum seems to be
displaying it with a space for some buggy reason)

If that works then you can look into getting the system to mount it
properly in the 1st place.


-- 
bukharin
------------------------------------------------------------------------
bukharin's Profile: http://forums.slimdevices.com/member.php?userid=10859
View this thread: http://forums.slimdevices.com/showthread.php?t=35254

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to