hi ya burkhard

On Tue, 19 Nov 2002, Burkhard Ritter wrote:

> > >  Model=Maxtor 6Y060L0, FwRev=YAR41VW0, SerialNo=Y2R7JV6E
> > >  Config={ Fixed }
> > >  RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57

notice youo have 16 heads  as shown in 16383/16/63

> fdisk:
> Festplatte /dev/hdb: 255 Kpfe, 63 Sektoren, 7476 Zylinder

notice you have 255 heads for fdisk...

> The different number cylinders (in dmesg and fdisk) are a bit strange, but
> this is also the case for my other disks and they are working right
> (though they have not so big capacities).

cylinders will never match since the real chs  is being mapped by
LBA so the bios can get to the corresponding chs from the i/o system calls
        - you will run out of bits in the lba translation table
        which limits you to 32GB or 132GB and higer or lower disk 
        capacity limits depending on the bios using the "fixed" number 
        of lba bits
        ( never did understand why they picked 12-bit lba and not go
          straight to 16-bit or 32-bit lba )

c ya
alvin

> 
> Perhabs it is due to an "overlay bios" I once installed. I have to try
> this out (have not the floppy here at the moment), although I think this
> is not the reason.
> 
> To clarify:
> I have not configured the harddisk in the bios. It "works" without.
> 
> Error:
> touch /mnt/test

did you do  
        e2fsck /dev/hda1
        mount /dev/hda1 /mnt/
        touch /mnt/test 

have fun
alvin

> touch: Erzeugen von /mnt/test: Auf dem Gert ist kein Speicherplatz mehr
> verfgbar
> (in English: no space available)
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to