id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host 4154,OpenSolaris Guest Shared Folders - no space left on device => Fixed in SVN,Ken Brucker,,"|| Host || OSX 10.5.7 || || Guest || !OpenSolaris 2009.06 || || Vbox || 2.2.4 || I setup 3 shared folders and mounted them via /etc/vfstab: {{{ _Outbox - /host/outbox vboxfs - yes uid=101,gid=10 Downloads - /host/downloads vboxfs - yes uid=101,gid=10 Sun - /host/sun vboxfs - yes uid=101,gid=10 }}} Did a few mount/unmount while I was getting this setup. Not seeing any issues with /host/outbox, however the 2nd and 3rd mounts are showing problems. Attempts to access resulting in errors as below. {{{ root@kelekona-vb:/# cp /etc/vfstab /host/downloads }}} From host deleted the copied vfstab file after viewing it {{{ root@kelekona-vb:/# ls /host/downloads/*.pkg ls: cannot access /host/downloads/*.pkg: No such file or directory }}} There are files that match this pattern {{{ root@kelekona-vb:/# ls /host/downloads ls: reading directory /host/downloads: No space left on device root@kelekona-vb:/# ls /host/downloads ls: reading directory /host/downloads: No space left on device root@kelekona-vb:/# umount /host/downloads root@kelekona-vb:/# df -h Filesystem Size Used Avail Use% Mounted on rpool/ROOT/opensolaris-1 13G 4.3G 8.1G 35% / swap 632M 320K 632M 1% /etc/svc/volatile /usr/lib/libc/libc_hwcap1.so.1 13G 4.3G 8.1G 35% /lib/libc.so.1 swap 632M 20K 632M 1% /tmp swap 632M 48K 632M 1% /var/run rpool/export 8.1G 19K 8.1G 1% /export rpool/export/home 8.1G 19K 8.1G 1% /export/home rpool/export/home/kbrucker 8.2G 65M 8.1G 1% /export/home/kbrucker rpool 8.1G 75K 8.1G 1% /rpool _Outbox 112G 90G 23G 80% /host/outbox Sun 112G 90G 23G 80% /host/sun root@kelekona-vb:/# mount /host/downloads root@kelekona-vb:/# ls /host/downloads ls: reading directory /host/downloads: No space left on device root@kelekona-vb:/# ls /host/sun ls: reading directory /host/sun: Invalid argument root@kelekona-vb:/# ls /host/outbox About.txt ... }}} Tried rebooting the guest and errors on /host/downloads and /host/sun persisted. Powered off VM and re-launched VirtualBox on host to boot fresh with no change in behavior. Looks like only one shared folder is working. Attaching vbox.log for the initial session.",defect,closed,guest additions,VirtualBox 2.2.4,fixed,shared folders,,Solaris,Mac OS X