From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robby Workman Date: Thu, 18 Sep 2008 02:48:35 +0000 Subject: Re: ntfs.c failure in udev128 Message-Id: <20080917214835.5533f8cd@liberty.rlwhome> List-Id: References: <48D1B043.9070302@smbc.com.au> In-Reply-To: <48D1B043.9070302@smbc.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Resending to list - sorry for the bad CC to -owner :/ 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.) > > (I have added extra info() lines to ntfs.c and util.c as my syslog > config is not picking up debug statements.) > Under udev-127: ...snip... Have you rebuilt hal since you upgraded udev? If not, you probably/usr/libexec/hald-probe-{storage,volume} should do so. libvolume_id version in udev was bumped, and the /usr/libexec/hald-probe-{storage,volume} files are linked to the old one, so they don't work anymore. There's also a patch in hal's git repo to use udevadm instead of depending on the udevinfo symlink, so you'll want that as well. -RW