[nmglug] Using Media Bay Devices In Dell 600m With Fedora Core 3

Sam Noble sam.noble at comcast.net
Tue Jun 7 12:28:16 PDT 2005


On Tue, 2005-06-07 at 13:04 -0600, William D. Nystrom wrote:
> This second hard drive is from another
> laptop and has a bunch of files on it that I want to move to the
> primary
> hard drive in my 600m.  It is a bootable hard drive that has RHEL 3.0
> installed on it

Sounds like the problem is that you've got two drives both using e2label
and your fstab and probably your grub config are trying to use those
labels rather than actual device names.

One solution would be to edit grub.conf and fstab and change all uses of
Label=/ Label=/var etc. to the actual device name of the partition on
hda.

ie grub.conf should say stuff like:

kernel          /boot/vmlinuz root=/dev/hda5 ro vga=791
Not:
kernel          /boot/vmlinuz root=Label=/ ro vga=791

and in fstab you should have stuff like:

/dev/hda6     /usr      ext3    defaults,error...
Not:
Label=/usr    /usr      ext3     defaults,err...

See?

-- 
GPG key F343E5FC (fingerprint:DF37 93BC AFEC 0A6A CC08  4A95 3790 8B4C
F343 E5FC)
available at: http://sam.noble.home.comcast.net/sams_publickey.gpg.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.nmglug.org/pipermail/nmglug-nmglug.org/attachments/20050607/d9579b9f/attachment.pgp>


More information about the nmglug mailing list