I don't know if I'm that new, I think they just keep changing stuff and I become obsolete. I used to do a dd command in terminal to copy bootable system drives and I don't think I am doing it right anymore. Here is what I have...
Statement
dd if=/dev/sda of=/dev/sdb
Description
Copy the contents from the if= drive /dev/sda to the of= drive /dev/sdb.
This is the result:
stanbar@stanbar-C55B:~$ dd if=/dev/sda of=/dev/sdb
dd: failed to open '/dev/sda': Permission denied
stanbar@stanbar-C55B:~$
What do I do? I have a older hard drive and want o move it to a solid state disc in a toshiba laptop. Have an external usb3 drive caddy and will switch out the discs after duplication.
Statement
dd if=/dev/sda of=/dev/sdb
Description
Copy the contents from the if= drive /dev/sda to the of= drive /dev/sdb.
This is the result:
stanbar@stanbar-C55B:~$ dd if=/dev/sda of=/dev/sdb
dd: failed to open '/dev/sda': Permission denied
stanbar@stanbar-C55B:~$
What do I do? I have a older hard drive and want o move it to a solid state disc in a toshiba laptop. Have an external usb3 drive caddy and will switch out the discs after duplication.
Comment