Host - Win 7 x64
Guest OS Kubuntu 10:04 (KDE + GNOME)
When I want to rename, delete - files, folders in Windows (host) from Kubuntu (guest) through a shared folder I get the message "Access denid ..."
1. windows 7 folders name: erngab / default sharename: erngab / Kubuntu shared folder: erngab
Read but no write.
When I try: sudo mount -t vboxsf -o rw,uid=1000,gid=1000 erngab /media/erngab/
I get the message: /sbin/mount.vboxsf: mounting failed with the error: Protocol error
2. windows 7 folders name: erngab / sharename: erngabshared / Kubuntu shared folder: share
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 erngabshared /media/share/
Read but no write.
3. windows 7 folders name: erngab / sharename: erngabshared / Kubuntu shared folder: erngabshared
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 erngabshared /media/erngabshared/
Read but no write.
4. ?
[SOLVED] Win7 - Kubuntu Shared folder - Confusing
-
erngab
- Posts: 7
- Joined: 23. Sep 2010, 13:58
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Kubuntu
[SOLVED] Win7 - Kubuntu Shared folder - Confusing
Last edited by erngab on 25. Sep 2010, 16:12, edited 4 times in total.
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Win7 - Kubuntu Shared folder - Confusing
That's because you are trying to share your protected Windows user space. Windows 7 does not like this.
You can share folders that are not in you main folder (down a level). Its a Windows 7 security thing.
You can try to setup the share with the options and permissions as described in the lower part of the link I sent you and see if it help.
The part about using options and starting the share in your rc.local file.
You can share folders that are not in you main folder (down a level). Its a Windows 7 security thing.
You can try to setup the share with the options and permissions as described in the lower part of the link I sent you and see if it help.
The part about using options and starting the share in your rc.local file.
-
erngab
- Posts: 7
- Joined: 23. Sep 2010, 13:58
- Primary OS: MS Windows 7
- VBox Version: OSE other
- Guest OSses: Kubuntu
Re: Win7 - Kubuntu Shared folder - Confusing
Thanks Perryg
With I can approach as root and I can read/write in this folders.
With "Root Actions Servicemenu" http://kde-look.org/content/show.php/Ro ... tent=48411 get a quick access to root in Dolphin.
With
Code: Select all
gksudo nautilusWith "Root Actions Servicemenu" http://kde-look.org/content/show.php/Ro ... tent=48411 get a quick access to root in Dolphin.



