码迷,mamicode.com
首页 > 其他好文 > 详细

freebsd mount linprocfs

时间:2015-11-11 13:03:45      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:

mount用来做什么?

to prepare and graft a special device or the remote node(rhost:path) on to the file system tree at the point node.把其他文件系统的资源挂载到本地文件系统。

 

  freebsd下/proc目录是空的。

查了下要mount -t linprocfs linprocfs /compat/linux/proc这样挂载上才行。

linprocfs -- Linux process file system。

一般linux都默认在/proc下,所以在bsd下我mount -t linprocfs  linprocfs /proc/; -t指定文件类型。

卸载掉 umount linprocfs 或者 umount linprocfs /proc/

freebsd mount linprocfs

标签:

原文地址:http://www.cnblogs.com/wendao/p/4955515.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!