[SOLVED] Second HD not found anymore

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

[SOLVED] Second HD not found anymore

Post by Atip »

In fluxbox-13.37 suddenly when booting the second hard drive is not found. On that drive I have the swap partion, a back-up partition as well as a testing partition.
If I use live CDs, Salix Fluxbox or Knoppix all partitons on second HD are found either as /deb/sdb* or /media/sdc* respectively.

Could that be a MBR problem and why would it happen?

I am using lilo.

Thanks in advance for an answer to solve.
Last edited by Atip on 2. Nov 2011, 08:53, edited 1 time in total.
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

Re: [SOLVED] Second HD not found anymore

Post by Atip »

During Halloween some witch must have played a trick.

/dev/sdb has changed to /dev/sdc. :?

Changed all in fstab and lilo.conf and back to business. :)
Shador
Posts: 1295
Joined: 11. Jun 2009, 14:04
Location: Bavaria

Re: [SOLVED] Second HD not found anymore

Post by Shador »

Device name ordering is not guaranteed to be constant. Especially for devices on external media it can easily change. You can protect youself against this issue by using UUIDs or LABELs (which don't change) where possible. Just replace /dev/sdX with UUID=... or LABEL=... in the fstab. With blkid you can get an overview of the labels/uuids assigned to your devices.
Image
User avatar
Atip
Posts: 539
Joined: 5. Jun 2011, 04:27

Re: [SOLVED] Second HD not found anymore

Post by Atip »

Thanks! Those numbers surely look like witchcraft. ;)
Post Reply