-
Notifications
You must be signed in to change notification settings - Fork 91
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
Problem with exFAT filesystem #14
Comments
Sounds like it may be related to #11. Unfortunately I was unable to reproduce/understand fully the cause of that issue and the reporter found their own workaround. |
I have experienced a similar issue. |
FWIW, exfat will need fuseblk, similar to ntfs-3g, since both rely on FUSE.
I still get:
I am trying to adapt the following article about NTFS for use with exFAT, but still am not having any luck. :-( |
As @UberEclectic mentions, I have the same issues on my rpi3 B+ running Raspbian buster. |
I was debugging the same problem. This is caused because the fuse background process which implements the filesystem will get killed and attempts to access the mount point will fail with the "Transport endpoint is not connected" error. This problem should affect all fuse based filesystems mounted with usbmount. I am not trying to figure out how to workaround this problem. |
@mathieulj , I used usbmount available in the ubuntu 18.04.3 LTS release. This unfortunately is version 0.0.22 which according to the changelog was last updated in Aug 2011. Sorry about that, it is entirely my mistake. It works fine with version 0.0.24 which I built from the git repo. |
@spuiuk The 0.0.24 package worked like a charm for me for exfat |
Dears,
I use your script for an automated display with possibility to update content from usb key.
With normal usb key it work fine but if i use exFAT usb key it doesn't work.
I try may possibilities with installation of packages ntfs-3g, fuseblk, etc... add options on usbmount.conf but it doesn't work.
Without additional packages i have error on mountpoint. It doesn't know exfat filesystem.
After installation of additional packages, nodify usbmount.conf file, it know that it's exFAT filesystem and mount it but he doesn't start personal scripts in mount.d folder. It doesn't unmount correctly usb key and cratch my raspberry.
Could you help me about it?
Thanks a lot for your work
The text was updated successfully, but these errors were encountered: