-
Notifications
You must be signed in to change notification settings - Fork 149
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
ntfs-3g can't support a device node named with comma? #86
Comments
There is a way to escape commas in libfuse 2.8 and higher, allowing you to mount block devices with a comma in them. Here's an experimental patch to support such devices: |
|
One thing that I forgot to mention: You have to build |
so that I shoud also build a external libfuse? |
Excuse me, could you please tell me how to use a external libfuse rather than libfuse-lite? /home/xxx/code/ntfs-3g/ntfs-3g/src/lowntfs-3g.c:4586: undefined reference to Please give some advices, |
Sorry, I can't tell you how to build software for your own platform, it's not my area of expertise. In Ubuntu/Debian or Fedora you would just install the package If you need help with integration for an embedded platform then you should maybe consider our commercial support offerings: https://www.tuxera.com/products/tuxera-ntfs-embedded/ |
|
when I use ntfs-3g in Android 12, and after plug an usb flash drive(whose file system is ntfs) into my board. the vold of Android will create a device node like "/dev/block/vold/public:8,1", and when I use ntfs-3g to mount this device node, by executing "ntfs-3g /dev/block/vold/public:\8,1 /mnt". The result is "ntfs-3g-mount: mount failed: No such file or directory".
so, has anyone ever had a similar problem? And who can give me some advice?
Thanks very much!
The text was updated successfully, but these errors were encountered: