下載進行解壓縮後,直接執行 vmware-install.pl 進行安裝,便可利用 /usr/bin/vmware-mount 指令進行 VMDK 的掛載,方式如下:
#列出使用說明
shell># vmware-mount
Usage:
vmware-mount diskPath [partition num] mountPoint
vmware-mount [option] [opt args]
#顯示虛擬硬碟的資訊
shell># vmware-mount -p /path/to/file.vmdk
Nr Start Size Type Id Sytem
-- ---------- ---------- ---- -- ------------------------
1 2048 209715200 BIOS 7 HPFS/NTFS
#掛載虛擬硬碟
shell># vmware-mount /path/to/file.vmdk 2 /mnt
#列出已經掛載的硬碟
shell># vmware-mount -L
Disks with mounted partitions:
/path/to/file.vmdk
#卸載硬碟
shell># vmware-mount -d /mnt
沒有留言:
張貼留言