 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

29th January 2006, 04:42 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
Would like to mount old Fedora boot drive as second hard drive.
I thought I was really winning with Fedora, so I reformated my old Windows drive with ext2 and started copying my mp3's to it. Only I wasn't, I actually copied them (some how) back to my first hard drive(boot drive) and I hosed it. The next time I tried to reboot it came up with an error and wouldn't let me get to it. What to do. I swapped the master/slave jumpers on my hard drives and installed Fedora to the drive I was going to use for mp3's. The install is working good, but I can't seem to be able to mount the old drive so I can recover the data. When I try all I see is the grub files and system config files. Does anyone know how to do this? Thanks for your help.
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 04:49 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
what does fdisk -l say ??
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 04:51 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
Here it is. Thanks for helping.
Disk /dev/hda: 30.0 GB, 30020272128 bytes
255 heads, 63 sectors/track, 3649 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 3649 29206170 8e Linux LVM
Disk /dev/hdb: 15.3 GB, 15382241280 bytes
255 heads, 63 sectors/track, 1870 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 1870 14916352+ 8e Linux LVM
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 04:57 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
try as root
mkdir /media/oldlinux
mount /dev/hdb2 -t ext3 /media/oldlinux
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 04:58 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
Ok I tried it. This what I get.
mount: wrong fs type, bad option, bad superblock on /dev/hdb2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 05:51 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
Is this terminal or can it be solved? Thanks
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 05:58 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
well if the filesystem type is not ext3 then you need to find out what type it is...
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 06:10 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 3,855

|
|
|
I keep anticipating having to mount an old Linux drive as a secondary disk. I haven't yet, but one thing that I don't completely understand is the logical volumes. If the old Linux drive is Logical Volume Group 0, Logical Volume 1 and the new Linux drive is the same thing, then does this cause a problem in mounting the old one?
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
|

29th January 2006, 06:17 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
I tried to mount with both ext3 and ext2. I keep getting the same responce as before. I can't even reformat this drive because it want mount.
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 06:18 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
Not a fan of logical volumes
hence i partition my own drives with a thought out plan
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 06:19 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
you have qtparted installed ?
yum install qtparted
see if it sees the drive
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 06:22 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
I am installing qtparted now. I'll let you know what I see in a while. Again thanks for all your help.
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 06:26 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
It shows both hda2 and hdb2 file types as unknow. My hda2 works fine.
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|

29th January 2006, 06:29 PM
|
 |
Retired Community Manager & Avid Drinker Of Suds
|
|
Join Date: Feb 2005
Location: Rochester NY
Age: 38
Posts: 4,176

|
|
|
Logical volumes
in other words your SOL
download dariks boot n nuke and wipe the drive
__________________
Registered Linux User: #376813
Western NY
My linux site
Smolt Profile
please remember to say if you problem was solved
Did you get your id10t award today?
|

29th January 2006, 06:33 PM
|
 |
Registered User
|
|
Join Date: Sep 2005
Location: West Covina, CA
Age: 58
Posts: 234

|
|
|
What if I use your qtparted to kill hdb1 and set hdb2 as active? Yes I am guessing :-)
__________________
-Mike
[Registered as user #402956 with the Linux Counter]
http://counter.li.org
Dimension 2350, 1g Corsair Memory, WD250G hard drive, and a really good fan.
Ubuntu 9.04
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 20:30 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|