Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Ubuntu Help
Reload this Page Ah! Missing Documents!
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Ubuntu Help Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Reply
 
Thread Tools Display Modes
Old 06-26-2008   #1 (permalink)
Just Joined!
 
Join Date: Jun 2008
Posts: 13
Exclamation Ah! Missing Documents!

I have Ubuntu 8.04 along with a 160 GB Seagate External Hard drive. I was working on some documents from the external with Open Office. And now the ENTIRE folder where the documents were is missing! Not the entire external, all other folders are there, just the one I was working on. Yesterday something similar happened except with only three files so I didn't do much to recover them. But I need this folder back ASAP! Any help which you may provide is GREATLY appreciated. I have already checked the trash bin, recent documents (to see if it would somehow pull up what I worked on) and searched for the documents/folder with no avail. Help me!!!

Edit: Ah! Now I can't even open up the drive! The light on it is just flashing intermittently and when I plugged it into a Vista laptop it said the drive had to be formated. This can't be good... I have so much stuff on there!
Enigma90825 is offline   Reply With Quote
Old 06-26-2008   #2 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,581
What does
Code:
sudo fdisk -l
report with the drive plugged in? What happens when you try to manually mount a partition on the drive?
Jonathan183 is offline   Reply With Quote
Old 06-26-2008   #3 (permalink)
Just Joined!
 
Join Date: Jun 2008
Posts: 13
The sudo fdisk -l reports this:
Code:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00063a9e

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1216     9767488+  83  Linux
/dev/sda2           19093       19457     2931862+  82  Linux swap / Solaris
/dev/sda3            1217       19092   143588970   83  Linux

Partition table entries are not in disk order

Disk /dev/sdg: 2062 MB, 2062548992 bytes
16 heads, 32 sectors/track, 7868 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0xe6a8f6e1

   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1               1        7868     2014192    e  W95 FAT16 (LBA)

Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000609

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       19457   156288321    c  W95 FAT32 (LBA)
I'm not sure if that is my external or my internal hard drive which is being talked about, since they are both 160 GB. (I don't think there are any partitions on the external one which I'm having the problems with though)
And what do you mean when you say "manually mount a partition to the drive?"

Edit: So the drive is working, albeit slowly. Now I just need to figure out where these files went! Oh yeah, I was thinking, is there any kind of set up I should have done for this external? I just plugged it in and it came up on my desktop.
Enigma90825 is offline   Reply With Quote
Old 06-26-2008   #4 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,581
sda is your drive with Linux on, sdb is a drive with a single partition fat32 format (I guess this is the external drive you are trying to access).
Try to manually mount the drive using
Code:
sudo mkdir /media/sdb1
sudo mount /dev/sdb1 /media/sdb1
ls /media/sdb1 -l
Does the drive mount without errors?
Jonathan183 is offline   Reply With Quote
Old 06-26-2008   #5 (permalink)
Just Joined!
 
Join Date: Jun 2008
Posts: 13
Yes, I'm pretty sure it mounts without any errors. At least when I tried it a second time it said that the device was already mounted or was busy. Now on the drive there is also a new folder (or at least I haven't seen it before) that says System Volume Information, and in it are 6 folders which say _restore{ and then a bunch of numbers and letters, should I try anything with those?
Enigma90825 is offline   Reply With Quote
Old 06-27-2008   #6 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,581
What output do you get with the ls command? What are the folder names and what program if any have you used to transfer information to/from the USB drive?
Try running df -h and see how much of the drive space has been used ... you can search folders etc for your data but I suggest at the moment you don't run programs until you have worked out where your data is.
Jonathan183 is offline   Reply With Quote
Old 06-27-2008   #7 (permalink)
Just Joined!
 
Join Date: Jun 2008
Posts: 13
Okay, I'm not running any programs on it for now, and am just leaving it where it is. Just to say though, I CAN access the drive from my desktop (However it is now called "160 GB Media" instead of "Seagate" as it was previously) The only problem is that it runs very slowly (takes a good 45 seconds to open a folder in it) and that the other folder I am looking for is missing. And, I haven't been using any program to transfer files to or from the drive, I've just dragged and dropped a file if I need it elsewhere.

And after I run that code you gave me (this is me running it a second time however, because I didn't save the output before) I get the following output after the second line of code.
"mount: special device /dev/sdb1 does not exist"

Thanks for your help Jonathan183!
Enigma90825 is offline   Reply With Quote
Old 06-27-2008   #8 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,581
It sounds like you may have an issue with either the drive or the interface. If you run sudo fdisk -l and the drive is not listed I would say that points to a hardware problem. Probably a good time to backup essential data and try to work out what is causing the issue.
Jonathan183 is offline   Reply With Quote
Old 06-27-2008   #9 (permalink)
Just Joined!
 
Join Date: Jun 2008
Posts: 13
Yeah, I guess. I'm going away for a couple weeks and will work on it when I get back. I'll probably buy another external drive by then and just transfer everything I need to the new one.

Any suggestions on how to get back the missing files???
Enigma90825 is offline   Reply With Quote
Old 06-27-2008   #10 (permalink)
Linux Guru
 
Join Date: Oct 2007
Location: Bristol, UK
Posts: 1,581
I would not rush out to buy a new drive just yet. Can you post ls -Rl for the drive.
Jonathan183 is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:09 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0