各オペレーティングシステム記憶装置の表示方法


FREEBSD
例えば、da 0 s 1「x」
da 0:最初のSCSIハードディスクドライブ、da:SCSIハードディスクドライブを表します
また、ad:IDEハードディスクドライブacd:IDEオプティカルドライブcd:SCSIオプティカルドライブfd:FDD
 
s 1:最初のプライマリパーティション、s:slicesはプライマリパーティションの意味です.
 
「x」は小文字a-hを表す
a:最初のpatitionは、ルートパーティションとして使用されます.
b:2番目のpatitionは、交換パーティションとして使用されます.
c:3番目のpatitionは、slice全体を表します.
d-hは特に意味がない.
 
linux,grub
例を使用して説明します.[root@localhost ~]# fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
   Device Boot Start End Blocks Id System
/dev/hda1 * 1 970 7791493+ 7 HPFS/NTFS
/dev/hda2 971 9729 70356667+ 5 Extended
/dev/hda5 971 2915 15623181 b W95 FAT32
/dev/hda6 2916 4131 9767488+ 83 Linux
/dev/hda7 4132 5590 11719386 83 Linux
/dev/hda8 5591 6806 9767488+ 83 Linux
/dev/hda9 6807 9657 22900626 83 Linux
/dev/hda10 9658 9729 578308+ 82 Linux swap / Solaris
 
/dev/hda1 (hd0,0)
/dev/hda2 (hd0,1) : , , Linux Windows ;
/dev/hda5 (hd0,4)
/dev/hda6 (hd0,5)
/dev/hda7 (hd0,6)
/dev/hda8 (hd0,7)
... ...
/dev/hda10 (hd0,9)