KVM Solaris ゲストの共有フォルダのマウント エラー

KVM Solaris ゲストの共有フォルダのマウント エラー

フォローこれ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

これを修正する方法について何かアイデアはありますか?

関連情報