Ubuntu – Tell ubuntu to ignore dead hard drive during booting

bootfstabhard drivemountUbuntu

How can I tell Ubuntu to ignore my dead hard drive during booting?

I know my secondary hard drive is bad, but I cannot take it out. Every Reboot takes forever because Ubuntu tries to read from it for a long time and reports errors:

[  228.984480] sd 0:0:1:0: [sdb] Add. Sense: 
               Unrecovered read error - auto reallocate failed
[  228.984486] end_request: I/O error, dev sdb, sector 65
[  228.985395] Buffer I/O error on device sdb, logical block 8
[  228.985463] Buffer I/O error on device sdb, logical block 9
...

I commented it out in /etc/fstab, but that doesn't help. Any ideas? Thanks!

Best Answer

Disable it in the BIOS?

Related Topic