Write file semm cause som error in filesystem
Opened this issue · 1 comments
Battant commented
Hello,
I have tow computer and an ext4 external drive use with fuse-ext2.
It seem that when i write som file on mac os el captain or sierra and then I check the filesystem on ubuntu 16.04 (linux) witch fsck (e2fsck) I found several error in file system
Step to reproduce
- take an external ext4 hand drive
- Install fuse-ext2 and fuse for osx on el captain or sierra
- copy some file on external ext4
- on linux, check the hard drive with fsck or e2fsck command
Result : there is som error on the file system.
Could you confirm my test and help me to fix this issues `?
thanks for your support
Best regards
Battant
alperakcan commented
i can not verify your test, with git master build.
dd if=/dev/zero of=fs.ext2 bs=4096 count=10000000
/usr/local/sbin/mkfs.ext4 fs.ext2
fuse-ext2 fs.ext2 /Volumes/alper -o rw+
cp -a test.files /Volumes/alper
umount /Volumes/alper
/usr/local/sbin/e2fsck fs.ext2