You are not logged in.

#1 2009-04-24 23:11:54

Basu
Member
From: Cornell University
Registered: 2006-12-15
Posts: 296
Website

kernel trying to mount /dev/sr0

When booting my kernel tries to mount /dev/sr0. But it says it can't find it. Is there someway to stop the kernel from mounting it? It's not in /etc/fstab.
Thanks,
Basu


The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github

Offline

#2 2009-04-25 05:02:03

fphillips
Member
From: Austin, TX
Registered: 2009-01-24
Posts: 202

Re: kernel trying to mount /dev/sr0

What HOOKS are you using in /etc/mkinitcpio.conf? If one of them is a raid hook and you don't have a raid array, remove it.

Offline

#3 2009-04-26 02:21:01

Basu
Member
From: Cornell University
Registered: 2006-12-15
Posts: 296
Website

Re: kernel trying to mount /dev/sr0

my hooks are: base udev autodetect pata scsi sata keymap filesystems
I don't think any of them are for raid, though I don't think I need scsi. is it safe to remove it?


The Bytebaker -- Computer science is not a science and it's not about computers
Check out my open source software at Github

Offline

#4 2009-04-26 03:20:52

fphillips
Member
From: Austin, TX
Registered: 2009-01-24
Posts: 202

Re: kernel trying to mount /dev/sr0

Sorry, I must have been thinking of another thread when I wrote the above. I'm not sure why sr0 would try to mount - the exact messages would be useful. Yes, scsi is used for the sg/sd_mod/sr_mod/scsi_mod modules. So you wouldn't be able to use CD/USB drives until the modules were loaded manually. I haven't tried removing "scsi" myself, so I can't say there's not a possibility for making your system unbootable.

Offline

Board footer

Powered by FluxBB