Switch from SATA to USB boot July 08, 2017 06:00PM |
Registered: 7 years ago Posts: 183 |
Re: Switch from SATA to USB boot July 08, 2017 06:33PM |
Admin Registered: 14 years ago Posts: 19,298 |
Cloning from SATA to USB rootfs July 09, 2017 03:39AM |
Admin Registered: 14 years ago Posts: 19,298 |
tune2fs -L usb_rootfs /dev/sdc1
tune2fs -L sata_rootfs /dev/sda1
sync shutdown -r now
cd /media/sdc1 time cp -aR /media/sda1/* . &
sync tune2fs -L rootfs /dev/sdc1
Re: Cloning from SATA to USB rootfs July 09, 2017 07:29AM |
Registered: 11 years ago Posts: 1,303 |
Re: Cloning from SATA to USB rootfs July 09, 2017 04:37PM |
Admin Registered: 14 years ago Posts: 19,298 |
Re: Switch from SATA to USB boot July 18, 2017 05:35AM |
Registered: 11 years ago Posts: 168 |
rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} / /path/to/backup/folder
Re: Switch from SATA to USB boot July 19, 2017 07:05PM |
Admin Registered: 14 years ago Posts: 19,298 |
Re: Switch from SATA to USB boot July 19, 2017 07:37PM |
Registered: 11 years ago Posts: 168 |
Re: Switch from SATA to USB boot July 26, 2017 02:00AM |
Registered: 7 years ago Posts: 183 |