-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Udevil dont mount usb-stick (exfat fs) with linux kernel 5.5.3 #89
Comments
Look first in 'sudo dmesg --color=always | tail -n 100'
Remove 'nonempty' from default_options in udevil.conf solves this; but it's very slow to mount tho. My kernel 5.4.22 $ udevil mount /dev/sdc1 --verbose |
Debian Bullseye/testing Kernel 5.7.0-1amd64. |
Someone should create pull request for this, so that default udevil comes without |
remove nonempty default option for exfat which is not supported by the kernel exfat driver --> see IgnorantGuru#89
Now that exfat is part of the linux kernel, no additional fuse packages are needed. udevil should just mount it like it does any other partittion, however this doesn't work. I get the error:
mount: /media/sdb1-usb-Kingston-DataTra: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error.
Possibly related to #81
The text was updated successfully, but these errors were encountered: