Custom Query (16363 matches)
Results (400 - 402 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #16404 | fixed | vboxsf does not get autoloaded when a mount happens (fs-vboxsf alias missing) | ||
| Description |
When the vboxsf kernel module is not loaded, mounting a shared folder (e.g. mount -t vboxsf foo /media/foo` fails with ENODEV. The reason for this is that vboxsf lacks the fs-vboxsf alias, which is what the kernel uses to autoload filesystem modules during mount. This can be fixed by adding the following to vboxsf/vfsmod.c: MODULE_ALIAS_FS("vboxsf"); Alternatively, it can be worked around by adding "alias fs-vboxsf vboxsf" to a file in /etc/modprobe.d. Please see the attached MIT-licensed patch for a proposed fix. |
|||
| #9935 | duplicate | vboxsf crashes on fedora host | ||
| Description |
I install vbox guest additions on Fedora for using Linux guest as server and my Windows 7 host for working. So, directory on my Windows (C:\webservers\home) mapped to Linux /web and my Apache server serve from this directory. I working on Windows and changing and renaming files, that causes errors on guest. But just editing files works fine. Some times I has something like 'ls: cannot access _Environment.php: No such file or directory', after i renamed Environment.php to _Environment.php [root@web application]# ls -l ls: cannot access _Environment.PHP: No such file or directory total 28 -rwxrwx--- 1 root vboxsf 5325 Nov 21 03:01 Bootstrap.PHP drwxrwx--- 1 root vboxsf 4096 Nov 21 02:52 configs ?????????? ? ? ? ? ? _Environment.PHP -rwxrwx--- 1 root vboxsf 943 Nov 21 02:32 Environment.temp.PHP drwxrwx--- 1 root vboxsf 4096 Nov 20 13:52 forms -rwxrwx--- 1 root vboxsf 1458 Nov 21 13:04 Init.PHP ... Also I made a little test on PHP. I create file with check file_exists(). Then I make test file and method return true. Then I remove file and has true again :\ I check local folder and test was passed (true, false). I can't found what a problem. I tried to reinstall vboxadd, recreate shared folder. Mount it from /etc/fstab, by mount -t vboxsf, by automount (/media/sf_foldername). And always has same issue. If I change file contents all works as expected. But if remove/add/rename files I has errors with ls: cannot access or with PHP can't determine removed file or not. Looks like file system is broken. But remounting share fixes this problem for next time i renaming files. Please, where I can found error? I think problem in vboxsf file system, but where. For info: guest - Fedora16 x64 (upgraded by yum) host - Windows 7 x64 vm - VirtualBox 4.1.6 vbox additions updated on guest and on version 4.1.6 |
|||
| #7004 | fixed | vboxsf attempt to use wildcard with non-existent filenames gives Protocol Error => Fixed in SVN | ||
| Description |
I have a Windows XP host system, with an Ubuntu 10.04 guest OS. I can successfully create and mount a shared folder. If I try to use wildcards that don't match any files in the folder I get a Protocol Error. For instance, if the folder has no files that start with the letter 'd', and I try
I will get
Not using the wildcard works fine. Using the wildcard with matching files also works fine. This seems innocuous, but unfortunately it kills the usage of a number of Makefiles in projects with which I'm involved. |
|||

