All of lore.kernel.org
 help / color / mirror / Atom feed
* nilfs_cleanerd for the root filesystem
@ 2011-02-11 13:29 dexen deVries
       [not found] ` <201102111429.41478.dexen.devries-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: dexen deVries @ 2011-02-11 13:29 UTC (permalink / raw)
  To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA

Hello,

It seems mounting NILFS as root filesystem does not cause nilfs_cleanerd to be 
started. I'm not using initrd; just indicated the root partition in kernel's 
command line, so it gets mounted directly.

Is there a way to fix that?
-- 
dexen deVries

[[[↓][→]]]

> how does a C compiler get to be that big? what is all that code doing?

iterators, string objects, and a full set of C macros that ensure
boundary conditions and improve interfaces.

ron minnich, in response to Charles Forsyth

http://9fans.net/archive/2011/02/90
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: nilfs_cleanerd for the root filesystem
       [not found] ` <201102111429.41478.dexen.devries-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2011-02-11 17:10   ` Ryusuke Konishi
  0 siblings, 0 replies; 2+ messages in thread
From: Ryusuke Konishi @ 2011-02-11 17:10 UTC (permalink / raw)
  To: dexen.devries-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA

Hi,
On Fri, 11 Feb 2011 14:29:41 +0100, dexen deVries wrote:
> Hello,
> 
> It seems mounting NILFS as root filesystem does not cause nilfs_cleanerd to be 
> started. I'm not using initrd; just indicated the root partition in kernel's 
> command line, so it gets mounted directly.
> 
> Is there a way to fix that?

No, the cleaner daemon cannot be started if the device gets mounted
directly since the daemon is invoked by the mount.nilfs2 helper
program which is called through the common mount program.

If you want to invoke cleanerd later, try remount:

 # mount -t nilfs2 -o remount /dev/xxx /mount-point


We can also shutdown the cleanerd manually by "nogc" option.

 # mount -t nilfs2 -o remount,nogc /dev/xxx /mount-point


Thanks,
Ryusuke Konishi

> -- 
> dexen deVries
> 
> [[[↓][→]]]
> 
> > how does a C compiler get to be that big? what is all that code doing?
> 
> iterators, string objects, and a full set of C macros that ensure
> boundary conditions and improve interfaces.
> 
> ron minnich, in response to Charles Forsyth
> 
> http://9fans.net/archive/2011/02/90
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-11 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 13:29 nilfs_cleanerd for the root filesystem dexen deVries
     [not found] ` <201102111429.41478.dexen.devries-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-02-11 17:10   ` Ryusuke Konishi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.