Re: partition weirdness

From: Aaron Dewell (acd_at_woods.net)
Date: 09/04/03

  • Next message: Larry McVoy: "Re: Scaling noise"
    Date:	Wed, 3 Sep 2003 18:59:48 -0600 (MDT)
    To: Andries Brouwer <aebr@win.tue.nl>
    
    

    On Thu, 4 Sep 2003, Andries Brouwer wrote:
    > Does the kernel have support for sun partition tables built in?

    Yes. Without it, the partition table is not recognized at all.

    > What are the kernel boot messages about the disk?

    Attached scsi disk sdc at scsi1, channel 0, id 15, lun 0
    [...]
    SCSI device sdc: 8498506 512-byte hdwr sectors (4351 MB)
     /dev/scsi/host1/bus0/target15/lun0: p1 p2 p3 p4 p6 p7

    > What does /proc/partitions say?

       8 32 4249253 scsi/host1/bus0/target15/lun0/disc 498 30954 62904 7200 0 0 0 0 0 3640 7200
       8 33 99696 scsi/host1/bus0/target15/lun0/part1 0 0 0 0 0 0 0 0 0 0 0
       8 34 1046808 scsi/host1/bus0/target15/lun0/part2 0 0 0 0 0 0 0 0 0 0 0
       8 35 4237080 scsi/host1/bus0/target15/lun0/part3 0 0 0 0 0 0 0 0 0 0 0
       8 36 510942 scsi/host1/bus0/target15/lun0/part4 205 12795 26000 2880 0 0 0 0 0 1450 2880
       8 38 1021884 scsi/host1/bus0/target15/lun0/part6 149 9267 18832 2100 0 0 0 0 0 1060 2100
       8 39 1557750 scsi/host1/bus0/target15/lun0/part7 143 8889 18064 2210 0 0 0 0 0 1120 2210

    > What does fdisk -l say?

    Disk /dev/discs/disc2/disc (Sun disk label): 134 heads, 62 sectors, 1020 cylinders
    Units = cylinders of 8308 * 512 bytes

                    Device Flag Start End Blocks Id System
    /dev/discs/disc2/part1 0 24 99696 83 Linux native
    /dev/discs/disc2/part2 u 24 276 1046808 82 Linux swap
    /dev/discs/disc2/part3 0 1020 4237080 5 Whole disk
    /dev/discs/disc2/part4 276 399 510942 83 Linux native
    /dev/discs/disc2/part6 399 645 1021884 83 Linux native
    /dev/discs/disc2/part7 645 1020 1557750 83 Linux native

    Looks a little fishy between fdisk and /proc/partitions, but I don't
    know enough to say what, or if it is weird for sure.

    Aaron

    -
    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/


  • Next message: Larry McVoy: "Re: Scaling noise"