Ok, finally got it working on my Mac. Looks like osxfuse has an explicit blocksize
option that is missing in libfuse on Linux.
Adding -o blocksize=1048576
should get it working. I didn't have any luck increasing it further than that.
Ok, finally got it working on my Mac. Looks like osxfuse has an explicit blocksize
option that is missing in libfuse on Linux.
Adding -o blocksize=1048576
should get it working. I didn't have any luck increasing it further than that.