|
|
- # /etc/auto.master
- /mnt /etc/auto.misc --timeout=10
复制代码
- # /etc/auto.misc
- cufs -fstype=ext3 :/dev/sda6
复制代码
1。小弟的问题是, 本来在/mnt中, 小弟已经作了一个swap的文件, 而且在启动的时候自动mount上了, 但是如果通过以上的automount的设置, /mnt目录中的swap文件就不可见了, 这样是否会影响到swap的使用? (swap已经mounted )
2。 小弟对直接映射(direct map )不是很理解
The mountpoint for the direct map is always specified as /- in the auto.master map.
望高手赐教, 先谢了:thank |
|