[Bug 436817] Review Request: fusecompress - FUSE based compressed filesystem implementation

bugzilla at redhat.com bugzilla at redhat.com
Mon Mar 10 16:52:37 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: fusecompress - FUSE based compressed filesystem implementation
Alias: fusecompress-review

https://bugzilla.redhat.com/show_bug.cgi?id=436817





------- Additional Comments From lkundrak at redhat.com  2008-03-10 12:52 EST -------
Note that this is ugly and I need some serious assistannce; The package includes
a mount.fusecompress wrapper which looks as follows, to enable me to be able to
place the filesystem in fstab and add options there:

IFS=,
for i in $4
do
        if [ ! "$i" = "rw" ]
        then
                echo $i
        fi
done |xargs /usr/bin/fusecompress $1 $2

Obviously rw is not the only possible option not understandable by fusecompress.
I guess there should be no such script, I am just not aware how to do that, and
thus I would be very thankful if someone with previous experience with fuse had
a short look at this and kicked me in the right direction.

Thanks!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list