All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@altlinux.ru>
To: linux-hotplug@vger.kernel.org
Subject: Re: ntfs.c failure in udev128
Date: Fri, 19 Sep 2008 09:52:24 +0000	[thread overview]
Message-ID: <20080919135224.d9509ebb.vsu@altlinux.ru> (raw)
In-Reply-To: <48D1B043.9070302@smbc.com.au>

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

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.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2008-09-19  9:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-18  1:34 ntfs.c failure in udev128 Scott Tester
2008-09-18  2:48 ` Robby Workman
2008-09-19  9:52 ` Sergey Vlasov [this message]
2008-09-20  4:08 ` Kay Sievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080919135224.d9509ebb.vsu@altlinux.ru \
    --to=vsu@altlinux.ru \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.