Results 1 to 3 of 3
Using Qemu I can mount a local folder as a drive in the guest OS, but it is read-only. Even mounting it as RW causes problems if I try and ...
- 03-17-2007 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 94
VM Player - mounting additional drives
Using Qemu I can mount a local folder as a drive in the guest OS, but it is read-only. Even mounting it as RW causes problems if I try and write to it. Using Virtual PC under Windows I can create a dynamic image which changes size as required.
Is there any option in VMPlayer to either mount a local folder as RW or use a dynamicially re-sizing image? It can be difficult to guess exactly how much space I'll require on a mounted drive in the long term, so one that expands as required would be very helpful.
- 03-21-2007 #2Just Joined!
- Join Date
- Mar 2007
- Location
- Russia
- Posts
- 6
"VMPlayer" - means VMware Player, right? Try to mount your image as FAT32 partition like this:
Originally Posted by khinch
Unfortunately, I don't know, it works with a dynamic image or not. But with static image it works perfectly.Code:mount -t vfat -o rw,loop,offset=32256 hda.img /mnt/myvm/
P.S. Remember - the dynamic image works much more slowly than a static image. If you want to accelerate the virtual machine, use the static image
- 03-28-2007 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 94
Yes, sorry."VMPlayer" - means VMware Player, right?
I didn't know that, thanks.Remember - the dynamic image works much more slowly than a static image.
Thanks for the information. When I know the answer I'll let you knowCode:
mount -t vfat -o rw,loop,offset=32256 hda.img /mnt/myvm/
Unfortunately, I don't know, it works with a dynamic image or not. But with static image it works perfectly.


Reply With Quote
