FS#2035 - kernel26-2.6.10-3 lacks /dev/cdroms which breaks fstab
Attached to Project:
Arch Linux
Opened by Mario Vazquez (darkcoder) - Wednesday, 19 January 2005, 04:08 GMT
Last edited by Judd Vinet (judd) - Tuesday, 25 January 2005, 19:15 GMT
Opened by Mario Vazquez (darkcoder) - Wednesday, 19 January 2005, 04:08 GMT
Last edited by Judd Vinet (judd) - Tuesday, 25 January 2005, 19:15 GMT
|
Details
Upon updating to kernel26-2.6.10-3 the system stops loading
my internal DVD/CDROM drive. When checking devices found
that /dev/cdroms device dir is missing, which breaks the
references already saved on /etc/fstab
My system is configure with udev and devfs=nomount on menu.lst |
This task depends upon
Closed by Judd Vinet (judd)
Thursday, 10 February 2005, 21:52 GMT
Reason for closing: Fixed
Additional comments about closing: should be fixed with the latest udev package.
Thursday, 10 February 2005, 21:52 GMT
Reason for closing: Fixed
Additional comments about closing: should be fixed with the latest udev package.
You can have both symlinks by tweaking the custom rule in /dev/udev/rules.d/00.rules or whatever your rules file is called;
[jvinet@mars ~]$ cat /etc/udev/rules.d/00.rules
KERNEL="hdc", NAME="hdc", SYMLINK="dvd cdroms/cdrom0 cdrom"
A better solution would be to tweak the ide-devfs.sh script to create the dvd symlink for us. I'll try to do that.