Created
August 26, 2013 22:37
-
-
Save edgarsandi/6347497 to your computer and use it in GitHub Desktop.
mover home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat /proc/partitions | |
$ mkdir root | |
$ mkdir home | |
$ sudo mount /dev/sda1 root/ | |
$ sudo mount /dev/sda5 home/ | |
$ cd root/ | |
$ cd home/ | |
$ ls | |
edgarsandi | |
$ sudo mv edgarsandi/ ~/home/ | |
-- PARA DESMONTAR | |
$ sudo umount home/ | |
$ sudo umount root/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment