On 06/03/06, Thaths <[EMAIL PROTECTED]> wrote:
> Edit /etc/fstab to have a line like so:
> /dev/hda4       /var               ext3    defaults    0       1

Usually not required on modern Linux distributions that use the
filesystem labelling feature of ext2/ext3. Instead, do something like:

e2label /dev/hda4 /var
e2label /dev/hdaX oldvar

(hdaX being your old /var)

and just make sure that your fstab uses labels rather than raw device names.

Binand


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
linux-india-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to