Downloads Folder Missing [Solved] [Sort of]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
investdude
Level 3
Level 3
Posts: 103
Joined: Sat Aug 12, 2017 8:50 pm

Downloads Folder Missing [Solved] [Sort of]

Post by investdude »

My Download folder in "/home/anthony/Downloads" has a "!" on it and when I try to access it I get the message: Could not find "/home/anthony/Downloads" Please check the spelling and try again, but the spelling is correct and that folder is no longer there.

Linux Mint 19.3 Cinnamon version 4.4.8 Linux Kernal 5.4.0-89-generic

I haven't lost any data of importance but I can't figure out how to restore that folder. Can anyone help?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Downloads Folder Missing

Post by all41 »

Downloads Folder Missing
My Download folder in "/home/anthony/Downloads" has a "!" on it
not clear on this.

The /home/anthony/Downloads folder is easily re-created.
But you have said there already is /home/anthony/Downloads folder with an exclamation.
This is more of a concern.
right-click that icon and choose 'Open as Root' & supply the password.
Does that reveal the contents?

also in a terminal try:

Code: Select all

ls ~/Downloads
If this returns any errors please copy/paste that result to this thread.
Everything in life was difficult before it became easy.
investdude
Level 3
Level 3
Posts: 103
Joined: Sat Aug 12, 2017 8:50 pm

Re: Downloads Folder Missing

Post by investdude »

Right click on the downloads folder does not offer the option "Open as Root," only:
Open
Open in New Tab
Open in New Window
Remove
Rename
Send by Email

ls ~Downloads in terminal returns: ls: cannot access '/home/anthony/Downloads': No such file or directory
User avatar
Flemur
Level 20
Level 20
Posts: 10096
Joined: Mon Aug 20, 2012 9:41 pm
Location: Potemkin Village

Re: Downloads Folder Missing

Post by Flemur »

investdude wrote: Thu Oct 28, 2021 11:27 am ls ~Downloads in terminal returns: ls: cannot access '/home/anthony/Downloads': No such file or directory
Open a terminal and enter:

Code: Select all

mkdir ~/Downloads
or

Code: Select all

mkdir /home/anthony/Downloads
I think the "!" means the directory doesn't exist (I have a different desktop), so the mkdir should fix that.
Please edit your original post title to include [SOLVED] if/when it is solved!
Your data and OS are backed up....right?
Locked

Return to “Beginner Questions”