Code Sample |
cp -f /mnt/hda1/home /mnt/hdb1/home cp -f /mnt/hda1/usr/local /mnt/hdb2/usr/local cp -f /mnt/hda1/opt /mnt/hdb3/opt remember to go into the /mnt/hda1 and rm -rf /home rm -rf /usr/local rm -rf /opt before rebooting |
Code Sample |
e2label /dev/hda3 /work |