Copy /home to the New Partition
Next we will copy all files, directories and sub-directories from your current /home directory into the new partition:
sudo rsync -aXS --exclude='/*/.gvfs' /home/. /media/home/.
Next we will copy all files, directories and sub-directories from your current /home directory into the new partition:
sudo rsync -aXS --exclude='/*/.gvfs' /home/. /media/home/.
No comments yet.
RSS feed for comments on this post. TrackBack URL
Powered by WordPress