+ -
当前位置:首页 → 问答吧 → linux下挂载window下的目录文件的问题

linux下挂载window下的目录文件的问题

时间:2011-11-16

来源:互联网

本帖最后由 phone1126 于 2011-11-16 16:33 编辑

请教各位高手,大侠们:
   我想在linux下直接通过mount形式挂载window下的目录文件,在linux中来编辑修改window下的文件,或者通过这种mount挂载方式在window下来编辑修改linux某目录下的文件。
   我的linux的是在虚拟机下装的redhat9,window和linux的共享目录是/mnt/hgfs/share (linux下)  在window下是E盘下的share目录
  linux的ip是192.168.0.12 我尝试一下方法都不行:请问怎么才能解决:
  mount /mnt/hgfs/share/ /home/work/
   系统提示:mount: /mnt/hgfs/ is not a block device
  或者:mount -t nfs 192.168.0.12:/mnt/hgfs/share/ /home/work/
   系统提示:mount: 192.168.0.12:/mnt/hgfs/ failed, reason given by server: 权限不够
   是什么问题,用什么mount方式解决上述问题?

作者: phone1126   发布时间: 2011-11-16

不太懂

作者: 朝日月   发布时间: 2011-11-16