Dear Volkov, On Fri, 27 Jun 2008 17:27:28 +0900 (JST), Ryusuke Konishi wrote: > On Fri, 27 Jun 2008 10:03:31 +0400 (MSD), Oleg Volkov wrote: > > > What kind of message was printed in the problem, > > > or did it hang up ? > > > > # mount -f / > > /sbin/mount.nilfs2: invalid option -- f > > > > > > mount -o remount,ro / > > mount -o remount,rw / > > It's my mistake. > > I did not correctly /etc/fstab > > > > --- > > Oleg Volkov > > I realized that the recent mount program passes this option > to helper mount programs, but the current mount.nilfs2 > does not support it. > OK, I will add the option to mount.nilfs2 later.
I've uploaded mount.nilfs2 with the -f option on the nilfs2-utils git tree. It seems to work so far, but I haven't tested it for a root partition. Could you please try it to confirm everything works out? The latest nilfs2-utils is obtainable by $ git clone http://git.nilfs.org/nilfs2-utils.git and can build as follows, $ cd nilfs2-utils $ aclocal && autoheader && libtoolize -c --force $ automake -a -c $ autoconf $ ./configure $ make ( this may require some packages: git-core, libtool, autoconf, automake, and so forth ) Thanks in advance, Ryusuke Konishi _______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
