


Sounds like what I've done with my work machine. It's a PII-350 system, a surplus special. It came with a 10GB drive, which crashed on me after a couple months. One of the grad students and I went poking around to get a new drive, and we got a 40GB drive. The BIOS would not recognize the drive (at all), but I could boot from CD into Linux and Slackware installed with no hitches. The only problem was that I had to boot it with a CD, until I dug out a 400MB HDD that I could move the root partition too. It works fine now...purrkur wrote:Not bad! It is also funny to note that you wouldn't have ANY of these issues with Linux, which would right off the bat just report a 200Gig drive![]()
Damn... it does NOT work rpt. NOT.Wolfram wrote:I just did it: I put a brand new Samsung SP2014N 200GB (the new series, with 125GB platters) on my BP6. On the HPT666, erm 366, to be precise...![]()
The HPT BIOS recognized the drive as a 65535 MB drive, but my old Samsung SV1203N (120 GB, 5400rpm) was also reported with a size around 50GB.
Windows 2000 SP4 "saw" only 128GB. So I copied the old 120GB drive sector-by-sector to the new one (with Acronis TreuImage 8 ), disconnected the 200GB drive from the BP6 and put it on my gaming rig, an Athlon64 PC. Then I created a new partition on the remaining free space (~74GB). This partition exceeds the 128/137GB boundary.
Putting the 200GB drive back on the BP6, all Windows drive letters were restored correctly (which really surprised me, usually I have to clear the disk signature to make Windows boot again. But the last drives I cloned were XP installations, maybe this works better with Win2K). Fedora Core 3 (loaded with the Windows boot loader) also still works.
And the most important thing: The 128GB+ partition is there, at full size! The final thing I have to check is if things will still be ok when I fill that partition with data (EnableBigLBA is set in the registry, btw).
Wolfram,Wolfram wrote:Damn... it does NOT work rpt. NOT.
Filling the 128GB+ partition with data resulted in complete data corruption on that drive (done in W2K SP4). Fortunately, I did that while the cloned old 120GB drive was still intact, so I didn't even have to use a backup.
But I'm still a little surprised that this happened. From theory, I thought Windows (2000 SP4, BigLBA registry fix manually enabled) should handle the large drive. Remember, I could only partition 128GB on the BP6 and had to partition the whole drive on a different machine. Irregular behaviour of my W2K, maybe.
You are right. That would be interesting indeed.purrkur wrote: Wolfram,
I would be very very interested to hear if you would experience the same type of corruption under Linux.
So far everybody and their brother is dumping on the HPT366 saying it is crap. Well, I would like to know if the HPT366 is crap when used under Windows! My guess is that Linux would be able to handle it, but of course that is only guesswork from my part until *someone* tests it
Excellent! Who knows, we may shed some new light on the good ole 366Wolfram wrote:You are right. That would be interesting indeed.
I'll clone my old drive again to the 200GB drive and check that. Shouldn't even be too much work.
Same here with one 120 GB Samsung. What brand are you using?Voxell wrote:Well, on topic, Iwas reading this thread of lba48 support and the use of 137gb + hd's
I'm currently running Bios version RU with hpt 1.30B (modded by paltrude). At this moment I've two 120 GB hd's attached to it and it's running like charm...
Well, as mentioned earlier in this Thread, I tried to hook up a Samsung 200GB on the HPT366. Looks like it does NOT work in Windows. Drive's recognised, but you can't partition more than 128GB. Partitioning the whole drive on another PC and filling it with data produced complete data corruption.What I want is upgrading one of these disks to something bigger. But I couldn't find a definitive answer to this question.... The question is, is it possible yes or no? Is somebody using a hd bigger then 137 gb on his hpt 366?
And if it's not possible on the hpt 366, is it possible on the ata33 controller?
hdg would be the last (128GB+) partition (ext3). Sorry, but how do I edit stuff (fstab in this case) from the command line? Didn't have time yet to look that up.checking file systems: no such file or directory
fschk.ext3: Bad magic number in super block on attempting to open /dev/hdg [failed]
Hello Wolfram,Wolfram wrote:I tried to check it with Linux. But I was stuck: I thought the easiest way to fill the drive with data was to copy stuff from my Windows partitions. Unfortunately I must have messed up something in fstab: I can't boot FC3 anymore, I always get:hdg would be the last (128GB+) partition (ext3). Sorry, but how do I edit stuff (fstab in this case) from the command line? Didn't have time yet to look that up.checking file systems: no such file or directory
fschk.ext3: Bad magic number in super block on attempting to open /dev/hdg [failed]
I was a bit angry about that. I was surprised that it is possible to keep Linux from booting just by mounting Windows partitions the wrong way. Windows seems to be more robust, at least when you need to have some GUI to start troubleshooting. Command line always reminds me of C64 days... SCNR
Btw, I noticed that some KDE system information tool and qtparted both "saw" the whole drive, not only the first 128GB. Used qtparted to make that hdg partition because I couldn't find a tool for that in KDE or Gnome (though I still think there is one).
I guess in my case it's also a BIOS/driver issue.Voxell wrote:I have two brands: 1 maxtor diamondmax 9 and 1 seagate barracuda.
The first harddisk was running perfectly with an old bios (1.28 ), but the second disk wasn't recognised... After upgrading to v1.30B the disk was recognised and their both running perfectly under windows 2000
Thanks for the info!About linux:
You can manually edit fstab with vi. It's located in /etc/fstab
I have a very nice rescue boot disk with a lot of tools on it. You can download it for free at this website: http://www.sysresccd.org/
It also has qtparted on it and it comes with a graphic interface (it's called partgui if I remember well) Maybe you can try something with this tool....
From theory I thought Windows also should be able to handle large drives on it's own once the OS has booted. It didn't in this case, that's why I think it is a driver issue.Anyway: I think I will buy that harddisk and I'll try to get it running with linux.... If linux isn't depending on the bios, then it can't be that hard to get it running....