This is a discussion on Re: upgrading FC6 -> FC8 - Error enabling swap device hda5: no suchdevice or address within the Linux Operating System forums, part of the Unix Operating Systems category; --> On 24 Jan, 22:52, Timothy Murphy <gayle...@eircom.net> wrote: > Jeff wrote: > > Error enabling swap device hda5: No ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On 24 Jan, 22:52, Timothy Murphy <gayle...@eircom.net> wrote: > Jeff wrote: > > Error enabling swap device hda5: No such device or address > > You have to use labels for all your partitions, including swap. > (I think you need to use mkswap for that - > for the other partitions you can use e2label.) You don't *HAVE* to use labels, but it can be awfully handy in cases like this. I ran into the craziness with the drivers from Promise for their ATA Raid chipsets, where their "Linux support" driver was basically an older version of the standard Linux drivers which they had carefully edited to make their drivers put /dev/hde and /dev/hdf, the drives on their add-on conroller chipsets, to /dev/hda and d/ev/ hdb. It drove mem *NUTS* when I tried to do a kernel upgrade! It's also very handy with SCSI type devices which have, since he beginning of SCSI support, tended to renumber themselves fairly randomly as SCSI devices are detected in sequence and labeled that way, rather than using the SCSI ID number. |