Also, when cdrom support is compiled in as a module, trying to set it up
with hdparm will fail unless there's a cdrom in the cdrom unit. (ie at
boot time)
What seems to happen is that hdparm accesses /dev/hdc, which causes the
cdrom driver module to be loaded, which first checks whether there's a
cdrom in the drive, and if not reports an error. With a cdrom in the
drive everything works fine.
Paul Jakma.
-- Paul Jakma ********************************************************** /etc/crontab:01 5 * * * root find / -name windows -type d -fstype dos \ -o -fstype vfat -exec rm -rf {} \; **********************************************************
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/