From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Benton Subject: Re: nilfs_cleanerd won't run on root Date: Fri, 06 Nov 2009 12:17:23 +0000 Message-ID: <4AF413D3.2000300@gmail.com> References: <4AF30E2C.1030104@gmail.com> <87639oqkfb.wl%jir@sekiba.com> Reply-To: NILFS Users mailing list Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <87639oqkfb.wl%jir-27yqGEOhnJbQT0dZR+AlfA@public.gmane.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org Errors-To: users-bounces-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org To: NILFS Users mailing list On 06/11/09 05:41, Jiro SEKIBA wrote: > How is your /proc/mounts like? Thanks for your help, that pointed me in the right direction. /proc/mounts shows the root filesystem as /dev/root, which doesn't exist. If I make a symbolic link /dev/root pointing at /dev/sda2 then I can start nilfs_cleanerd. Now I just need to craft a udev rule to make that symbolic link and start nilfs_cleanerd. Andy