Re: LABEL managing on FC6



Igor Jagec wrote:
Hi there!

I'd like to change my home partition from /dev/hda7 to /dev/hdb1. How
can I do that on my FC6? How can I manage labels? I don't know what
program generates 'LABEL=/home' line in /etc/fstab. I tried fwfstab
program, but it can't manage labels.

If you do not insist upon doing it by label you can simply

mv root root-orig

mkdir /dev/hdb1/home (actually wherever hdb1 is mounted)

ln -s /dev/hdb1/home home (again the mount point not the device name)

Then

mv root-orig/username root/username

I have done it and it works clean. There is also a security benefit they tell me in having linux on one drive and data on another.

--
The damage done by counterfeiting is negligible compared to inflation but
only the former is illegal.
-- The Iron Webmaster, 3734
nizkor http://www.giwersworld.org/nizkook/nizkook.phtml
flying saucers http://www.giwersworld.org/flyingsa.html a2
.



Relevant Pages

  • Re: LABEL managing on FC6
    ... Igor Jagec wrote: ... can I do that on my FC6? ... How can I manage labels? ... -- The Ferric Webceasar ...
    (linux.redhat)
  • Re: LABEL managing on FC6
    ... Igor Jagec wrote: ... can I do that on my FC6? ... How can I manage labels? ... man e2label ...
    (linux.redhat)
  • Re: LABEL managing on FC6
    ... Igor Jagec wrote: ... How can I manage labels? ... e2label, because ext3 is an extention of ext2. ... That is why most tools are still refering in their name to e2 or ext2. ...
    (linux.redhat)
  • Re: LABEL managing on FC6
    ... can I do that on my FC6? ... How can I manage labels? ... I did it without labeling for starters (I know how to edit fstab ... There is also a security benefit they tell ...
    (linux.redhat)
  • Re: LABEL managing on FC6
    ... Jan Gerrit Kootstra wrote: ... can I do that on my FC6? ... How can I manage labels? ... Jan, Tore, Matt, thanks, e2label did the job. ...
    (linux.redhat)