Page 1 of 1

unknown filesystem type vboxfs

Posted: 11. Feb 2010, 09:13
by jwizardc
I have installed the guest extensions. I created a share. I created the directory. When I type:

sudo mount -t vboxfs test /test

I get the above error message.

Thenks for your help.

Re: unknown filesystem type vboxfs

Posted: 11. Feb 2010, 16:35
by Perryg
Wrong: sudo mount -t vboxfs test /test
Right: sudo mount -t vboxsf test /test

vboxfs is used only in Solaris AFAIK

Re: unknown filesystem type vboxfs

Posted: 12. Feb 2010, 06:01
by jwizardc
Thank you. At least the error message changed.