You are not logged in.

#1 2016-08-15 15:17:50

hendry
Member
From: Singapore
Registered: 2009-09-08
Posts: 157
Website

fusermount: option blkdev is privileged

Hi,

I can `mount /mnt/sdcard` as root fine, but not as my user.

$ mount /mnt/sdcard/
FUSE exfat 1.2.4
fusermount: option blkdev is privileged
~$ grep sdcard /etc/fstab
LABEL=CANON_DC /mnt/sdcard auto nofail,noauto,user 0 0

When I mount it as root, it looks like

/dev/mmcblk0p1 on /mnt/sdcard type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,user)

How do I fix these permissions? blkdev is not a group, so I am confused.

Offline

Board footer

Powered by FluxBB