ah, it was Tolkem I talked to. Now that it is too late, I know that one cannot have anything else on a usb stick other than what is to be burned. Info is lost forever now. I'm screwed in that respect. At least that is my understanding, that the info cannot be recovered from the usb stick.
Maybe, but if you're up to the task we could try and see if there's a chance to save of it, are you? First thing first, have you done anything else with the USB drive? If there's any data on it, move it somewhere safe, that is, if you're willing to proceed. We could try with this first
https://www.cgsecurity.org/wiki/TestDisk just to check if it sees your data in the device. First, check if the tool is available for your distro, if should be but just in case open a terminal and type
the output will be somethink like:
Code:
testdisk:
installed: (none)
candidate: some.version.number
If you get that then in the terminal type
Code:
sudo apt-get install testdisk
Also, if you want to know more info on the app before installing it type in the terminal
in the uotput you'll see a description of it plus some other important info. If you do decide to install it, which should take no more than a couple of minutes, plug the USB drive in your pc and in a terminal type
this command will list the drives/partitions on your pc, look for the USB dirive you want to recover your data from and note/type down its label i.e
/dev/sdb or something similar. Do that first, if you feel like of course.
Another tool which you could use is R-Linux
https://www.r-studio.com/es/free-linux-recovery/Download.shtml download the .deb package and install it by typing this command in a terminal
Code:
sudo apt install ./R-Linux5_x64.deb
your system it's 64bit, isn't it? once it's installed, plug in your USB device and run the app, it should appear in Zorin's menu. Check the manual
https://www.r-tt.com/downloads/Free_Linux_Recovery_Manual.pdf it's not that difficult to use, basically you just have to select the drive you want to scan, click on
scan
and let the tool do its job, depending on the size of the device it will take some time, a long time for a very large one, when I used it to recover my data from my 1tb USB HDD it took aound 12 hours to scan the whole disk, but it did find most of the stuff. The best part of this tool is that you will be able to see a preview of the files, isn't that nice? Which you can't do with testdisk since it's a cli tool but it is a lot much more faster. But I think you might feel more confortable using this one since it is a graphical tool. Well, that's it, there you have it; choose your poison and enjoy it lol (just kidding) and don't worry it won't delete anything from your computer unless you tell it to and it'll warn you before you make any mistakes.
Hope this helps!
EDIT: You can't delete anything with R-Linux; there's no such an option!