Linux Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsLinux Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 1st, 2003, 07:52 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
HD not supported?

Several months ago, I managed to install Mandrake Linux 8.2 onto an old 3GB hard drive that I had aquired. This system has been working perfectly. However, I just purchased a new 40GB hard drive. I downloaded and installed Mandy 9.0 [successfully], but whenever I try starting the sytsem, I get all kinds of segmentation faults. I would love to get this thing working, as it will greatly enhance productivity. Oh — I know that the problem was not with the install discs, because I used them to upgrade the old system.

Here are my system specifications:

Dell Dimension L800r
Intel Pentium III 800MHz
EIDE/ATAPI Western Digital Caviar 7200RPM 40GB HD
256MB RAM
Mandrake Linux 9.0

Thanks in advance!
__________________
Cheers,
Joe of 4Life

Check out 4Life today!

Last edited by 4Life : January 1st, 2003 at 07:54 PM.

Reply With Quote
  #2  
Old January 2nd, 2003, 01:13 AM
MRK's Avatar
MRK MRK is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 191 MRK User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 m 36 sec
Reputation Power: 8
Well, i'm not sure what the problem is exactly, but if it were me i would reformat with something like partition magic or something and run a diagnostic on it. Then try to install mandrake again. Hope you get it running soon.

-Mr.K

Reply With Quote
  #3  
Old January 2nd, 2003, 02:03 AM
Strike Strike is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: Houston, TX
Posts: 383 Strike User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 41 m 27 sec
Reputation Power: 7
Send a message via ICQ to Strike Send a message via AIM to Strike Send a message via Yahoo to Strike
Well, he said he reinstalled, so I imagined he just used DiskDrake - so ostensibly his partitioning should be clean.

But, just to make sure, you can run badblocks on the hard drive. Also, if the problems began a little while after the install, you might check and see if it does so with a fresh install. Perhaps you got some bum packages or something. It's highly unlikely but not to be ruled out entirely.

Oh, and Mandrake (or any Linux for that matter) should not have any trouble running on any Western Digital drive in existence, basically (even back to the pre 1GB models ).
__________________
Debian - because life's too short for worrying.
Best. (Python.) IRC bot. ever.

Reply With Quote
  #4  
Old January 2nd, 2003, 05:06 AM
riv's Avatar
riv riv is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 463 riv User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 37 m 50 sec
Reputation Power: 8
Could it be possible that the DMA settings are too high?
__________________
Words must be weighed, not counted.

Reply With Quote
  #5  
Old January 2nd, 2003, 09:12 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Quote:
Originally posted by riv
Could it be possible that the DMA settings are too high?


Riv, your suggestion sounds like the closest possible, as I have already tried installing it several times. Could you please elaborate? Also, I ran several utilities on the HD and it works fine.

Thank you all for your time, attention, and help; especially when I do not have much time myself.

Reply With Quote
  #6  
Old January 2nd, 2003, 09:53 PM
riv's Avatar
riv riv is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 463 riv User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 37 m 50 sec
Reputation Power: 8
I was merely planting seeds.

Quote:
hdparm -i /dev/hda:

Model=WDC WD600BB-32CAA0, FwRev=16.06V16, SerialNo=WD-WMA8E1802304
Config={ HardSect NotMFM HdSw>15uSec SpinMotCtl Fixed DTR>5Mbs FmtGapReq }
RawCHS=16383/16/63, TrkSize=57600, SectSize=600, ECCbytes=40
BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=off
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=117231408
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5
AdvancedPM=no WriteCache=enabled
Drive conforms to: device does not report version: 1 2 3 4 5


As you can see from the third line from the bottom my HDD is set up to UDMA5 (100M[Bb]?). Just try hdparm -d 0 /dev/hda to disable it. Note that I just tried it and it didn't seem to make any change probably because the kernel driver does that for me. If DMA is enabled you'll need a special ribbon cable too, don't forget that one.

For more usefull information check out the Ultra-DMA mini-HOWTO. man hdparm will be usefull too.

Reply With Quote
  #7  
Old January 2nd, 2003, 10:22 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Thanks once again, riv. Using the install CD, I booted into "Rescue Mode". However, I could not run "hdparm" from there! Tommorrow, though, I am going to see if I can boot into the sytem and run it from there.

Many thanks in advance!

Reply With Quote
  #8  
Old January 6th, 2003, 10:43 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Alright I finnaly got the chance to try to boot that computer — no go. When I get more time, I may try copying the hard drive again. I think that the mistake I made last time was that I didn't know I had to edit the /etc/fstab file.

Once again, many thanks!

Reply With Quote
  #9  
Old January 6th, 2003, 11:19 PM
riv's Avatar
riv riv is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 463 riv User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 37 m 50 sec
Reputation Power: 8
I dont know what your setup is but id suggest to get rid of the 3gb hdd and focus only on the newest one. Once your computer is up and running properly hook up the old drive (not as hda of course) and copy the files you need.

Reply With Quote
  #10  
Old January 7th, 2003, 02:45 AM
sign's Avatar
sign sign is offline
Viking
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2001
Location: Norway
Posts: 116 sign User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Send a message via ICQ to sign
Have you updated the BIOS to the latest available? This MAY have some effect, and it sure can't make things worse.
__________________
All power to the vikings!

Reply With Quote
  #11  
Old January 7th, 2003, 02:11 PM
riv's Avatar
riv riv is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2001
Posts: 463 riv User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 37 m 50 sec
Reputation Power: 8
If it fails it will make things worse. Unless you know somebody with a BIOS flasher.

Reply With Quote
  #12  
Old January 25th, 2003, 10:46 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Sorry I havent posted in this thread recently, but I have been meaning to!

Well, I have tried every method that I can possibly think of, but to no avail!

Does anyone have any suggestions? Thanks in advance!

Reply With Quote
  #13  
Old March 8th, 2003, 10:06 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Well, after several months of trying hard, I finnaly found the answer! Turns out I had to enable the LBA setting in my BIOS!

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsLinux Help > HD not supported?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support |