![KVM Solaris 게스트에 대한 공유 폴더를 마운트하는 중 오류가 발생했습니다.](https://linux55.com/image/36337/KVM%20Solaris%20%EA%B2%8C%EC%8A%A4%ED%8A%B8%EC%97%90%20%EB%8C%80%ED%95%9C%20%EA%B3%B5%EC%9C%A0%20%ED%8F%B4%EB%8D%94%EB%A5%BC%20%EB%A7%88%EC%9A%B4%ED%8A%B8%ED%95%98%EB%8A%94%20%EC%A4%91%20%EC%98%A4%EB%A5%98%EA%B0%80%20%EB%B0%9C%EC%83%9D%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
이미 팔로우 중이것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
이 문제를 해결하는 방법에 대한 아이디어가 있습니까?