Fedora Linux Support Community & Resources Center
  #1  
Old 30th July 2009, 11:25 PM
dikbrown Offline
Registered User
 
Join Date: Jul 2009
Posts: 4
linuxfedorafirefox
Trying to access data on old hard drive

I've got an old EIDE hard drive that used to be used for a dual-boot WinXP and Linux (not sure what version - either RH9 or FC1), and I'd like to pull some data off it. That computer died, and I reformatted the Windows partition, but left the Linux portion alone.

My current Linux (FC10 + XP) computer uses a SATA hard drive, and I'd like to get the data from the old drive to the new one. I've connected the hard drive normally, jumpered as a slave drive.

Linux now boots normally, but I can't access the older hard drive. I tried the techniques in the following thread:
http://forums.fedoraforum.org/showthread.php?t=213784
and commented there (with more info), but I thought I would be more likely to get a response by starting a new thread.

Here's a summary of what happened:
ran "fdisk -l": the command saw both hard drives
ran "tail -f /var/log/messages" and got the following:

Jul 30 16:00:44 localhost kernel: EXT3 FS on sdb8, internal journal
Jul 30 16:00:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jul 30 16:00:44 localhost hald: mounted /dev/sdb8 on behalf of uid 500

sdb8 was a FAT partition I had set up for moving files back and forth between XP and Linux (none of the other partitions were reported).

ran "vgscan", which only returned one volume group

When I ran FC10's Local Volume Management tool, it sees the hard drive and its partitions, but reports them as "Uninitialized Entities".

Thanks for any help.
Dick
Reply With Quote
  #2  
Old 31st July 2009, 12:33 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Post the output of:

fdisk -l

If the redhat/fedora is that old I doubt it has lvm by default on it.
Reply With Quote
  #3  
Old 31st July 2009, 12:41 AM
dikbrown Offline
Registered User
 
Join Date: Jul 2009
Posts: 4
linuxfedorafirefox
It doesn't. Here's the output.

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x009f009e

Device Boot Start End Blocks Id System
/dev/sda1 * 1 48052 385977658+ 7 HPFS/NTFS
/dev/sda2 48053 48077 200812+ 83 Linux
/dev/sda3 48078 60801 102205530 8e Linux LVM

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

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 9726 78124063+ 7 HPFS/NTFS
/dev/sdb2 9727 9739 104422+ 83 Linux
/dev/sdb3 9740 14838 40957717+ 83 Linux
/dev/sdb4 14839 19457 37101564+ f W95 Ext'd (LBA)
/dev/sdb5 14839 18118 26346568+ 83 Linux
/dev/sdb6 18119 19138 8193118+ 83 Linux
/dev/sdb7 19139 19329 1534176 82 Linux swap / Solaris
/dev/sdb8 19330 19457 1027575+ 83 Linux
Reply With Quote
  #4  
Old 31st July 2009, 01:19 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Then it should be much easier to get at your data. For example, to get at the data that's in the large linux partition at sdb3, open a terminal and type:

su -
mkdir /mnt/oldsdb3
mount -t ext3 /dev/sdb3 /mnt/oldsdb3

Edit:
and to browse the data as root you can also type:

nautilus --browser /mnt/oldsdb3

Last edited by JEO; 31st July 2009 at 01:25 AM.
Reply With Quote
  #5  
Old 31st July 2009, 01:48 AM
dikbrown Offline
Registered User
 
Join Date: Jul 2009
Posts: 4
linuxfedorafirefox
OK, that all worked.

Thanks,
Dick
Reply With Quote
  #6  
Old 31st July 2009, 02:06 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Glad to hear it.
Reply With Quote
  #7  
Old 12th May 2011, 11:39 AM
cd10anil's Avatar
cd10anil Offline
Registered User
 
Join Date: Apr 2011
Posts: 55
windows_xp_2003firefox
Re: Trying to access data on old hard drive

Quote:
Originally Posted by JEO View Post
Then it should be much easier to get at your data. For example, to get at the data that's in the large linux partition at sdb3, open a terminal and type:

su -
mkdir /mnt/oldsdb3
mount -t ext3 /dev/sdb3 /mnt/oldsdb3

Edit:
and to browse the data as root you can also type:

nautilus --browser /mnt/oldsdb3
OMG...that is exactly what I am looking for....
Any book/reference you suggested to go such tips/tricks and study in fedora?
Reply With Quote
  #8  
Old 12th May 2011, 07:30 PM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Re: Trying to access data on old hard drive

I find that the Linux Bible books by Christopher Negus are good for tips.
Reply With Quote
  #9  
Old 13th May 2011, 05:32 AM
cd10anil's Avatar
cd10anil Offline
Registered User
 
Join Date: Apr 2011
Posts: 55
windows_xp_2003firefox
Re: Trying to access data on old hard drive

Thank you JEO, I am able to copy whole of my bad media data to new one. But using suggestion from thread
http://forums.fedoraforum.org/showth...=1#post1470764
I am in bit trouble. I know there is a small tip and trick to fix it but don't know. Can you please suggest and throw some light on this ?

Thanks
Reply With Quote
  #10  
Old 13th May 2011, 08:11 AM
JEO Offline
Registered User
 
Join Date: Jan 2006
Posts: 2,769
linuxfedorafirefox
Re: Trying to access data on old hard drive

This thread was about someone trying to use lvm to get data off a drive that was so old it did not have lvm on it. I do not ever use lvm on my own systems, due to the extra layer of complexity the occurs when problems arise. If you search the forum here you will see that there are posts about others who have had difficulty with duplicate lvm volume names and some suggestions as to how to go about renaming one of the volumes in order to copy the old data.
Reply With Quote
  #11  
Old 16th May 2011, 09:45 AM
cd10anil's Avatar
cd10anil Offline
Registered User
 
Join Date: Apr 2011
Posts: 55
windows_xp_2003firefox
Re: Trying to access data on old hard drive

Thank you very much JEO. The LVM problem is resolved.
Reply With Quote
  #12  
Old 19th May 2011, 05:17 AM
Grace Offline
Registered User
 
Join Date: May 2011
Posts: 3
windows_7firefox
Re: Trying to access data on old hard drive

My systems hard drive is out of order. i think its card is not working can u give me any solution by which i can recover my data from the hard disk.
_____________________
Unlocked Blackberry
Reply With Quote
Reply

Tags
access, data, drive, hard

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is my data lost? Installed Linux, no longer can I access my hard drives. Ironkey Using Fedora 11 11th July 2009 09:07 PM
Getting data off an encrypted hard drive dragonbite Using Fedora 11 17th September 2008 02:33 PM
hard drive data kablargh Installation and Live Media 1 4th January 2007 07:44 AM
Help salvaging a hard drive data Pellidon Hardware & Laptops 7 4th July 2006 11:12 AM
Adding A Hard Drive With Data matthewhon Hardware & Laptops 2 16th November 2004 11:20 PM


Current GMT-time: 22:52 (Tuesday, 18-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat