I have mounted a new drive to a folder within my home directory (/home/mediapc/Downloads/) as I was running low on storage.
I used the following command:
mount /dev/sdb2 /home/mediapc/Downloads/
Once I did this I lost the data that was in the folder but it has not cleared it from my hard drive.
Is there a simple way to either:
I have tried using the find
command for files I know were in that folder and also using the du
command but I have had no luck.
I have found how to do this. I unmounted the drive and my old folder reappeared. I then moved it to another location (Downloads Old) and then remounted.