On Tuesday 01 April 2003 12:43, Pixel wrote: > John Allen <[EMAIL PROTECTED]> writes: > > /dev/hdb1 is an LVM > > > > /dev/hdb1 /mnt/hd auto user,kudzu,noauto,umask=0,exec 0 0 > > i don't think it's kudzu. It's drakupdate_fstab, called by hotplug. It > is strange that the hdb1 device appears so late. > > fred, any idea?
You're right, it is drakupdate_fstab. The "user,kudzu" was what led me to believe it was kudzu. [EMAIL PROTECTED] root]# drakupdate_fstab --test --add /dev/hdb1 set_removable_mntpoints: don't know what to with hd hdb1 fstab would have changed: --- /etc/fstab 2003-04-01 09:43:58.000000000 +0100 +++ /tmp/fstab 2003-04-01 14:01:46.000000000 +0100 @@ -8,3 +8,4 @@ /dev/publicvg/public /public reiserfs notail 1 2 /dev/hda2 /var reiserfs notail 1 2 /dev/hda6 swap swap defaults 0 0 +/dev/hdb1 /mnt/hd auto user,kudzu,noauto,umask=0,exec 0 0 -- John Allen, Email: mailto:[EMAIL PROTECTED] MandrakeClub Silver Member.
