* [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;)
@ 2001-01-27 9:37 Shawn Starr
2001-01-27 9:45 ` davej
2001-01-27 9:54 ` [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) David Ford
0 siblings, 2 replies; 4+ messages in thread
From: Shawn Starr @ 2001-01-27 9:37 UTC (permalink / raw)
To: mlord, linux-kernel
This is what the device names are:
hda: FUJITSU MPE3064AT, ATA DISK drive
hdb: WDC AC32500H, ATA DISK drive
here's what they are with hdparm:
dev/hda:
Model=UFIJST UPM3E60A4 T , FwRev=DE0--380,
SerialNo= 50256499
/dev/hdb:
Model=DW CCA2305H0 , FwRev=210.H721,
SerialNo=DWW-3T06418895 2
hehe, might wanna fix that ;-)
Shawn.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;)
2001-01-27 9:37 [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) Shawn Starr
@ 2001-01-27 9:45 ` davej
2001-01-27 9:47 ` [NOT PROBLEM]: Under 2.4.X hdparm displays device names backwards?;) Shawn Starr
2001-01-27 9:54 ` [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) David Ford
1 sibling, 1 reply; 4+ messages in thread
From: davej @ 2001-01-27 9:45 UTC (permalink / raw)
To: Shawn Starr; +Cc: Linux Kernel Mailing List
On Sat, 27 Jan 2001, Shawn Starr wrote:
> This is what the device names are:
> hda: FUJITSU MPE3064AT, ATA DISK drive
> hdb: WDC AC32500H, ATA DISK drive
> here's what they are with hdparm:
> Model=UFIJST UPM3E60A4 T , FwRev=DE0--380,
> Model=DW CCA2305H0 , FwRev=210.H721,
>
> hehe, might wanna fix that ;-)
This is correct behaviour.
You want hdparm -i not hdparm -I which reads info from the drive
without doing endian changes.
regards,
Davej.
--
| Dave Jones. http://www.suse.de/~davej
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [NOT PROBLEM]: Under 2.4.X hdparm displays device names backwards?;)
2001-01-27 9:45 ` davej
@ 2001-01-27 9:47 ` Shawn Starr
0 siblings, 0 replies; 4+ messages in thread
From: Shawn Starr @ 2001-01-27 9:47 UTC (permalink / raw)
To: davej; +Cc: Linux Kernel Mailing List
Oh, I never noticed that though. Yes, -i does display it correctly.
davej@suse.de wrote:
> On Sat, 27 Jan 2001, Shawn Starr wrote:
>
> > This is what the device names are:
> > hda: FUJITSU MPE3064AT, ATA DISK drive
> > hdb: WDC AC32500H, ATA DISK drive
> > here's what they are with hdparm:
> > Model=UFIJST UPM3E60A4 T , FwRev=DE0--380,
> > Model=DW CCA2305H0 , FwRev=210.H721,
> >
> > hehe, might wanna fix that ;-)
>
> This is correct behaviour.
> You want hdparm -i not hdparm -I which reads info from the drive
> without doing endian changes.
>
> regards,
>
> Davej.
>
> --
> | Dave Jones. http://www.suse.de/~davej
> | SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;)
2001-01-27 9:37 [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) Shawn Starr
2001-01-27 9:45 ` davej
@ 2001-01-27 9:54 ` David Ford
1 sibling, 0 replies; 4+ messages in thread
From: David Ford @ 2001-01-27 9:54 UTC (permalink / raw)
To: Shawn Starr; +Cc: mlord, linux-kernel
-I is what is read directly off the drive, -i interprets it. IIRC, it's been
this way for a while..or it's just that I've used 2.4 for a while :) In any
case, it's byte swap issue. WD becomes "WDC AC" would become "DW CCA" , i.e.
"WD", "C ", and "AC" etc.
-d
Shawn Starr wrote:
> This is what the device names are:
>
> hda: FUJITSU MPE3064AT, ATA DISK drive
> hdb: WDC AC32500H, ATA DISK drive
>
> here's what they are with hdparm:
>
> dev/hda:
>
> Model=UFIJST UPM3E60A4 T , FwRev=DE0--380,
> SerialNo= 50256499
>
> /dev/hdb:
>
> Model=DW CCA2305H0 , FwRev=210.H721,
> SerialNo=DWW-3T06418895 2
>
> hehe, might wanna fix that ;-)
>
> Shawn.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
--
There is a natural aristocracy among men. The grounds of this are virtue and talents. Thomas Jefferson
The good thing about standards is that there are so many to choose from. Andrew S. Tanenbaum
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2001-01-27 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-27 9:37 [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) Shawn Starr
2001-01-27 9:45 ` davej
2001-01-27 9:47 ` [NOT PROBLEM]: Under 2.4.X hdparm displays device names backwards?;) Shawn Starr
2001-01-27 9:54 ` [PROBLEM]: Under 2.4.X hdparm displays device names backwards? ;) David Ford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox