-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fuse-exfat-1.3.0_1 won't mount drives with udevil #2928
Comments
Solved on my end installing kernel driver |
Tried this, I can't seem to get it to build on install or using
|
@Gigahawk Is your system up to date? The compile time error of exfat-dkms with linux4.18 should be fixed in the current exfat-dkms package. Maybe you also have to clean the build directory manually. |
I installed it after running I don't think it's an issue with |
Mh... I don't have a Clue what could cause |
I see this error after updating a laptop. It now fails to build e.g. dkms module rtl8812au-dkms giving me exactly this error. I booted into 4.18.18 to have the previously built module for WIFI. xuname: Void 4.18.18_1 x86_64 AuthenticAMD uptodate F Which dependency of the dkms build process did recently change? Here's an example compiler and tools/objtool/objtool call which then make objdump print the error:
FWIW with binutils-2.31.1 from #4312 I can build rtl8812au-dkms on my other box. |
This seems to be the bug in binutils-2.29.1: Installing binutils-2.31.1 on the laptop where the build fails does not solve the problem. |
Uh, so it was elfutils-0.175 ... |
@biopsin seems to install correctly now (at least on the kernel I'm running) but the same error still persists. I'm not entirely sure that the kernel module is being loaded properly though, |
Think you should head over to https://github.com/dorimanx/exfat-nofuse , I see folks are having issues with newer kernels, as I'm still on 4.9 Also see pull request dorimanx/exfat-nofuse#137
|
System
Void 4.18.7_2 GenuineIntel notuptodate rrrmFFFFFF
fuse-exfat
Expected behavior
udevil will mount an exfat drive in /media/, creating that folder if it is not already there.
Actual behavior
If the folder doesn't exist, fuse-exfat will error out with
Steps to reproduce the behavior
I'm guessing there's some issue with the way the new version of fuse-exfat handles (or doesn't handle)
nonempty
, since that option is set by default with udevil. Passing it in manually doesn't seem to do anything either.Regular mounting by creating a folder and using
sudo mount
still works fine, and provided the folder you create remains, udevil will also work, but it won't delete the folder after you unmount.The text was updated successfully, but these errors were encountered: