• [^] # Re: lshw

    Posté par . En réponse au message [Résolu] Gérer baie de stockage HP avec un serveur linux. Évalué à 1.

    J'ai branché ma baie et voici ce que j'obtiens avec fdisk -l :

    Disk /dev/cciss/c0d0: 8589 MB, 8589803520 bytes
    255 heads, 32 sectors/track, 2056 cylinders, total 16776960 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xb9b0b9b0
     Device Boot Start End Blocks Id System
    /dev/cciss/c0d0p1 * 2048 15988735 7993344 83 Linux
    /dev/cciss/c0d0p2 15990782 16775167 392193 5 Extended
    /dev/cciss/c0d0p5 15990784 16775167 392192 82 Linux swap / Solaris
    Disk /dev/cciss/c0d1: 64.2 GB, 64243875840 bytes
    255 heads, 32 sectors/track, 15377 cylinders, total 125476320 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000e141d
     Device Boot Start End Blocks Id System
    Disk /dev/cciss/c0d2: 4294 MB, 4294901760 bytes
    255 heads, 32 sectors/track, 1028 cylinders, total 8388480 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x111f3d73
     Device Boot Start End Blocks Id System
    /dev/cciss/c0d2p1 * 32 8192639 4096304 7 HPFS/NTFS/exFAT
    Disk /dev/cciss/c0d3: 869.8 GB, 869768429568 bytes
    255 heads, 63 sectors/track, 105743 cylinders, total 1698766464 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x466df1ea
     Device Boot Start End Blocks Id System
    /dev/cciss/c0d3p1 63 62910539 31455238+ 7 HPFS/NTFS/exFAT
    /dev/cciss/c0d3p2 62910540 884988719 411039090 7 HPFS/NTFS/exFAT
    /dev/cciss/c0d3p3 884988720 1698761294 406886287+ 7 HPFS/NTFS/exFAT

    Ma baie est bien détectée, il me reste à supprimer les anciennes partitions (à la base cette baie servait à un server Windows 2003).
    Par contre j'ai une question concernant la ligne :
    ruby
    /dev/cciss/c0d2p1 * 32 8192639 4096304 7 HPFS/NTFS/exFAT

    Puis-je la supprimer, ou bien est-elle indispensable au bon fonctionnement de la baie, auquel cas je n'y touche pas ?