Revisions
-
randika revised this gist
Nov 28, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ sudo rsync -avx /home/ /mnt/tmp sudo umount /home rm -rf /home/* sudo nano /etc/fstab #or any other editor UUID=8106e848-4dc4-4261-b396-XXXXXXX /home ext4 defaults 0 2 -
There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ lsblk xvdb 202:16 0 15G 0 disk xvda1 202:1 0 8G 0 disk / sudo mkfs.ext4 /dev/xvdb sudo mkdir /mnt/tmp sudo mount /dev/xvdb/ /mnt/tmp sudo rsync -avx /home/ /mnt/tmp sudo umount /home rm -rf /home/* UUID=8106e848-4dc4-4261-b396-XXXXXXX /home ext4 defaults 0 2 xvdb 202:16 0 15G 0 disk /home xvda1 202:1 0 8G 0 disk /