From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryusuke Konishi Subject: Re: lscp: Inappropriate ioctl for device Date: Sat, 25 Jul 2009 01:07:03 +0900 (JST) Message-ID: <20090725.010703.69176349.ryusuke@osrg.net> References: <4A69D37E.9090000@epoch.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: <4A69D37E.9090000-ZE272gM1l1AAvxtiuMwx3w@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: users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org, dfuller-ZE272gM1l1AAvxtiuMwx3w@public.gmane.org Hi, On Fri, 24 Jul 2009 08:30:06 -0700, David Fuller wrote: > I just recently installed Ubuntu 9.04 and custom built the 2.6.30.2 kernel > with the nilfs options outlined on the site. > > I am able to mount the partition with no errors. > > I do an error as follows: > > Jul 22 13:09:53 hostname nilfs_cleanerd[9470]: start > Jul 22 13:09:53 hostname nilfs_cleanerd[9470]: cannot get segment usage > stat: Inappropriate ioctl for device > Jul 22 13:09:53 hostname nilfs_cleanerd[9470]: shutdown > > ... > > Jul 22 13:13:12 hostname nilfs_cleanerd[9538]: start > Jul 22 13:13:12 hostname kernel: [18500.590098] VFS: Can't find ext4 > filesystem on dev sda1. > Jul 22 13:13:12 hostname kernel: [18500.594342] segctord starting. > Construction interval = 5 seconds, CP frequency < 30 seconds > Jul 22 13:13:12 hostname nilfs_cleanerd[9538]: cannot get segment usage > stat: Inappropriate ioctl for device > Jul 22 13:13:12 hostname nilfs_cleanerd[9538]: shutdown > Jul 22 13:14:51 hostname nilfs_cleanerd[9547]: start > Jul 22 13:14:51 hostname kernel: [18599.765573] segctord starting. > Construction interval = 5 seconds, CP frequency < 30 seconds > Jul 22 13:14:51 hostname nilfs_cleanerd[9547]: cannot get segment usage > stat: Inappropriate ioctl for device > Jul 22 13:14:51 hostname nilfs_cleanerd[9547]: shutdown > > > Also when I try to list the checkpoints, I get the following error: > > lscp: Inappropriate ioctl for device > > > Please advise. > > > Thanks, > --David F. Nilfs has once changed ioctl interface (ABI) to clean up architecture dependency problems found in the review process of mainline merge. The nilfs2-tools included in Ubuntu Jaunty is older than that. Please download the latest util package (nilfs-utils-2.0.14) from http://www.nilfs.org/en/download.html and use it instead. The newer nilfs2-tools is available on karmic, but in either case it seems to be less frequently updated than Debian. Cheers, Ryusuke Konishi