I have a USB flash drive with ext4 mounted by ext4fuse:
Here are the permissions on the directory:
I can list/cd it as user sergeym, but not as root:
What's wrong here?
Code:
$ mount | grep fuse
/dev/fuse on /mnt/usb (fusefs, local, nosuid, synchronous, mounted by sergeym)
Code:
$ grep ext4 /etc/fstab
/dev/da0s1 /mnt/usb ext4 mountprog=/usr/local/bin/ext4fuse,noauto,late,rw 0 0
Code:
$ ll -d /mnt/usb/
dr-xr-xr-x 22 root wheel 4.0K Feb 17 16:25 /mnt/usb/
Code:
# cd /mnt/usb/
/mnt/usb/: Operation not permitted.