You are not logged in.

#1 2011-08-20 08:33:56

Anonymo
Member
Registered: 2005-04-07
Posts: 427
Website

Udev error, warning for users...

I added this rule:

https://wiki.archlinux.org/index.php/Ud … 3B_ntfs-3g

to my config.  After I did this, I rebooted and when it got to the udev section, my PC just turned off.  I had to reboot, go to fallback mode and wait until it finished searching udev devices and then went to telling me that sda1 and sda4 cannot be mounted.  Then the CTL-D or enter password thing came up. I entered my password.  After I removed the rule I was able to boot successfully.  Installed devmon and everything is fine without the rule.

Just wanted to see if anyone else had this issue and if I should maybe add this to the wiki as a warning.

/boot/grub/menu1st

# (0) # (0) Arch Linux
title  Arch Linux
root   (hd0,0)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/8f3f4f18-bb70-4de0-8c84-5ffb780d1144 ro 5
initrd /initramfs-linux.img

# (1) Arch Linux
title  Arch Linux Fallback
root   (hd0,0)
kernel /vmlinuz-linux root=/dev/disk/by-uuid/8f3f4f18-bb70-4de0-8c84-5ffb780d1144 ro 3
initrd /initramfs-linux-fallback.img

Last edited by Anonymo (2011-08-20 08:36:58)

Offline

#2 2011-08-20 14:10:32

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Udev error, warning for users...

It's not really surprising, given that the rule is vague enough to catch and try to mount any block device. You can modify the rule to...

- not catch sda (e.g. KERNEL!=sd[b-z])
or...
- abort if the device doesn't match ENV{ID_BUS}=="usb"

Offline

Board footer

Powered by FluxBB