Hi, On Wed, 02 Dec 2009 09:52:01 +0100, $,1 a(Bukasz W.ANsjcicki <[email protected]> wrote: > I use kernel v2.6.20.4 with nilfs 2.0.18 and nilfs-utils 2.0.14. > When nilfs_cleanerd is starting I've got: > > Dec 2 09:47:35 ep93xx user.err kernel: NILFS: GC failed during > preparation: cannot read source blocks: err=-5 > Dec 2 09:47:35 ep93xx daemon.err nilfs_cleanerd[1312]: cannot clean > segments: Input/output error > Dec 2 09:47:35 ep93xx daemon.info nilfs_cleanerd[1312]: shutdown > > > $,1 a(Bukasz
Looks I/O error hit on your device. Can you read the partition as a file as follows ? # dd if=/dev/xxx of=/nilfs-disk or if it's too big, try # dd if=/dev/xxx of=/dev/null Regards, Ryusuke Konishi
_______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
