alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
804 stars 130 forks source link

Small fix to test section in readme #104

Closed vanreece closed 4 years ago

vanreece commented 5 years ago

Adding the mount_point established one line above to the fuse-ext2 command. If you don't, you get an error.

gigs94 commented 4 years ago

There are also issues with the file to mount... for the dd command you use /tmp/test-fs.ext4 but you are trying to mount /tmp/fuse-ext2.test-fs.ext4, those should be the same file.

alperakcan commented 4 years ago

thank you for your support!