On 26/10/13 22:19, Ian Abbott wrote:
> $ mount
> ...
> /dev/sdc1 on /media/user/EXFAT-DRIVE type fuseblk
> (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
> /dev/sdd1 on /media/user/FAT32-DRIVE type vfat
> (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0077,codepage=437,iocharset=utf8,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2)
>
> It's also interesting that a lot of options have been automatically
> passed to mount when mounting the drive with the FAT32 filesystem, but
> the options when mounting the drive with the exFAT system are much more
> sparse. Perhaps the thing that passes the options doesn't know about
> exFAT yet. The options passed to fuse look wrong anyway.
A quick follow-up. The options passed for the exFAT filesystem are the
same as those passed for an NTFS filesystem mounted in the same way.
Possibly not too surprising as they both use partition type '7'.
However, the automounted NTFS drive has everything owned by user:user
(the user and group that mounted it) with permissions 600 for files and
700 for directories.