
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] /home partition use
how can I use my previous /home partion under a new installation of cent0S5?
# SNIP
mount it
chown it (so the UIDs match)
fstab it (suggestions here pelase)
The above would work fine. Make sure when you use chown you do so
recursively and you set the correct group e.g.
chown -R keithb:users /home/keithb
Also, if you only have a few user accounts this may be fine to do
manually. If not you may want to script this (topic for another thread
maybe).
As for fstab something:
/dev/hda2 /home ext3 defaults 1 2
"man fstab" or Google for fstab for more info.
Regards, Keith
Home |
Main Index |
Thread Index