|
发表于 2004-12-10 21:18:33
|
显示全部楼层
1. Login as root, do the following:
mv /home /HOME
mkdir /home
mount your-3G-partition /home
cp -dvR /HOME /home --preserve=mode,ownership
2. Make changes to your /etc/fstab, add your-3G-partition so that your system can automatically mount it after system boot up.
3. You may free (or remove) /HOME after everything settle down. |
|