Then read the name of your disk:
sudo parted -l
sudo smartctl -a /dev/sdx
or more complete
sudo smartctl -x /dev/sdx
with devx being the name of your disk
To clone a drive:
sudo dd if=/dev/sda of=/dev/sdb
with sda being the disk to clone and sdb the disk to receive the copy
Aucun commentaire:
Enregistrer un commentaire