|
|
|
|
|
by newname2018
2738 days ago
|
|
Dd if=/(name of drive)
Bs=1
Of=/( name of drive to copy to include the path
Conv=notrunc Create a directory and a file on the target machine first a name like /myfile/this file
Then to create a bit by bit copy of that file use this command
Something like this
Dd if=/dev/cdrom bs=1 of=/dev/sdc/myfile/thisfile.iso conv=notrunc |
|