Hi All, I am trying to share files between host OS and guest OS, both are Ubuntu.
Here is the command line that I am using to start guest OS *qemu -kernel kernelimage -initrd initrd.img /dev/zero -append "cmdline" -smb /tmp* * * After which I tried to *mount* /tmp on guest OS, using IP address of host OS, something like *mount //10.80.8.100/tmp /tmp*, but fails saying "*No such device"*. Samba service is also running on Host OS. Any ideas or any other way to share files between Host OS and Guest OS. Thanks for Help.