Hello,
if you want backup your system, use:
sudo dd if=/dev/sda1 of=file.iso
If you have broken system and you want to restore it from your backup,
use this:
sudo dd if=file.iso of=/dev/sda1
it restores only your one partition. If you want restore all disk, you
must write sda without number.
Hi All,
Now that I have Debian going on the Asus 701, I want to make a backup of the
4GB internal drive, and I booted up to Vinux on a USB drive to do a DD of
/dev/sda.
This Vinux is Ubuntu 11.04.
So in the terminal I did:
sudo dd if=/dev/sda of=/dev/sdb1/filename.iso
And it gave me the DD error
On 9/4/2022 5:58 AM, K0LNY_Glenn wrote:
Hi All,
Other than using apt-add-repository, and a long string, is there a way to
get this install to also go out and update from the web?
I installed from a DVD image on USB and the installer didn't go through the
usual select a mirror options.
I don't kno
3 matches
Mail list logo