lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Apr 2008 00:16:12 +0200
From:	Bernd Eckenfels <ecki@...a.inka.de>
To:	linux-kernel@...r.kernel.org
Subject: Re: Disk geometry from /sys

In article <20080409212840.GB2160@...lub.uwaterloo.ca> you wrote:
> Simplest way to find out what geometry a disk pretents to have is to ask
> fdisk, and since the only use for the information is when creating
> partitions, then fdisk's opinion is really all that seems to matter.

Unfortunatelly there is also bios' view of the geometry, which is especially
a problem for boot loaders. Just another hint:

# lilo -T geom

    bios=0x00, cylinders=80, heads=2, sectors=18
        (  1.44Mb         2,880 sectors)        C:H:S supported (PC bios)

BIOS reports 2 hard drives
    bios=0x80, cylinders=527, heads=255, sectors=63     vol-ID: 2C731DD1
        (  4.33Gb     8,467,199 sectors)        LBA32 supported (EDD bios)
    bios=0x81, cylinders=527, heads=255, sectors=63
        (  4.33Gb     8,467,199 sectors)        LBA32 supported (EDD bios)

(um yes my system is somewhat outdated, thats an adaptec scsi bios.

Gruss
Bernd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ