IgnorantGuru / udevil

Mount without password
http://ignorantguru.github.com/udevil/
GNU General Public License v3.0
130 stars 30 forks source link

Udevil dont mount usb-stick (exfat fs) with pakage exfat-dkms-1.2.8_4 #81

Open chefuik opened 6 years ago

chefuik commented 6 years ago

Hi, Udevil dont mount usb-stick (exfat fs) with pakage exfat-dkms-1.2.8_4 (Exfat kernel driver (nofuse)), when trying to mount manually: # udevil mount /dev/sdb /media the udevil reports: mount: /media/E: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error. It's the mounted, if you delete option "nonempty" in the line: default_options_exfat = nosuid, noexec, nodev, noatime, umask=0077, uid=$UID, gid=$GID, iocharset=utf8, namecase=0, nonempty in the config file: /etc/udevil/udevil.conf or if use pakage fuse-exfat-1.2.8_1 (Free exFAT file system implementation). please comment how you see it, thanks. p.s. the distributive - voidlinux p.p.s. sorry for my English.

mlindner commented 4 years ago

I'm having the same problem I believe. In kernel 5.5.3 that I'm using exfat is part of the kernel now and udevil won't mount it with the same error.