Liste des partitions - Linux

Publié le 18 mars 2010 par Petitchevalroux

Pour afficher la liste des partitions d'un disque dur ainsi que leurs formats et tailles sous linux on peut utiliser la commande fdisk.

Liste des partitions

root@home:~# fdisk -l
Disk /dev/sda: 250.0 GB, 250000000000 bytes
255 heads, 63 sectors/track, 30394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x88000000
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1824 14651248+ 83 Linux
/dev/sda2 1825 1946 979965 82 Linux swap / Solaris
/dev/sda3 1947 30394 228508560 83 Linux
Disk /dev/sdb: 163.9 GB, 163928604672 bytes
255 heads, 63 sectors/track, 19929 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e0623
Device Boot Start End Blocks Id System
/dev/sdb1 1 19929 160079661 83 Linux

La commande affiche la liste des disques durs de la machine et les informations de partitionnement de ces derniers.

Image : Pchow98