Страница 1 из 1

монтирование vmdk

Добавлено: 04 апр 2007, 11:37
VVC
Народ, кто подскажет как примонтировать "диск-файл" который создается VMWARE и содержит эмулируюмую операционку???

# mount -t vfat -o loop winXPPro-02.vmdk /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
or too many mounted file systems

что не правильно делаю или хоть в каком направлении копать?

Добавлено: 04 апр 2007, 12:08
Foxx
vmware-mount, vmware-loop

Добавлено: 21 апр 2007, 17:30
VVC
Foxx,
у меня ситуация такая- установлена winXP на виртуальный диск размером 4Гб который хранится на жестком в виде двух файлов
winXPPro.vmdk и winXPPro-02.vmdk
vmware-mount выдает
# ./vmware-mount.pl

This script requires 3 (not 0) mandatory argument(s).

Usage: ./vmware-mount.pl
-p : Print the partition table
disk : Name of the Virtual Hard Disk file
or
disk : Name of the Virtual Hard Disk file
partition : Number of the partition
[-t type] : Partition type
[-o options]: Partition mount options(s)
mount-point : Directory where to mount the partition

пишу всячески меняя местами аргументы
# ./vmware-mount.pl -t vfat -o loop /home/sanek/vmware/winXPPro/winXPPro.vmdk /mnt/cdrom

This script requires 3 (not 2) mandatory argument(s).

а если убираю строку связанную с разделом получаю

# ./vmware-mount.pl -t vfat -o loop /mnt/cdrom
This script requires 3 (not 1) mandatory argument(s).

как правильно то задать что монтировать?

Добавлено: 24 апр 2007, 20:33
imp3
читаем :

1-disk : Name of the Virtual Hard Disk file
2-partition : Number of the partition
[-t type] : Partition type
[-o options]: Partition mount options(s)
3-mount-point : Directory where to mount the partition