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