Closed fwfly closed 4 years ago
if you follow readme cmd, you will get "permission deny" and "Wrong magic number" error.
The reason is the file need to be format before mounting it. If you didn't format it, csb->magic would get 0 because we create with /dev/zero
It's fine when using make test.img
Thank @fwfly for contributing.
if you follow readme cmd, you will get "permission deny" and "Wrong magic number" error.
The reason is the file need to be format before mounting it. If you didn't format it, csb->magic would get 0 because we create with /dev/zero
It's fine when using make test.img