Hi, On Mon, 8 Dec 2008 16:03:06 -0500, "Paul L" wrote: > Hi, I'm a new user of NILFS2, and I'm using it for both my root and > home partition. Since none of the boot loaders support NILFS2, I had > to use a small ext2 partition to boot, and use initrd scripts to load > the nilfs2 kernel module. > > So far everything seems to work fine. But I notice that only one > clearnerd is running, and that's for my home partition. This is > probably because the initrd I use didn't have the nifs_cleanerd binary > in it, so mounting the root partition will not start it. I wonder if > it's safe to start it later manually? Something like "nilfs_cleanerd > /" in the rc.local script?
Thanks for reporting. You can manually start nilfs_cleanerd, or you can do it through mount program. For example, if your boot partition is initially mounted read-only, you can change it to writable mount by a re-mount option: # mount -t nilfs2 -o rw,remount /dev/xxx /mount-dir This remount operation involves invocation of nilfs_cleanerd. > BTW, thanks for the exellent work, the performance is great on my SSD > netbook, much better than ext2 and reiserfs. Interesting. Could you tell me what brand of SSD is used in the netbook? Regards, Ryusuke Konishi _______________________________________________ users mailing list [email protected] https://www.nilfs.org/mailman/listinfo/users
