私はSolaris 11を使用しており、ディスクはEFIとGPTを使用していますが、クラシックBIOSを使用しています。
0 BIOS_boot wm 256 260.00MB 532735
1 usr wm 532736 5.46TB 11721028750
2 unassigned wm 0 0 0
3 unassigned wm 0 0 0
4 unassigned wm 0 0 0
5 unassigned wm 0 0 0
6 unassigned wm 0 0 0
8 reserved wm 11721028751 8.00MB 11721045134
532735、11721028750、11721045134はパネルですか、シリンダーですか?数字を変更すると、Solarisはb
(ブロック?)サイズ(gb、tb、mb..)と(?)e
から選択するように要求します。なぜ呼び出されe
、呼び出されないのですc
か?ありがとう
答え1
以下を使用すると、prtvtoc
表のタイトル(参照用)が表示されます。ここ):
example# prtvtoc /dev/rdsk/c0t3d0s2
* /dev/rdsk/c0t3d0s2 partition map
*
* Dimension:
* 512 bytes/sector
* 80 sectors/track
* 9 tracks/cylinder
* 720 sectors/cylinder
* 2500 cylinders
* 1151 accessible cylinders
*
* Flags:
* 1: unmountable
* 10: read-only
* * First Sector Last
* Partition Tag Flags Sector Count Sector Mount Directory
0 2 00 0 76320 76319 /
1 3 01 76320 132480 208799
2 5 00 0 828720 828719
5 6 00 208800 131760 340559 /opt
6 4 00 340560 447120 787679 /usr
7 8 00 787680 41040 828719 /export/home
したがって、これが開始および終了セクタであることがわかります。
参考までに、Solarisのブロックサイズは512バイトなので、このコマンドはdf
Linuxとは異なりブロックサイズを提供します。