이미 팔로우 중이것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
이 문제를 해결하는 방법에 대한 아이디어가 있습니까?