You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I mount my ext4 partition:
sudo ext4fuse /dev/disk3s1 /Volumes/Linux-mount -o allow_other
Everything works great except for filenames, in which I see : replaced by #003A. For example, when I ls a directory, a file named 07:12:35.jpeg appears as 07#003A12#003A35.jpeg. I have seen no ext4fuse option that seems to address this problem. Any ideas are welcome. Thanks!
I am using Mojave, but the problem I have discussed also happened in previous versions of Mac OS X.
Cheers,
Ramon
The text was updated successfully, but these errors were encountered:
Thanks for sharing and mantaining ext4fuse.
First I mount my ext4 partition:
sudo ext4fuse /dev/disk3s1 /Volumes/Linux-mount -o allow_other
Everything works great except for filenames, in which I see : replaced by #003A. For example, when I ls a directory, a file named 07:12:35.jpeg appears as 07#003A12#003A35.jpeg. I have seen no ext4fuse option that seems to address this problem. Any ideas are welcome. Thanks!
I am using Mojave, but the problem I have discussed also happened in previous versions of Mac OS X.
Cheers,
Ramon
The text was updated successfully, but these errors were encountered: