andrinux / fusecompress

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

Filesystem crashes when writing large files via samba share #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Samba share with a fusecompress filesystem on it
2. Write a large (Many Gigs) file to it via samba over the network
3.

What is the expected outcome? What happens instead?
It should write and compress the file. Instead the filesystem crashes

What FuseCompress version are you using? What distribution? What kernel?
What FUSE release?
after 0.9.1.1 - svn pull
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
2.6.18-128.1.10.el5
2.7.3

Please provide any additional information below.
[root@valvcsnas001vm ~]# ./fusecompress_mount.sh
fusecompress: ERR direct_decompress 565: short read in compressed file
valvcshd001vm/valvcshd001vm/20090611_12358/1-unmount.dat (probably corrupt)
fusecompress: ERR direct_decompress 565: short read in compressed file
valvcshd001vm/valvcshd001vm/20090611_12358/1-unmount.dat (probably corrupt)
./fusecompress_mount.sh: line 10: 13023 Segmentation fault     
/opt/fusecompress/bin/fusecompress -o gz,nodetach
/storage/midev_vm_backend/ /storage/midev/vm/

Original issue reported on code.google.com by LinuxGur...@gmail.com on 11 Jun 2009 at 5:08

GoogleCodeExporter commented 8 years ago
How large is the file, precisely? >2GB? >4GB? Does the same problem occur when
writing the file locally, without going through Samba?

Original comment by ulrich.h...@gmail.com on 28 Jul 2009 at 11:43

GoogleCodeExporter commented 8 years ago
Can't reproduce this.

Original comment by ulrich.h...@gmail.com on 2 Dec 2011 at 1:02