iansane
April 4th, 2008, 12:25 PM
Hi, I have vbox installed on Ubuntu Hardy AMD64 server. The Vmachine is on a external usb drive with Fedora installed.
I set a shared follder "//home/ian/virtualShare" then "chmod 777 /home/ian/virtualShare" on the host.
created folder "host" on guest desktop
I used
mount -t vboxsf virtualShare /home/ian/Desktop/host
to mount the share to the host directory on my desktop. Since this is for testing and learning, both the host and guest have the same username "ian" so the paths are the same.
I can access the share but get "permission denied" when I try to mkdir, rename a folder, copy a file into the "host" directory or anything besides dealing with .txt files. For some reason the problem doesn't affect .txt
If it makes a difference, of cource the host (Ubuntu) is ext3 file system, but the Vmachine is on usb drive with NTFS file system.
Any suggestions?
Thanks
I set a shared follder "//home/ian/virtualShare" then "chmod 777 /home/ian/virtualShare" on the host.
created folder "host" on guest desktop
I used
mount -t vboxsf virtualShare /home/ian/Desktop/host
to mount the share to the host directory on my desktop. Since this is for testing and learning, both the host and guest have the same username "ian" so the paths are the same.
I can access the share but get "permission denied" when I try to mkdir, rename a folder, copy a file into the "host" directory or anything besides dealing with .txt files. For some reason the problem doesn't affect .txt
If it makes a difference, of cource the host (Ubuntu) is ext3 file system, but the Vmachine is on usb drive with NTFS file system.
Any suggestions?
Thanks