relan

Results 138 comments of relan

Thanks for testing! Looks like I'll have to merge `simplefuse` first, which breaks OpenBSD support :(.

I know. That branch is a work-in-progress.

Thanks for reporting. In the Windows Vista times the label was indeed 30 bytes long. I'll truncate it to 22 bytes.

Wow. I didn't expect this happening ever. Thanks for letting know. I'll leave this issue open because some things will probably need to be adjusted in the code.

> fsync failed: Input/output error This is a hardware failure, not a software issue.

Check the output of `journalctl` or `/var/log/messages`.

Any traces of a crash later? What distro do you use?

Works for me on Ubuntu 16.04.6. I'm afraid I can't help you without a crashlog.

Thanks for the detailed bug report! The root cause is the utf8_to_wchar() function: is does not check the upper 2 bits of the 2nd and subsequent bytes in the UTF-8...