LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Lost Files in Xubuntu (https://www.linuxquestions.org/questions/ubuntu-63/lost-files-in-xubuntu-4175444261/)

Novatian 01-05-2013 08:04 AM

Lost Files in Xubuntu
 
Hi, I downloaded 30 GB of files to my Xubuntu laptop, but looked through a few hours ago, but could not find any of them, not in downloads or documents...

What else can I do?

EricTRA 01-05-2013 08:11 AM

Hi,

How did you download them? Manually using wget? FTP, torrent, ...? Directly from a website in a browser? You need to provide more information on what you were doing. Depending on what program you used, they might be in the directory where you were when you executed the command.

Kind regards,

Eric

zrdc28 01-05-2013 09:48 AM

If you know the name of just one of the files just go to terminal and first do a "updatedb" this will of course update the database to allow them to be found.Updating the database will probably allow you to find them!

Next in terminal do a "locate filename" when you see the results you will know where they are.

otoomet 01-11-2013 02:39 PM

Several programs tell you where the stuff is downloaded to when you click on download/save. You may try to download again and see if you can locate the place in this way.

Novatian 01-14-2013 08:15 AM

Thanks, I downloaded the documents from an external hdd.

widget 01-14-2013 01:46 PM

So, you didn't download them you copied them from another drive. This is usually done by pointing the wanted file at a specific target directory.
Code:

cp /dev/sdd12/foo/bar /dev/sda2/home/clem/whatever
or by mounting the external drive and simply copy/pasting the file(s).
Code:

mkdir /media/external
Code:

mount /dev/sdd12 /media/external
At which point the entire drive is available to you in Thunar in the /media/external directory.

You should be able to mount an external through Thunar by simply clicking on the external drive as shown in your right panel too which is usually quicker and will also put it in the /media directory.

How did YOU "download" these files?


All times are GMT -5. The time now is 06:42 AM.