alperakcan/fuse-ext2

Write file semm cause som error in filesystem

Opened this issue · 1 comments

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

  1. take an external ext4 hand drive
  2. Install fuse-ext2 and fuse for osx on el captain or sierra
  3. copy some file on external ext4
  4. 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

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