On Wed, Jul 14, 2010 at 4:06 PM, Sascha 'saigkill' Manns <[email protected]> wrote: > Hello Mates, > > i've tried to add a shared Folder into VirtualBox. The adding was good, but > if i type mount -t vboxsf torrents /mnt i'm > getting: > linux-lp52:/home/sascha # mount -t vboxsf /multimedia/torrents /mnt > mount: wrong fs type, bad option, bad superblock on /multimedia/torrents, > missing codepage or helper program, or other error > (for several filesystems (e.g. nfs, cifs) you might > need a /sbin/mount.<type> helper program) > Manchmal liefert das Syslog wertvolle Informationen – versuchen > Sie dmesg | tail oder so > > Has anyone an Idea, how to fix it?
not sure whether this is the correct list, but have you tried running the command it says? dmesg | tail In my case, it was a module conflict because I have both virtualbox and virtualbox guest additions installed. Also, assuming you share a folder on the host with folder path "/multimedia/torrents" and give it the name "torrents" (on virtualbox shared folder settings), I think the correct syntax should be mount -t vboxsf torrents /mnt -- Fajar -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
