On Mon, May 10, 2004 at 02:23:35PM +1000, Edwin Humphries wrote:

> Problem has almost gone ()linux rescue to the rescue) - all I'm now 
> experiencing is that the filesystem labels don't quite match what is 
> being looked for.

By default, RH uses volume labels rather than device names to mount its
partitions.  Fedora probably does the same.  So /etc/fstab has lines
like these:

    LABEL=/      /         ext3    defaults        1 1
    LABEL=/home  /home     ext3    defaults        1 2

You need to change /etc/fstab on *both* to use the device names rather
than labels, e.g.:

    /dev/hda1    /         ext3    defaults        1 1
    /dev/hda2    /home     ext3    defaults        1 2


Cheers,

John
-- 
"I don't care if it was a hyperdestructive worm from the Phillipines;
no journalist is prepared for outpourings of love in her email, however
weird and viral." 
            -- Angela Gunn, Seattle Weekly, 11-May-2000
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to