Closed
Description
This issue is for tracking things around mounting devices with mctl mount
.
What seems to be not working currently:
- Reading a file containing binary data. Because of this fuse-native issue. The buffer we receive from the device is correct. But we need to convert the file contents buffer to a string here, which results in a different received data by the terminal (eg.
cat
). Test helper:head -c 10 /dev/urandom > mnt/randbytes.bin
- Windows: reading from files might crash (see mtcl mount on Windows #2)
Metadata
Metadata
Assignees
Labels
No labels