вторник, 4 марта 2008 г.

Создать флоп-образ для установки виндов под vmware

Взято здесь.
Logon to the Service Console as ROOT
Create an empty file which is 1440KB in size with:dd if=/dev/zero of=/vmimages/blankdisk.flp bs=1k count=1440
Then build a vfat file system for the flp file:mkfs.vfat /vmimages/blankdisk.flpNote:
Browse to, and connect to the flp file within the VM.

Note:
If you wished to access this floppy file from the Service Console use:

mount -t vfat -o loop /vmimages/blankdisk.flp /mnt/floppy

Комментариев нет: