摘要:
在Ubuntu下安装、配置Ubuntu nfs服务的步骤如下:1、安装Ubuntu nfs Ubuntu上默认是没有安装Ubuntu nfs服务器的,因此我们首先安装Ubuntu nfs服务器端:$sudo apt-get install nfs-kernel-server 在一些文档中,提出还需要使用apt-get 来手动安装nfs的客户端nfs-common,以及端口映射器portmap,但其实这是没有必要的,因为在安装nfs-kernel-server 时,apt会自动为我们把它们安装好。2、配置/etc/exports Ubuntu nfs允许挂载的目录及权限在文件/etc/expor 阅读全文
posted @ 2012-09-20 16:30
天涯丿wolf
阅读(217)
评论(0)
推荐(0)
摘要:
昨天在VMware Player中安装了ubuntu系统,今天想通过xshell连接ubuntu,结果显示Connecting to 10.7.100.182:22... Could not connect to '10.7.100.182' (port 22): Connection failed.VM中网络连接设置了Bridge模式。网络查找解决办法如下:xshell连接不了ubuntu,原因没有安装openssh-server,解决方法:$:sudo apt-get install openssh-server查看server是否启动:$:ps -ef |grep ssh 阅读全文
posted @ 2012-09-20 07:32
天涯丿wolf
阅读(383)
评论(0)
推荐(0)

浙公网安备 33010602011771号