$ grep sdc1 /etc/fstab
UUID=BE5F-383B /sdc1 exfat noauto,rw,user,uid=508,gid=508 1 1

# cat /etc/fuse.conf
# mount_max = 1000
user_allow_other

$ mount /sdc1
FUSE exfat 1.0.1
fusermount: option blkdev is privileged

So I tried as root, and it mounted OK:
mount | grep sdc1
/dev/sdc1 on /sdc1 type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=508,group_id=508,allow_other,blksize=4096)


then as root I tried to copy a file to /sdc1:

# cp rpms.list /sdc1/
cp: cannot create regular file ‘/sdc1/rpms.list’: No such file or directory


So, what else need I do so that regular users can mount and write to usb sticks that are formatted as exfat FS?

These are the relevant rpms installed:
fuse-exfat-1.0.1-1.fc20.x86_64
exfat-utils-1.0.1-1.fc20.x86_64

--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to