andrinux / fusecompress

GNU General Public License v2.0
0 stars 0 forks source link

hardlink read/write inconsistency #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The second read() on file "b" in test/link.c doesn't get through to us. FUSE
seems to assume instead that the data is still the same as when reading it
the first time. This is a bug in FUSE, NTFS-3G exhibits the same problem. It
is triggered by Firefox and probably other software doing funny stuff with
hardlinks.

Try compiling test/link.c with -DSTRICT. Will work on kernel filesystems,
but not in FUSE.

Original issue reported on code.google.com by ulrich.h...@gmail.com on 5 Aug 2008 at 4:13

GoogleCodeExporter commented 8 years ago

Original comment by ulrich.h...@gmail.com on 13 Aug 2008 at 12:58

GoogleCodeExporter commented 8 years ago

Original comment by ulrich.h...@gmail.com on 31 Aug 2008 at 8:59

GoogleCodeExporter commented 8 years ago
Still an issue with FUSE 2.8.6.

Original comment by ulrich.h...@gmail.com on 4 Nov 2011 at 3:51