|
Re: How to recover data from harddrive
Now am able to go to the command prompt, if i use code locate (folder name) i can see the folder path. How do I copy these folder to external harddrive, the external harddrive is /dev/sdd1 and the data i want to retrieve is on disk /dev/sda. When i used cp /dev/sda1/home/Administrator/User Data/Info /dev/sdd1/New Folder.
I am getting this error message cp:target '/dev/sdd1/New folder' is not a directory.
How do I copy the home directory files to the usb external drive
|