Word :    Username :           
 

I recently had a motherboard short out. The computer in question was so old I decided to build a new system rather than replace the board. Once I built my new pc, I put my old hard drives into it (pata). The two hard drives are western digital caviars formatted in ntfs. There is a 80gb and a 500gb. I want to copy my old files from the 80gb onto the 5000gb so I can reinstall windows (old install was not bootable.) I load up a knoppix live cd (actually, I have it on a flashdrive), but the only drive visible is my flash drive (it is listed as sda1). I cannot seem to mount my hard drives. When I type mount into the command prompt, I get a list of drives/ramdisks, but none looks like either of my hard drives, although I'm not sure I'd know what to look for anyway. They all fail to mount or are already mounted. I believe this problem may have something to do with the fact that my new motherboard uses a marvell ide controller, but this is just a guess. I also made a windows xp live cd with Barts PE loader and it couldn't detect my hard drives either. What can I do? Thanks ahead of time!

Sponsored Links
Register or log in to remove.

If the drives don't show with both Knopix and BartPE, I'd suspect you either have an odd chipset that Linux doesn't yet support (and Windows needs a driver) or they *could* have been damaged by the MoBo short.

Try connecting the drives (one at a time) to another Windows PC and see if Device Manager detects them.

Reply to MrLinux

I think MrLinux is probably right. Many newer motherboards come with really crappy IDE chipsets ( JMicron :cough: :cough: ) which can have very poor compatibility with Linux, *BSD and even windows.

You may need to manually install the driver.

Run "lspci -vvvvv" on Knoppix and post it here or PM it to me.

That will hopefully help us figure out what kind of chipset you have.

Good luck :)

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0

MrLinux and linux_0, thank you both for the replies. I beleive these hard drives are functional because they list during post. I ran lspci -vvvvv and this is what it returned. I beleive this is the part that concerns my ide controller.

Quote :

0000:02:00.0 IDE interface: Marvell Technology Group Ltd.: Unknown device 6101 (rev b2) (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: ASUSTeK Computer Inc.: Unknown device 82e0
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size: 0x08 (32 bytes)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at dc00 [size=8]
Region 1: I/O ports at d880 [size=4]
Region 2: I/O ports at d800 [size=8]
Region 3: I/O ports at d480 [size=4]
Region 4: I/O ports at d400 [size=16]
Region 5: Memory at feaffc00 (32-bit, non-prefetchable) [size=512]
Capabilities: [48] Power Management version 2
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [50] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
Address: 00000000 Data: 0000
Capabilities: [e0] #10 [0011]



I beleive this is a pci ide card I have installed. It should not affect anything since the only thing on it is my dvd drive (it isn't detected either, but I don't need to access it.).

Quote :

0000:04:00.0 RAID bus controller: VIA Technologies, Inc. VT6421 IDE RAID Controller (rev 50)
Subsystem: VIA Technologies, Inc. VT6421 IDE RAID Controller
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64
Interrupt: pin A routed to IRQ 17
Region 0: I/O ports at ec00 [size=16]
Region 1: I/O ports at e880 [size=16]
Region 2: I/O ports at e800 [size=16]
Region 3: I/O ports at e480 [size=16]
Region 4: I/O ports at e400 [size=32]
Region 5: I/O ports at e000 [size=256]
Expansion ROM at e0000000 [disabled] [size=64K]
Capabilities: [e0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-



To prevent having a HUGE thread, I have uploaded the entire txt file of the lpsci command here. Would it help for me to try a different live operating system? (whether linux or any os)

Reply to spiderdan

Can you also run dmesg and post it too?

I'm having some trouble getting the full lspci from box.net can you use pastebin.ca or pastebin.com instead?

:)

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0

Do you have LVM volumes on your disk? I had a hard time getting access to my LVM partitions when I had to boot from a Linux CD after suspend trashed the file system.

Reply to MarkG

LVM works fine even from a rescue or Live CD. I have not had any problems with LVM.

Semper Fi :)

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0

I'm not sure what a LVM is (?Linux Volume?), so I don't believe that I am using one. I've never used pastebin before so I hope i did this correctly. Its getting late here so I will run dmesg tomorow. (just type dmesg into the command prompt?). I may get home late tomorow, but I will run dmesg and post as soon as possible. Thanks for the replies!


Message edited by spiderdan on 12-19-2008 at 05:17:53 AM
Reply to spiderdan

Thanks got it :)

How old is your copy of Knoppix? Do you know what version it is?

It looks like you have an ASUS Intel board with some very new hardware and Knoppix is having some trouble picking it all up ( probably because it's older ). Your lspci is full of unknown devices.

Ubuntu 8.10 desktop amd64 ( x86_64 ) or Fedora 10 x86_64 should be able to recognize more of your hardware, both have Live CD versions.

Between the two Fedora usually has better device support than Ubuntu. Most of the time if your hardware isn't recognized by the latest Fedora, try the latest Ubuntu and vice versa.

http://fedoraproject.org/en/get-fedora

http://www.ubuntu.com/getubuntu/download

Good luck :)


Message edited by linux_0 on 12-19-2008 at 12:42:45 PM
------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0

I believe my current version of knoppix is 5.0. I have also tried 5.1.1. I think the newest version is 5.1.3 but I cant use that because my only computer with a dvd burner is out of comission. :( (although, I guess I could put it on my flashdrive. big download anyway.) Will run dmesg when I get home from school, time allowing. Thanks again!

Reply to spiderdan

You can use k3b ( kick *** CD/DVD burning software ) from within Knoppix booted from your flash drive to burn an Ubuntu 8.10 desktop amd64 ( x86_64 ) or Fedora 10 x86_64 CD :)

The Live CDs can be downloaded from various mirrors around the world ( see links above ) and are about 650-700MB each, which is large but a lot smaller than a 4.3GB DVD :)

Fedora has the latest drivers, software and kernels so it usually has very good hardware support. Ubuntu is a close 2nd.

Try both if you can :)


Message edited by linux_0 on 12-19-2008 at 03:16:17 PM
------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0

I ran dmesg. Here are the results. I will try Fedora as soon as possible. I'm going to have to head out in a little while so I may not get to it until tomorrow. I appreciate all the help!

Reply to spiderdan

I made a live usb of Fedora ten and it works great. It even found my ethernet drivers. I may actually make a full install on my hard drive once I get everything working. I've been wanting to get experience with linux for a while but I always have driver issues. Thanks for the tip linux_o!

Reply to spiderdan

Nice, good to hear it's working :)

Happy yuming :)

------------------------------ $GNU_Linux=$Linus_Torvalds=AWESOME();

Need Linux help? PM me
Reply to linux_0
Tom's Hardware > Forum > Linux/Free BSD > Linux/Free BSD General Discussion > Cant mount hard drives!
Go to:

There are 1259 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them