摘要:
NAME mount - 挂载文件系统 SYNOPSIS 总览 mount [-lhV] mount -a [-fFnrsvw] [-t vfstype] [-O optlist] mount [-fnrsvw] [-o options [,...]] device | dir mount [-fnrsvw] [-t vfstype] [-o options] device dir DE... 阅读全文
posted @ 2015-02-27 17:10
心哲
阅读(4033)
评论(0)
推荐(1)
摘要:
First ,Symlinks and bind mounts are a whole different ballgame. ln -s you create a symbolic link,which is an inode pointing to a certain filesystem object. If you mount a filesystem with --bind, you... 阅读全文
posted @ 2015-02-27 16:42
心哲
阅读(1180)
评论(0)
推荐(0)
摘要:
Lots of Unixes have some form of 'loopback' mounts, where you can mount a bit of an existing filesystem somewhere else; they're called loopback mounts by analogy with the loopback interface. The gen... 阅读全文
posted @ 2015-02-27 16:06
心哲
阅读(257)
评论(0)
推荐(0)