I tried to copy all the files from my USB drive using the "dd" command. Output shows success, equal in and out# of records, and less total GB available on HDD where I saved them to, but files are nowhere to be found. Ubuntu os.
dd if=/dev/sdx bs=16M of=/home/directory/foldername
where sdx = sdb = files to copy from USB; of =destination on hdd. directory = comp name; I created folder to put image in.
I mounted usb as "read-only".
I found my files, the image. How can I tell if it is corrupt?