As a follow up to the original email, yesterday I was able to reproduce the
same problem exactly on a Mac OSX host with a Windows Guest.
So:
   USB stick (VFAT) -> DD-WRT router -> MacFUSE+sshfs -> Mac OSX host ->
Windows guest shared folder

I still have no idea why I can read files, create empty files, but get
access denied on writes on shared folder.

I think next thing I will try is a set-up:
    ext3 Linux -> Linux machine -> Samba Share -> Mac OSX host -> Windows
guest shared folder
To see if it is a bug with all remote mounts being used as shared folders
from within VirtualBox.

-G
              __
--- == __/ t.O ==--
http://stacktrace.org/


On Wed, Apr 22, 2009 at 9:36 PM, Garth Dahlstrom <[email protected]>wrote:

> Hi all,
>
> I'm trying to run the following set-up:
> USB stick (VFAT) -> DD-WRT router -> FUSE+sshfs -> Linux host -> Windows
> guest shared folder
>
> Have no problems reading files on the Windows guest, I can create
> directories and files.   I can't write to those files however, I always get
> "Access is denied" when trying to save in notepad.
>
> I have other share folders not over FUSE that work fully without issue, one
> which is local ext3 and another which was a VFAT usb stick mounted as a
> shared folder.
>
> Here is the fstab mount - uid 1000  (==user "ged")  is the one that I use
> to run vbox
> sshfs#[email protected]:/mnt /home/NAS fuse
> allow_other,auto,noatime,rw,nosuid,nodev,uid=1000,gid=1000 0 0
>
> Permissions on a test file & folder created from the guest look like this
> when veiwed from the host:
> drwxr-xr-x 1 ged ged 32768 2009-04-21 09:06 ..
> -rwxr-xr-x 1 ged ged     0 2009-04-23 02:24 test2.txt
> drwxr-xr-x 1 ged ged 16384 2009-04-23 02:27 New Folder
> drwxr-xr-x 1 ged ged 16384 2009-04-23 02:42 .
>
> I've looked in the vbox log for the guest but don't see anything that looks
> out of wack, nor does the Windows System or Application logs show anything
> that look out of the ordinary.
>
> could my fuse mount permissions be wrong?  Something else I might be
> missing?
>
> Any troubleshooting suggestions would be appreicated.
>
> -G
>               __
> --- == __/ t.O ==--
> http://stacktrace.org/
>
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to