Opened 17 years ago
Closed 8 years ago
#1393 closed defect (obsolete)
Protocol error trying to rename directory on share (Windows host, Linux guest)
Reported by: | Daniel Blaukopf | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox 1.5.6 |
Keywords: | Cc: | ||
Guest type: | Linux | Host type: | other |
Description (last modified by )
~$ sudo mount -t vboxsf -o uid=1000,gid=1000,exec workspaces /ws ~$ cd /ws /ws$ mkdir a /ws$ ls -ld a drwxrwxrwx 1 blaukopf blaukopf 0 2008-04-07 19:16 a /ws$ mv a b mv: cannot move `a' to `b': Protocol error
Host is Windows XP, guest is Ubuntu Linux. I am able to read, write and create files and directories on the share. File renaming works, directory renaming does not.
Change History (4)
comment:1 by , 16 years ago
Guest type: | other → Linux |
---|
comment:2 by , 16 years ago
Component: | other → shared folders |
---|
comment:3 by , 15 years ago
comment:4 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → obsolete |
Status: | new → closed |
Please reopen if still relevant with a recent VirtualBox release.
Note:
See TracTickets
for help on using tickets.
Possibly related: http://forums.virtualbox.org/viewtopic.php?p=56209
Stumbled upon the same issue/bug while building a kernel module. Simply worked around it out of laziness by a
touch .tmp_versions/x
.