NavigationUser loginLinux NewsClick the above for your daily dose of Linux news. Food for ThoughtWindows Error: 002 - No error yet ... Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
vmware images store into NFSHi there, I need help here. I am trying to install an OS into my virtual machine but it prompts me that I do not have a hard disk drives. So I was advised that I need to use NFS in Ubuntu in order to share the hard disk drives in my ESX server. Hence, I went to search the relevant codes to install NFS in Ubuntu. This is what I have found. sudo apt-get install nfs-kernel-server nfs-common portmap (Upon applying this command,it prompts me that "package: nfs-kernel-server" is not found) |
Re: vmware images store into NFS
apt-cache search nfs | grep ^nfs
If nothing shows up, then it's not in the software archives in your /etc/apt/sources.list file; you will need to put an entry to Ubuntu-compatible archives on the net and then:
apt-get update
Then try the search again to make sure the packages can be found, and then you can install them with apt-get.