U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood January 30, 2016 02:22PM |
Registered: 9 years ago Posts: 73 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood January 30, 2016 03:37PM |
Admin Registered: 13 years ago Posts: 19,114 |
apt-get intsall mtd-utils
cd /media/new_stick/ time cp -aR /media/current_stick/* . &
sync
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood January 31, 2016 12:49PM |
Registered: 9 years ago Posts: 73 |
> apt-get intsall mtd-utils >>
> cd /media/new_stick/ > time cp -aR /media/current_stick/* . & >>
> sync >
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood January 31, 2016 01:37PM |
Admin Registered: 13 years ago Posts: 19,114 |
apt-get install sysvinit-core sysvinit sysvinit-utils
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 05, 2016 03:19AM |
Registered: 9 years ago Posts: 73 |
> apt-get install sysvinit-core sysvinit > sysvinit-utils >>
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 05, 2016 01:09PM |
Admin Registered: 13 years ago Posts: 19,114 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 05, 2016 01:12PM |
Admin Registered: 13 years ago Posts: 19,114 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 19, 2016 04:40PM |
Registered: 9 years ago Posts: 73 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 19, 2016 06:58PM |
Admin Registered: 13 years ago Posts: 19,114 |
cd /media/sdb1 time tar -cjf /media/sda1/bonk-rootfs.tar.bz2 . &The above means: /media/sdb1 is the USB rootfs drive that is your source disk (the rootfs that you want to backup), and the /media/sda1 is your destination disk where the bonk-rootfs.tar.bz2 tarball will be created (which is your Linux box system drive).
notoneosmfyseeds
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood February 26, 2016 04:29PM |
> cd /media/sdb1 > time tar -cjf /media/sda1/bonk-rootfs.tar.bz2 . > & >> The above means: /media/sdb1 is the USB rootfs
notoneosmfyseeds
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood March 03, 2016 09:37AM |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood March 03, 2016 02:49PM |
Admin Registered: 13 years ago Posts: 19,114 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood April 30, 2016 02:28AM |
Registered: 9 years ago Posts: 73 |
Re: U-Boot Kirkwood and Linux Kernel 4.2 Kirkwood April 30, 2016 03:34PM |
Admin Registered: 13 years ago Posts: 19,114 |