Based on Ubuntu –

Server –

install NFS on Ubuntu  –

aptitude -y install nfs-kernel-server

create a “Share”

`mkdir /nfs`

make sure u have at least the following options specified in /etc/exports

/nfs 192.168.0.0/255.255.255.0(rw,no_subtree_check,no_root_squash)

Reload NFS Daemon –

exportfs -r

Check to see that u can see it from the remote XenServer DomU (This also check application layer connectivity) –

`showmount -e host`

mount the share from NFS remote Storage to the domU as a client

xe-mount-iso-sr 192.168.0.20:/nfs

Now it should be visible in xenCenter and have its own object ID.

`xe sr-list | grep -B 1 Remote`

最新文章

  1. java.io.IOException: invalid header field
  2. Jquery DIV滚动至浏览器顶部位置固定
  3. Linux tar命令exclude选项排除指定文件或目录
  4. Swift 实现下拉刷新 JxbRefresh
  5. mysql基本知识---20151127-2
  6. Delphi摄像头操作
  7. SVN 修改URL路径|SVN 项目路径修改
  8. maven clean 报错
  9. Oracle EBS-SQL (SYS-13):查询DBA在系统中的打Patch的信息.SQL
  10. 《python源代码剖析》笔记 python虚拟机中的函数机制
  11. 算法课上机实验(一个简单的GUI排序算法比较程序)
  12. G++与VS2015在变量作用域上的差异性
  13. 解决input框自动填充为黄色的问题
  14. 免费开源ERP-成功案例分析(2)
  15. SpringMVC中对多部件类型解析---文件(图片)上传
  16. mixins,generics(ApiView)
  17. 二分图匹配-HK算法
  18. MySQL on Linux 部署手册
  19. Selenium 动作链
  20. html5<embed>的完整属性

热门文章

  1. 基于SSH的高校网上选课系统的质量属性的实现
  2. 个人作业 - Week3 - 案例分析
  3. Windows 下面 winrar 压缩简单记录
  4. [转帖]数据中心网络里的Underlay和Overlay
  5. CentOS 安全优化
  6. linux 十个命令
  7. ActiveMA在CentOS7下的安装
  8. python之tkinter使用-滚动条
  9. jsp servlet 的 请求转发和重定向
  10. Code First NotMapped