我正在与几个朋友讨论某些问题,但我们无法弄清楚。在FreeBSD和OpenSolaris / Solaris中,对驱动器进行分区时,将创建一个覆盖整个磁盘的分区:
da0s1c
c0d0s2
例如,OpenSolaris服务器中主硬盘驱动器的输出:
xistence@Keyhole.network.lan:/dev/rdsk# prtvtoc /dev/rdsk/c4d0s2
* /dev/rdsk/c4d0s2 partition map
*
* Dimensions:
* 512 bytes/sector
* 63 sectors/track
* 255 tracks/cylinder
* 16065 sectors/cylinder
* 7296 cylinders
* 7294 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 0 16065 16064
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 16065 117145980 117162044
2 5 01 0 117178110 117178109
8 1 01 0 16065 16064
使用分区2的背后原因是什么?为什么不分区0?在Unix历史上是在哪里决定的?当时它提供了哪些旧功能?使用GPT分区,该分区将完全消失(与我所发现的完全不同)。
只是一些有趣的事情...
由于ParoX提到了GPT样式分区以及Solaris在vtoc布局方面的表示方式,因此这是我的一张磁盘的输出,该输出为1 TB,位于ZFS阵列中,并且已自动使用GPT进行了设置:
xistence@Keyhole.network.lan:~# prtvtoc /dev/rdsk/c5d0
* /dev/rdsk/c5d0 partition map
*
* Dimensions:
* 512 bytes/sector
* 1953520128 sectors
* 1953520061 accessible sectors
*
* Flags:
* 1: unmountable
* 10: read-only
*
* Unallocated space:
* First Sector Last
* Sector Count Sector
* 34 222 255
*
* First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 4 00 256 1953503455 1953503710
8 11 00 1953503711 16384 1953520094