Skip to content
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

Open
mlindner opened this issue Feb 15, 2020 · 3 comments
Open

Udevil dont mount usb-stick (exfat fs) with linux kernel 5.5.3 #89

mlindner opened this issue Feb 15, 2020 · 3 comments

Comments

@mlindner
Copy link

mlindner commented Feb 15, 2020

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

@biopsin
Copy link

biopsin commented Feb 28, 2020

Look first in 'sudo dmesg --color=always | tail -n 100'

[EXFAT] Unrecognized mount option nonempty or missing value

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
ROOT: /bin/mount -v -t exfat -o nosuid,noexec,nodev,noatime,umask=0077,uid=1000,gid=1000,iocharset=utf8,namecase=0 /dev/sdc1 /media/BLACKGO3
mount: /dev/sdc1 mounted on /media/BLACKGO3.
Mounted /dev/sdc1 at /media/BLACKGO3

@thierrybo
Copy link

Debian Bullseye/testing Kernel 5.7.0-1amd64.
Still "nonempty" option to remove but I did not noticed any "slow mount", it is instantaneous on my usb stick.

@Docbroke
Copy link

Someone should create pull request for this, so that default udevil comes without nonempty option for default_options_exfat. it is small change but creates plenty of troubles.

sensslen added a commit to sensslen/udevil that referenced this issue Mar 1, 2022
remove nonempty default option for exfat which is not supported by the kernel exfat driver --> see IgnorantGuru#89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants