Ir al contenido
Copy the contents from the if= drive /dev/sda to the of= drive /dev/sdb (Bash)
Bash
Shell
dd if=/dev/sda of=/dev/sdb
1
dd
if
=
/
dev
/
sda
of
=
/
dev
/
sdb