Messages in cipher reflected in the looking glass
[ Yasuhiro Fujitsuki's Weblog ]
http://blogs.sun.com/thaniwa/date/20081111 2008年 11月 11日 火曜日

(JA) OpenSolaris b101 (2008.11 RC) usb image

OpenSolaris nv101 (OpenSolaris 2008.11 release candidate) が公開されています。

アナウンスはこちら

http://opensolaris.org/jive/thread.jspa?threadID=81895&tstart=0

このバージョンから iso イメージだけではなく、usb用のイメージも公開されています。
上記から転載しますが、usbcopyを使って書き込めます。

USB images can be copied to a USB device using the "usbcopy" program
that is part of the SUNWdistro-const package or by downloading the
script


http://src.opensolaris.org/source/raw/caiman/slim_source/usr/src/cmd/install-tools/usbcopy

OpenSolaris上での書き込みは下記のような感じです。 簡単です。
利用した USB メモリは 1GB のものですが、フロッピーとして見える機能も持っているため、 usbcopyコマンドには 2つの領域が見えています。

bash-3.2$ ./USBCOPY osol-0811-101a-rc1b.usb 
Must be root to run.
bash-3.2$ pfexec ./USBCOPY osol-0811-101a-rc1b.usb 
Found the following USB devices:
0:	/dev/rdsk/c4t0d0p0	982.5 MB	USB FLASH DRIVE  53CF
1:	/dev/rdsk/c4t0d1p0	1.4 MB	USB FLASH DRIVE  53CF
Enter the number of your choice: 0

WARNING: All data on your USB storage will be lost.
Are you sure you want to install to
USB FLASH DRIVE 53CF, 982 MB at /dev/rdsk/c4t0d0p0 ?  (y/n) y
Copying and verifying image to USB device
Finished 818 MB in 192 seconds (4.2MB/s)
0 block(s) re-written due to verification failure
Installing grub to USB device /dev/rdsk/c4t0d0s0
Completed copy to USB

この手の Windows で書き込むソフトはないのでしょうか? あったら便利そうなんですが…。 (情報求む)