The USB is in RAW format, I want to clone it before I retrieve my files ffrom it. I'm denied access to them at the
moment just cloning it first as precaution before I do recovery on it.
I would like to clone the USB stick (1st; the original one I am cloning) to another USB stick (2nd, that will receive the cloned image)
Q2: Does the other second USB stick need to be completely empty of any files before
I clone the original USB stick?
Detailed helpful would be much grateful. Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
HI Steven,
Thanks for helping. Quick question though.
So no need for Clonezilla? just use any linux distro inbuilt cloning?
And, should I clone or image using 'dd'. All I am trying to do is access my files which are in the USB but not accessible due to the USB being in RAW format now.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Q1: Can I make a clone of a RAW USb stick?
The USB is in RAW format, I want to clone it before I retrieve my files ffrom it. I'm denied access to them at the
moment just cloning it first as precaution before I do recovery on it.
I would like to clone the USB stick (1st; the original one I am cloning) to another USB stick (2nd, that will receive the cloned image)
Q2: Does the other second USB stick need to be completely empty of any files before
I clone the original USB stick?
Detailed helpful would be much grateful. Thank you.
If it's RAW format, just use dd command to do that. Please google "dd" and you should be able to find that.
As for your Q2, no, dd command will just overwrite everything.
Steven
HI Steven,
Thanks for helping. Quick question though.
So no need for Clonezilla? just use any linux distro inbuilt cloning?
And, should I clone or image using 'dd'. All I am trying to do is access my files which are in the USB but not accessible due to the USB being in RAW format now.
Command dd is avaiable on most of the GNU/Linux distributions. You can choose any one to use.
For RAW format, you should use dd to clone or image it.
Steven