Standerdを選択してEnterを押すと、以下のようなメッセージが表示されます。
+----------------------------------- Message -----------------------------------+
|In the next menu, you will need to set up a DOS-style ("fdisk") partitioning |
|scheme for your hard disk. If you simply wish to devote all disk space |
|to FreeBSD (overwriting anything else that might be on the disk(s) selected) |
|then use the (A)ll command to select the default partitioning scheme followed |
|by a (Q)uit. If you wish to allocate only free space to FreeBSD, move to a |
|partition marked "unused" and use the (C)reate command. |
+-----------------------------------------------------------------------(100%)--+
| [ OK ] |
+---------------------------[ Press enter or space ]----------------------------+
要は、
この次のメニューで、DOSスタイルのFDISKでハードディスクにパーティションを定義しますよ。
ハードディスクを単純に全部FreeBSD用にするなら(そのディスクの全部を上書きしちゃってもいいなら)Aを押してQを押せばいいよ。
ハードディスクの空いている領域をFreeBSD用に使うなら、unusedって書いてあるところでCコマンドを使ってね。
ということのようです。
最近の人に''DOSスタイルのFDISK''って言っても、通じないような気もしますが・・・
バーチャル山中家では、A押してQのパターンで、いつもやっています。
で、わくわくしながらEnterを押すと、
+----------------------------- Message -----------------------------+
|WARNING: A geometry of 319120/16/63 for ad0 is incorrect. Using |
|a more likely geometry. If this geometry is incorrect or you |
|are unsure as to whether or not it's correct, please consult |
|the Hardware Guide in the Documentation submenu or use the |
|(G)eometry command to change it now. |
| |
|Remember: you need to enter whatever your BIOS thinks the |
|geometry is! For IDE, it's what you were told in the BIOS |
|setup. For SCSI, it's the translation mode your controller is |
|using. Do NOT use a ``physical geometry''. |
+-----------------------------------------------------------(100%)--+
| [ OK ] |
+---------------------[ Press enter or space ]----------------------+
なーんて表示されちゃいました。
最近の大容量のハードディスクでは、geometryというC/H/Sの値が変になっちゃってる(っていうか想定されている値を超えちゃう)ので、この警告が出るようです。
319,120セクタが16シリンダで63ヘッドってことは、321,672,960セクタですね。
1クラスタ512バイトだったと思うので、2で割ると160,836,480KB、さらに1024で割ると157,066.875MB、さらに1024で割ると153.3856201GB・・・。今回つけたのは160GBなので、まぁあっているようですね。
気にせず進みました(ぉぃぉぃ)
すると、以下のような画面になります。これがFDISKですね。
Disk name: ad0 FDISK Partition Editor
DISK Geometry: 20023 cyls/255 heads/63 sectors = 321669495 sectors (157065MB)
Offset Size(ST) End Name PType Desc Subtype Flags
0 63 62 - 12 unused 0
63 321669432 321669494 ad0s1 8 freebsd 165
321669495 3465 321672959 - 12 unused 0
The following commands are supported (in upper or lower case):
A = Use Entire Disk G = set Drive Geometry C = Create Slice F = `DD' mode
D = Delete Slice Z = Toggle Size Units S = Set Bootable | = Wizard m.
T = Change Type U = Undo All Changes W = Write Changes
Use F1 or ? to get more help, arrow keys to select.
さっき出たgeometryがどうのこうのという値と表示されている値が違うみたいですね。
自分で直したんだっけ?覚えてないなー。
直す場合はGを押してください。
付いているハードディスクの容量と概ね合っているようなら、Aで「全部!」を指定して、Qで確定しちゃいましょう。すると、
+----------------- Install Boot Manager for drive ad0? ------------------+
| FreeBSD comes with a boot selector that allows you to easily |
| select between FreeBSD and any other operating systems on your machine |
| at boot time. If you have more than one drive and want to boot |
| from the second one, the boot selector will also make it possible |
| to do so (limitations in the PC BIOS usually prevent this otherwise). |
| If you do not want a boot selector, or wish to replace an existing |
| one, select "standard". If you would prefer your Master Boot |
| Record to remain untouched then select "None". |
| |
| NOTE: PC-DOS users will almost certainly re-+ire "None"! |
| +--------------------------------------------------------------------+ |
| | BootMgr Install the FreeBSD Boot Manager | |
| | Standard Install a standard MBR (no boot manager) | |
| | None Leave the Master Boot Record untouched | |
| +--------------------------------------------------------------------+ |
+------------------------------------------------------------------------+
| [ OK ] Cancel |
+-----------------[ Press F1 to read about drive setup ]-----------------+
ブートマネージャを入れますか?と聞いてきます。
そのハードディスクにFreeBSDのみ入れていて、他にOSを入れないのであればStandardで良いでしょう。そうでない場合はBootMgrを選択すると、起動時にどのOSを起動するか選べるようになります。