Closed GoogleCodeExporter closed 8 years ago
I also tried this command from the wiki page MacOSHints
$ opt/s3backer/bin/s3backer -s -d --prefix=dmgtest --compress --blockSize=1m
--size=100g --filename=dmgtest.dmg --listBlocks rptb1-backup-test2
tmp/rptb1-backup-test2
However
$ file tmp/rptb1-backup-test2/dmgtest.dmg
tmp/rptb1-backup-test2/dmgtest.dmg: cannot open
`tmp/rptb1-backup-test2/dmgtest.dmg' (Input/output error)
Same results with --ssl and --vhost.
Original comment by richard....@gmail.com
on 22 Sep 2010 at 4:38
I was able to reproduce this problem.
Not sure what it is though. The trace doesn't show s3backer returning any
errors (all error codes are zero) so the I/O error must be coming from FUSE
itself.
There is probably some incompatibility that has been added in newer versions of
MacFUSE.
I'm not much of a Mac expert so I'm not sure how to start debugging this. Might
be worth asking on the MacFUSE mailing list, perhaps someone there can easily
spot the problem.
Original comment by archie.c...@gmail.com
on 22 Sep 2010 at 5:04
I fixed this on my mac with MacFUSE 2.0.x by doing the following:
./autogen.sh
./configure
perl -p -i -e 's/-lfuse/-lfuse_ino64/g' Makefile
make
make install
Original comment by dysin...@gmail.com
on 5 Mar 2011 at 3:59
I think this can be closed. MacFUSE is dead and has been replaced by Fuse4X.
Fuse4X has joined the MacPort collection, and s3backer works fine with it, but
see issue 32 about configuration.
Original comment by richard....@gmail.com
on 4 Aug 2011 at 5:11
Original comment by archie.c...@gmail.com
on 4 Aug 2011 at 8:48
Original issue reported on code.google.com by
richard....@gmail.com
on 22 Sep 2010 at 4:23