LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-19-2013, 12:52 PM   #1
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Rep: Reputation: Disabled
Most of my desktop files have disappeared!!


hi. Please someone tell me what the hell happened to my desktop files?? i found out first when i opened a file and it gave me an error saying basically it doesnt excist, other files as well, so i restarted the computer and now they are gone!! i am under MATE desktop. only a few of them are left the ones that i have just recently downloaded.
these files are valuable to me how can they just diappear like that?

Last edited by propcuser; 03-19-2013 at 01:05 PM.
 
Old 03-19-2013, 03:57 PM   #2
adam525
LQ Newbie
 
Registered: Nov 2006
Posts: 22

Rep: Reputation: 0
If you open a terminal and look in your home directory in the desktop directory are they there?

in other words, look in

/home/youruser/Desktop and see if they are there. The path I just gave should be the path to your desktop files for MOST Linux distros.
 
Old 03-20-2013, 04:08 AM   #3
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by adam525 View Post
If you open a terminal and look in your home directory in the desktop directory are they there?

in other words, look in

/home/youruser/Desktop and see if they are there. The path I just gave should be the path to your desktop files for MOST Linux distros.
i copied and pasted this in the terminal

Quote:
/home/youruser/Desktop
bash: /home/youruser/Desktop: No such file or directory
 
Old 03-20-2013, 04:14 AM   #4
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
I dont know if this relates or not, i have to login as Mate and cannot login as 'last session', i had this problem for a while now
 
Old 03-20-2013, 04:56 AM   #5
adam525
LQ Newbie
 
Registered: Nov 2006
Posts: 22

Rep: Reputation: 0
By "youruser" I mean your username. If your username is propcuser on your linux system the path would be:

/home/propcuser/Desktop

You should have created a normal user account for yourself during the Linux installation.
 
Old 03-20-2013, 06:27 AM   #6
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
If you cant log in to your desktop and you are staring at the log in screen you can pres Ctrl+Alt+F2 a text base welcome windows should open. Type your user name there hit enter then type your password there and hit enter.
if you type ls you can see the files and directory in the home directory, you can switch directories by using the cd command.

you will have to attach an external hard drive and mount it to a known location then you can copy all the files from your desktop to that known location where your external hard drive is mounted.

if you are no familiar with the command line this might take few days post here any questions that you have and I am sure somebody here will be able to help you.

Good luck to you
 
Old 03-20-2013, 07:33 AM   #7
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by adam525 View Post
By "youruser" I mean your username. If your username is propcuser on your linux system the path would be:

/home/propcuser/Desktop

You should have created a normal user account for yourself during the Linux installation.
ha, oh shoot, im sorry i had just gone out of bed when i did this . after correction the terminnal told me it is a directory, ok whats the next step?
 
Old 03-20-2013, 07:35 AM   #8
emmalg
Member
 
Registered: Jun 2009
Location: Spain
Distribution: Various, Ubuntu, Fedora, Open Solaris, Solaris, RHEL, CentOS
Posts: 64

Rep: Reputation: 16
Where you copied and pasted adam525's suggestion into the terminal, not only do you need to change the user as he suggested but you need to run the ls command to list the files in that directory.

Code:
ls /home/yourusernamehere/Desktop
 
Old 03-20-2013, 08:01 AM   #9
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
the terminal lists the new files too is there anyway to recover the old ones?,, its like my computer decided to delete them byitself.
 
Old 03-20-2013, 08:10 AM   #10
Doug Huffman
LQ Newbie
 
Registered: Jan 2008
Location: Through Death's Door on Washington Island, Wisconsin in Lake Michigan
Distribution: Fedora
Posts: 28

Rep: Reputation: 6
Ohhh! I know, I know. https://en.wikipedia.org/wiki/Photorec
 
Old 03-20-2013, 08:24 AM   #11
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Are you sure you have logged in with same user on whose desktop you have put the files because if you have logged in with different user, you can't see files on different user's desktop.
 
Old 03-20-2013, 08:34 AM   #12
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
yes i have. it started when i could see them but could not access them when i restarted the icons are not there anymore.. i really need a profesional linux geek here...
 
Old 03-20-2013, 08:45 AM   #13
eklavya
Member
 
Registered: Mar 2013
Posts: 636

Rep: Reputation: 142Reputation: 142
Have you opened them before, are you sure they were not corrupt?
because there is no full proof way to recover files which were present in the directory before and currently they are not.
Now you are in trouble, so you don't want to listen that you should keep back up of your important files.
What type of files they are are they image files? and it matters what are there sizes?

I am not sure it will help you or not you can try this.
http://www.howtoforge.com/recover-de...s-with-scalpel

I personally do not believe in these Softwares because they can't do much the best way is back up and I always follow it because it is full proof way.

Have you checked if these files have been hidden accidentally.
check
cd /your/path/of/desktop
ls -a
 
Old 03-20-2013, 09:40 AM   #14
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
theyr not there! *weeping*
could be a hd problem i remember i left the pc running all night before it happened
 
Old 03-20-2013, 09:45 AM   #15
propcuser
Member
 
Registered: Jan 2013
Posts: 41

Original Poster
Rep: Reputation: Disabled
is it normal that when i type sudo nautilus the desktop folder is empty eventhough the desktop itself curretly has files?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Desktop icons disappeared old salt Puppy 2 12-09-2012 09:28 AM
My desktop disappeared ! elgerd Linux - Newbie 1 11-28-2010 08:37 AM
[SOLVED] Desktop background and all icons/files from it disappeared kstera Linux - Desktop 12 01-19-2010 10:55 AM
Gnome desktop has disappeared...can't do anything - please help Adamantus Linux - Desktop 2 02-20-2009 07:41 PM
Everything on my Desktop was disappeared iandroul Linux - Software 2 12-17-2007 11:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration