lkml.org 
[lkml]   [2005]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: scsi disk size reporting in dmesg
On Mon, 17 Oct 2005 15:24:04 -0400 Dale Blount wrote:

> Hello,
>
> I just added 2 external 1TB+ scsi devices to my i686 linux server
> running 2.6.13.4 connected to external LSI MPT card. fdisk and df both
> show the sizes correctly (see below), but I'm worried that dmesg reports
> them incorrectly.
>
> SCSI device sda: 2460934144 512-byte hdwr sectors (160487 MB)
> SCSI device sdb: 3790438400 512-byte hdwr sectors (841193 MB)
>
> I don't think it's as simple as a variable overflow because both
> sdkp->capacity and mb look to be cast as unsigned long longs. I know a
> workaround is to present less data per LUN, but I'd like to use it as
> it's setup currently if possible. Is this just printing incorrectly or
> will I run into trouble when the device gets more full?

The casts to (unsigned long long) just fix the printk() args to match
the format strings (and eliminate warnings).

Looks to me like sdkp->capacity is correct. The <mb> value looks
way off. Since it's just printed here for user info, I don't see
how it can be a problem later on.

I don't see the error just yet. Are there any other SCSI device-
related messages near these? And just to confirm, but you must
have CONFIG_LBD (Large Block Device) enabled, right?



> Thanks,
>
> Dale
>
>
>
>
> # df -h
> /dev/sda1 1.2T 129M 1.1T 1% /mnt/sda1
> /dev/sdb1 1.8T 129M 1.7T 1% /mnt/sdb1
> # df
> /dev/sda1 1211159084 131228 1149504532 1% /mnt/sda1
> /dev/sdb1 1865473692 131228 1770581860 1% /mnt/sdb1
>
>
> # fdisk -l /dev/sda
> Disk /dev/sda: 1259.9 GB, 1259998281728 bytes
> 255 heads, 63 sectors/track, 153186 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/sda1 1 153186 1230466513+ 83 Linux
>
> # fdisk -l /dev/sdb
>
> Disk /dev/sdb: 1940.7 GB, 1940704460800 bytes
> 255 heads, 63 sectors/track, 235943 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
> Device Boot Start End Blocks Id System
> /dev/sdb1 1 235943 1895212116 83 Linux


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

\
 
 \ /
  Last update: 2005-10-20 07:11    [W:2.354 / U:1.904 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site