2003-06-03 17:55:24

by Anton Petrusevich

[permalink] [raw]
Subject: capacity in 2.5.70-mm3

Hi folks,

I am not sure if you are already aware ot not, but looks like nobody
noticed it yet. Look:
casus:anton$ ls /proc/ide/hda
cache capacity geometry media settings smart_values
capacity driver identify model smart_thresholds
casus:anton$ ls /proc/ide/hdc
capacity capacity capacity driver identify media model settings

Multiplay capacity files. Funny :)
--
Anton Petrusevich


Subject: Re: capacity in 2.5.70-mm3


Already noticed, but dunno which one to remove :-).
I will fix it.
--
Bartlomiej

On Wed, 4 Jun 2003, Anton Petrusevich wrote:

> Hi folks,
>
> I am not sure if you are already aware ot not, but looks like nobody
> noticed it yet. Look:
> casus:anton$ ls /proc/ide/hda
> cache capacity geometry media settings smart_values
> capacity driver identify model smart_thresholds
> casus:anton$ ls /proc/ide/hdc
> capacity capacity capacity driver identify media model settings
>
> Multiplay capacity files. Funny :)
> --
> Anton Petrusevich

2003-06-03 18:58:30

by Felipe Alfaro Solana

[permalink] [raw]
Subject: Re: capacity in 2.5.70-mm3

On Tue, 2003-06-03 at 20:08, Anton Petrusevich wrote:
> Hi folks,
>
> I am not sure if you are already aware ot not, but looks like nobody
> noticed it yet. Look:
> casus:anton$ ls /proc/ide/hda
> cache capacity geometry media settings smart_values
> capacity driver identify model smart_thresholds
> casus:anton$ ls /proc/ide/hdc
> capacity capacity capacity driver identify media model settings
>
> Multiplay capacity files. Funny :)

Can reproduce it on my laptop with 2.5.70-mm3 and my server with
2.5.70-bk8. Both have an ATAPI DVD attached to /dev/hdc.

2003-06-05 17:24:26

by Julien Oster

[permalink] [raw]
Subject: Re: capacity in 2.5.70-mm3

Felipe Alfaro Solana <[email protected]> writes:

Hello,

>> capacity capacity capacity driver identify media model settings
>> Multiplay capacity files. Funny :)

> Can reproduce it on my laptop with 2.5.70-mm3 and my server with
> 2.5.70-bk8. Both have an ATAPI DVD attached to /dev/hdc.

Can also reproduce it on 2.4.21-rc1, on all my IDE devices: hda, hdc,
hdg. The first two are harddrives, the last one's an ATAPI CD writer,
so the device type doesn't seem to matter:

/proc/ide# ls hd?
hda:
cache capacity geometry media settings smart_values
capacity driver identify model smart_thresholds

hdc:
cache capacity geometry media settings smart_values
capacity driver identify model smart_thresholds

hdg:
capacity capacity driver identify media model settings

Julien

Subject: Re: capacity in 2.5.70-mm3


Already fixed in 2.5-bk.
I will make 2.4 patch when I have time (if nobody backports it first).
--
Bartlomiej

On Thu, 5 Jun 2003, Julien Oster wrote:

> Felipe Alfaro Solana <[email protected]> writes:
>
> Hello,
>
> >> capacity capacity capacity driver identify media model settings
> >> Multiplay capacity files. Funny :)
>
> > Can reproduce it on my laptop with 2.5.70-mm3 and my server with
> > 2.5.70-bk8. Both have an ATAPI DVD attached to /dev/hdc.
>
> Can also reproduce it on 2.4.21-rc1, on all my IDE devices: hda, hdc,
> hdg. The first two are harddrives, the last one's an ATAPI CD writer,
> so the device type doesn't seem to matter:
>
> /proc/ide# ls hd?
> hda:
> cache capacity geometry media settings smart_values
> capacity driver identify model smart_thresholds
>
> hdc:
> cache capacity geometry media settings smart_values
> capacity driver identify model smart_thresholds
>
> hdg:
> capacity capacity driver identify media model settings
>
> Julien

2003-06-05 18:13:21

by Felipe Alfaro Solana

[permalink] [raw]
Subject: Re: capacity in 2.5.70-mm3

On Thu, 2003-06-05 at 19:37, Julien Oster wrote:
> Felipe Alfaro Solana <[email protected]> writes:
>
> Hello,
>
> >> capacity capacity capacity driver identify media model settings
> >> Multiplay capacity files. Funny :)
>
> > Can reproduce it on my laptop with 2.5.70-mm3 and my server with
> > 2.5.70-bk8. Both have an ATAPI DVD attached to /dev/hdc.
>
> Can also reproduce it on 2.4.21-rc1, on all my IDE devices: hda, hdc,
> hdg. The first two are harddrives, the last one's an ATAPI CD writer,
> so the device type doesn't seem to matter:

Seems fixed in 2.5.70-mm5... :-)