2nd hdd with password lost after re-plugin

The 2nd hdd with hdd password set in BIOS will be not availible when you remove...

The 2nd hdd with hdd password set in BIOS will be not availible when you remove it and then re-plug it back in. Once get in this case, you must reboot your Thinkpad with this 2nd hdd pluged in. Then the driver letter in the 2nd hdd come back.

Searched web, didn't get any solution or discussion about it. 

does APS feature supports 2nd hdd on Ultra Slim

The answer is it's possible. the APS(Active Protection System) feature of 2nd hdd on Ultra Slim...

The answer is it's possible.

the APS(Active Protection System) feature of 2nd hdd on Ultra Slim is supported in the newer version of APS software. It requires version 1.30b or newer.

My Thinkpad uses version 1.30a now, I need an update.

the benchmark for UDMA5 and PIO

Test result while 1st hdd works on PIO mode.  1st time 2nd time Average Transfer Size(Kb) Time(second) Speed(Kbps)  Size(Kb) Time(second) Speed(Kbps) Speed(Kbps) 1st -> 2nd 105,888 48 107,187 45 2,206 2,382 2,294 2nd -> 1st 115,384 45 112,337 42 2,564 2,675 2,620 1st ->...

Test result while 1st hdd works on PIO mode.

  1st time
 2nd time

 Average

 Transfer
 Size(Kb) Time(second) Speed(Kbps)  Size(Kb) Time(second) Speed(Kbps) Speed(Kbps)
 1st -> 2nd 105,888

 48

 107,187
 45
 2,206
 2,382
 2,294
 2nd -> 1st 115,384
 45
 112,337
 42
 2,564
 2,675
 2,620
 1st -> usb 417,620 200 150,530 87 2,088 1,730 1,909
 usb -> 1st 105,888 41 234689 105 2,353 2,235 2,294
 2nd -> usb
 301,000 15 526,691 22 20,067 23,941 22,004
 usb -> 2nd
 661,312 25 259789 11 26,452 23,617 25,035
 1st -> 1st 28,313
 22
 23,042

 18

 1,287
 1,280
 1,284
 2nd -> 2nd 526,691
 53
 97,143 5 9,983
 19,428 14,705
 usb -> usb 38,449 5 219,961 32 7,690 6,874 7,282

Test result while 1st hdd works on UDMA 5 mode.

  1st time
 2nd time

 Average

 Transfer
 Size(Kb) Time(second) Speed(Kbps)  Size(Kb) Time(second) Speed(Kbps) Speed(Kbps)
 1st -> 2nd 375,720

 15

 156,176
 6
 25,048
 26,029
 25,539
 2nd -> 1st 113,080
 4
 232,976
 9
 28,270
 25,886
 27,078
 1st -> 1st 410,220
 29
 105,888

 7

 14,146
 15,127
 14,637

install linux on 2nd hdd in my thinkpad

Install Red Hat Enterprise Linux 3 on 2nd hdd in my thinkpad with usb dvd-rom.Choose Grub...

Install Red Hat Enterprise Linux 3 on 2nd hdd in my thinkpad with usb dvd-rom.

Choose Grub as boot selector and install grub on the first sector of 2nd hdd without lba support. Reboot, hit F12, choose 2nd hdd to boot up, during booting, screen showed GRUB 4 characters, then stop there. Grub can't continue to load boot menu.

Boot using linux cd in rescue mode, reinstall grub with on the first sector of 2nd hdd:

$ grub-install /dev/hdc

Reboot, hit F12, choose 2nd hdd, during boot, can't see the boot menu, but grub continues to load and get following error message:

  • Cannot mount selected partition
  • This error is returned if the partition requested exists, but the filesystem type cannot be recognized by GRUB.
See current setting files.
$ cat /boot/grub/device.map
fd0  /dev/fda
hd0  /dev/hda
hd1  /dev/hdc
$ cat /boot/grub/grub.conf 
title Linux
root (hd1,0)
kernel /vmlinuz-2.4.21-4.EL ro root=LABEL=/
initrd /initrd-2.4.21-4.EL.img

title Windows
root (hd0,0)
chainload (+1)

Finally, I caught the point. When choosing 2nd hdd as first boot device by F12 during booting, BIOS will see it as hda, and the ist native hdd will change from hda to hdc.

During the grub installing, grub will guess the boot devices list, and generate a device.map file and grub.conf with the detected settings. that time, grub is right, but when booting from 2nd hdd, the thing changes.

I had it working with following settings.

$ cat /boot/grub/device.map
fd0  /dev/fda
hd0  /dev/hda
hd1  /dev/hdc
$ cat /boot/grub/grub.conf 
title Linux
root (hd0,0)
kernel /vmlinuz-2.4.21-4.EL ro root=LABEL=/
initrd /initrd-2.4.21-4.EL.img

title Windows
root (hd1,0)
chainload (+1)

But i am still wondering why linux could keep recognize /dev/hdc but grub not? needs answer.

refer to:

My native hdd is working on PIO mode

I check my System Events, there's following error continually detected. Event Type:    ErrorEvent Source:    atapiEvent Category:    NoneEvent...

I check my System Events, there's following error continually detected. 

Event Type:    Error
Event Source:    atapi
Event Category:    None
Event ID:    9
Date:        1/20/2006
Time:        11:05:39 AM
User:        N/A
Computer:    IBM-ALEX
Description:
The device, \Device\Ide\IdePort0, did not respond within the timeout period.

 

Accounding to the artical in refference, I found the related entry in my registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0004 

I deleted this dword value, then reboot.

MasterIdDataCheckSum

The tools Everest and Sandra Lite say the 1st hdd is working on UDMA 5, but the windows device manager still says PIO mode, I made a test of copying file, the speed is slow as before.

I checked the the dword value MasterDeviceTimingModeAllowed, it's less 0xFFFFFFFF, so I set it back to 0xFFFFFFFF, and deleted MasterIdDataCheckSum again, then reboot.

It works, this time the 3rd part tools and windows device manager both say it's on UDMA 5 mode.

I re-tested 1st hdd by copying files, it's as fast as 2nd hdd now. 

refer to: 

The dvd-rw comes with my thinkpad has the maximum UDMA 2, and it's using UDMA 2 mode now.

The native hdd still keeps reducing to PIO mode after a few days.

I found this topic which descibe why this mess happens again and again.

The hotfix has been included in winxp sp2 which I have patched.
The step in the MORE INFORMATION section seems will help me. I take this step.

Add a new DWORD value, use 1 as the Data.

ResetErrorCountersOnSuccess

at following each Registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0004
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96A-E325-11CE-BFC1-08002BE10318}\0005

then reboot. 

The last solution seems worked, I don't meet the problem of reverting to PIO mode for a week. there're also a few atapi timeout errors, but the chksum should be reset on next success.

install 2nd HDD for my thinkpad

I got a new 2.5" HDD and a HDD adapter for my thinkpad. Hitachi HTS541080G9AT00, 80G,...

I got a new 2.5" HDD and a HDD adapter for my thinkpad.

  • Hitachi HTS541080G9AT00, 80G, 8M cache, 5400 RPM, UDMA 5
  • Thinkpad 2nd HDD adapter for Ultrabay Slim 

the 2nd hdd on thinkpad needs the hdd adapter using Ultrabay Slim interface.

it's very easy to fix and plug in, but there's a little gappy between the hdd and adapter.

windows xp is able to install driver for the new hardware automatically, the 2nd hdd appears as a new ATA device on Secondary IDE Channel and works on UDMA 5(ATA-100) mode.

By copying files, the 2nd hdd is faster than the native one. I found my Primary IDE Channel is working on PIO mode, that's a problem.

I have fixed the problem above, now the native one works on UDMA 5. 

I query the warranty info at:

  • http://www.hitachigst.com/warranty/jsp/arma71.jsp

I don't find China in regions list, so choose Hong Kong instead, enter serial number: XBGDN7DE

Result: 

Quick warranty check results
Serial number Expiration date
(YYYY-MM-DD)
Sold to GEO
XBGDN7DE 2009-01-25 AP

While the warranty Quick Check may show this hard drive has a valid warranty, NOT ALL WARRANTIES ARE TRANSFERABLE, therefore this Quick Check is not a guarantee of warranty entitlement.

 

目前的主流笔记本硬盘

Toshiba 东芝 MK2016GAP    1M    20G    ATA-66    4200 RPMMK4026GAX    16M       699    40G     ATA-100   5400 RPMMK6026GAX    16M  ...

Toshiba 东芝 

  • MK2016GAP    1M    20G    ATA-66    4200 RPM
  • MK4026GAX    16M       699    40G     ATA-100   5400 RPM
  • MK6026GAX    16M       899    60G   ATA-100   5400 RPM
  • MK8032GAX    8M        999    80G   ATA-100   5400 RPM
  • MK8026GAX    16M        1299    80G   ATA-100   5400 RPM

My thinkpad is using MK8032GAX.

My Sony SR/9K is using Toshiba MK2016GAP.

Hitachi 日立

  • HTS424040M9AT00    2M    40G   ATA-100   5400 RPM
  • HTS541040G9AT00    8M    40G   ATA-100   5400 RPM
  • HTS541080G9AT00    8M    880    80G   ATA-100    5400 RPM
  • HTS541010G9AT00    8M    100G   ATA-100   5400 RPM

日立命名规则 

  • H - Hitachi
  • T - TravellStar, D - DeskStar
  • S - Standard
  • 54 - 5400 RPM
  • 10 - ?
  • 80 - 80G
  • G9 - ?
  • AT00 - ATA-100

the rule refer to:

http://www.dnys.cn/blogview.asp?logID=185

mail.png


标签订阅|Tag Subscription

If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'hdd'. [What is this?]

Subscribe to feed Subscribe to feed

最近更新|Recent Entries

不定期更新|Handy Entries

其它标签|Other Tags

分类栏目|Categories

按月归档|By Month

2008
11
10
07
05
04
03
02
01
2007
12
10
07
06
05
04
03
02
01
2006
12
11
10
09
08
07
06
05
04
03
02
01
2005
11
10
09
08
07
04
03
2004
12
11
10
09
08
07
06
05
04
03
02
01
2003
12
10
09
08
06
2002
09
08
04
03
02
2001
12
09
07
06
05

站内链接|Site Links

Powered by
Movable Type 3.34