為 KVM Solaris guest 虛擬機器安裝共用資料夾時發生錯誤

為 KVM Solaris guest 虛擬機器安裝共用資料夾時發生錯誤

已關注有關如何在 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

關於如何解決這個問題有什麼想法嗎?

相關內容