macos-fuse-t / fuse-t

Other
889 stars 6 forks source link

Problem with options/parameters containing slashes #35

Open mbirth opened 1 year ago

mbirth commented 1 year ago

Trying to use fuse-t for ihaveamac/ninfs, it seems fuse-t stumbles over options containing slashes. E.g. when setting a volname of Nintendo Switch NAND (dev/disk6), fuse-t seems to try to mount /disk6, completely ignoring the separately given path to mount.

The author of ninfs now has done a workaround in ihaveamac/ninfs#103 . But you might want to investigate as well, so fuse-t handles options just like osxfuse/macfuse does.

macos-fuse-t commented 1 year ago

You should quote the name: -o volname="Nintendo Switch NAND". Also it cannot contain "/" because it won't be a valid folder name