Nilfs-utils compiled properly with patch after following instructions from your previous post. Here is what came out:
u...@laptop:~$ sudo fsck0.nilfs2 /dev/sdb Super-block: revision = 2.0, checksum = OK blocksize = 4096 write time = 2008-12-28 09:48:42 indicated partial segment: blocknr = 4263936 segnum = 2082, seq = 11746, cno=6661 Clean FS. u...@laptop:~$ sudo mount /media/pendrive/ mount.nilfs2: Error while mounting /dev/sdb on /media/pendrive: Invalid argument On Thu, Jan 15, 2009 at 6:01 PM, Ryusuke Konishi <[email protected]> wrote: > Hi! > On Thu, 15 Jan 2009 16:03:07 +0100, "Milos Jana" wrote: > > I managed to apply the patch (the file fsck0.nilfs2.c was created) but > > after building nilfs-utils I can't find fsck0.nilfs2 command, it looks > > like it was not compiled. > > > > Here is build log: http://wklej.org/id/39551/ > > Okay. In some environment, Makefiles are not regenerated automatically. > You may have to run automake and autoconf before running the > ./configure script. The full build procedures are as follows: > > $ tar jxf nilfs-utils-2.0.6.tar.bz2 > $ cd nilfs-utils-2.0.6 > $ patch -p1 < path-to-fsck0.patch > [ usually omissible > $ aclocal > $ autoheader > $ libtoolize -c --force > $ automake -a -c > $ autoconf > ] > $ ./configure > $ make > > $ sudo make install > $ sudo fsck0.nilfs2 <device> > > If your machine doesn't have autoconf, automake, or libtool package, > these may be required in advance. > > How did it come out? > > Ryusuke >
_______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
