From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Vlasov Date: Fri, 19 Sep 2008 09:52:24 +0000 Subject: Re: ntfs.c failure in udev128 Message-Id: <20080919135224.d9509ebb.vsu@altlinux.ru> MIME-Version: 1 Content-Type: multipart/mixed; boundary="Signature=_Fri__19_Sep_2008_13_52_24_+0400_sr_VYAFMO2QAABaX" List-Id: References: <48D1B043.9070302@smbc.com.au> In-Reply-To: <48D1B043.9070302@smbc.com.au> To: linux-hotplug@vger.kernel.org --Signature=_Fri__19_Sep_2008_13_52_24_+0400_sr_VYAFMO2QAABaX Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Thu, 18 Sep 2008 11:34:59 +1000 Scott Tester wrote: > I am having problems with udev recognizing an ntfs filesystem under udev128. > Strangly, another ntfs partition is being recognized. (One formatted > using mkfs.ntfs.) [...] > Sep 18 10:24:06 coota hald-probe-volume: 4728: 10:24:06.793: util.c:405 > lseek(5, 0xc0000c00, 0) > Sep 18 10:24:06 coota hald-probe-volume: 4728: 10:24:06.793: util.c:407 > lseek failed (Invalid argument) EINVAL from lseek() might mean that the code was compiled without large file support (-D_FILE_OFFSET_BITS=64). AC_SYS_LARGEFILE is used in configure.ac - it should add this option, but maybe this is not working for some reason, which could be found by analyzing the build output and maybe config.log. udev <= 127 did not use autotools, and the -D_FILE_OFFSET_BITS=64 option was hardcoded in the toplevel Makefile. --Signature=_Fri__19_Sep_2008_13_52_24_+0400_sr_VYAFMO2QAABaX Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD4DBQFI03ZbW82GfkQfsqIRAn/vAJ9TeOjuJqW35JkpMMJDkFoLjOi0QwCY78m0 e3wDdLl4lyd5yitaNcVUUA== =IYII -----END PGP SIGNATURE----- --Signature=_Fri__19_Sep_2008_13_52_24_+0400_sr_VYAFMO2QAABaX--