dd if=/dev/sr0 of=myCD.iso bs=2048
conv=noerror,sync
|
Creates an ISO disk image from a CD-ROM; in some cases the created ISO image may not be the same as the one that was used to burn the CD-ROM. |
dd if=system.img of=/dev/sdc bs=4096
conv=noerror
|
Restores a hard disk drive (or an SD card, for example) from a previously created image. |
dd if=/dev/sda2 of=/dev/sdb2 bs=4096
conv=noerror
|
Clones one partition to another. |
dd if=/dev/ad0 of=/dev/ad1 bs=1M
conv=noerror
|
Clones a hard disk drive "ad0" to "ad1". |
Wednesday, 16 November 2016
use of dd command
Subscribe to:
Post Comments (Atom)
SSH not working with password after upgrade ubuntu 22.04 or above
In recent upgrade of ubuntu 22.04 and above we are not able to login server with SSH password. but when we try to login with key then it all...
-
an authentication error has occurred the token supplied to the function is invalid I have installed xrdp 0.9.8 at server side. Re...
-
Epson LQ 300 Printer Driver for Linux (Dot Matrix Printer) 1. Download the ppd file from the below link https://drive.google.com/file/d/...
-
First check partition type of existing disk. parted -l To convert MBR to GPT, create one partition with gpt and that will convert entire...
No comments:
Post a Comment