すでにフォロー中これKVMホスト(Ubuntu 12.04)とゲスト(Solaris 10 Sparc)間で共有フォルダを設定する方法のガイドです。最後の部分では、共有フォルダをマウントしてこのコマンドを入力するように求められます。
mkdir /mnt/shared
mount -t 9p -o trans=virtio /hostshare /mnt/shared
しかし、エラーが発生します。
mount: wrong fs type, bad option, bad superblock on /hostshare,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
この問題を解決する方法についてのアイデアはありますか?