A:\>makebeer.exe 3 MAKEBEER.EXE V1.00L10 -- Utility program for making a BEER sector. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
The BEER Sector is updated successfully.
makebeer.exe /fat32
A:\>makebeer.exe /fat32 MAKEBEER.EXE V1.00L10 -- Utility program for making a BEER sector. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
The Master Boot Record is updated successfully. The Boot Sector of the Recovery Area is updated successfully.
A:\>makebeer.exe /? MAKEBEER.EXE V1.00L10 -- Utility program for making a BEER sector. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
Usage:MAKEBEER.EXE [Option Switch] X make the BEER sector, X is Recovery Area size (GB in decimal) /FAT32 change Recovery Partition's ID to FAT32 /BUPFAT32 change Backup Partition's ID to FAT32 /ACTIVE make the 4th Partition active /NDOS change Recovery Partition's ID to Non-DOS (0x84) /BUPNDOS change Backup Partition's ID to Non-DOS (0x84) /REMOVE remove the 4th partition entry from the partiton table /BOOTCLR clear the Boot Sector of the Recovery Partition /COPY make a BEER sector based on the Partition Table 4th Entry /REGISTER register a Backup Area with the BEER sector /SETVOLn= (n=1,2,3,4) set specified partition's Volume Label /CHECK check the BEER sector and the 4th partition /CHECK=X check the BEER sector and the 4th partition (size=X GB) /CHECKBEER check the BEER sector for Recovery Area /CHECKBOOT check the BEER sector and Recovery Partiton's Boot sector /CHECKPT4 /CHECKBOOT and additional check that the 4th entry is empty /CHKBUPBEER check the BEER sector for Backup Area /CHKBUPBOOT check the BEER sector and Boot Sector of the Backup Partiton /F make first partiton active
リカバリ領域のコピー ◎ CD起動 KNOPPIX
USB HDD から 本体 SSD へ 4つめ目のパーティション(リカバリ領域)のみコピー。 $ su # fdisk -l # dd if=/dev/sdb4 of=/dev/sda4 bs=4096
knoppix@Microknoppix:~$ su root@Microknoppix:/home/knoppix# fdisk -l
Device Boot Start End Blocks Id System /dev/sdb1 * 1 2611 20972826 7 HPFS/NTFS /dev/sdb2 2612 4472 14948482+ 7 HPFS/NTFS /dev/sdb4 4473 4864 3148740 c W95 FAT32 (LBA) root@Microknoppix:/home/knoppix# dd if=/dev/sdb4 of=/dev/sda4 bs=4096 dd: writing `/dev/sda4': デバイスに空き領域がありません 785177+0 records in 785176+0 records out 3216084480 bytes (3.2 GB) copied, 205.833 s, 15.6 MB/s root@Microknoppix:/home/knoppix#
※パーティションの指定に間違いないか「fdisk -l」で確認 in outでパーティションサイズが微妙に異なるためコピー終了時エラーメッセージが表示されましたが エラーにならないようにするには makebeer.exe で指定したサイズを4GBにするか、または、 ddコマンドでcount=785176(Blocks÷4)を指定すればよい様ですがこのままでも問題ないようです。
パーティション非可視化 □ FPD起動 DOS
以下のコマンドを実行する。 makebeer /copy
A:\>makebeer.exe /copy MAKEBEER.EXE V1.00L10 -- Utility program for making a BEER sector. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
The BEER Sector is updated successfully.
makebeer.exe /remove
A:\>makebeer.exe /remove MAKEBEER.EXE V1.00L10 -- Utility program for making a BEER sector. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
The Master Boot Record is updated successfully.
recvmode /normal
A:\>recvmode /normal RECVMODE.EXE V1.00L10 -- Utility program for setting Recovery Mode. Copyright (c) Matsushita Electric Industrial Co., Ltd. 2002,2003.
Setting Recovery Mode to Normal Mode successfully.