Народ, кто подскажет как примонтировать "диск-файл" который создается 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
что не правильно делаю или хоть в каком направлении копать?
монтирование vmdk
- VVC
- Заглянувший
- Сообщения: 31
- Зарегистрирован: 17 фев 2007, 05:24
- Откуда: Владивосток
- Контактная информация:
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).
как правильно то задать что монтировать?
у меня ситуация такая- установлена 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).
как правильно то задать что монтировать?