我们要在Linux中使用任何文件系统,都必须先将其挂接至Linux目录树的某个目录下,当该文件系统不再使用时,还需要将其卸载。在Linux中,我们一般使用Mount与Umount命令来完成挂接和卸载功能。本文将介绍另一种能完成文件系统挂接与卸载的工具——Autofs。
Welcome back to another edition of Linux.Ars. We had to take a week off, so you can stop deluging us with all your flames (note: we don’t get much fan mail). This week we’re going to catch you up to ...
# For details of the format look at autofs(5). /var/autofs/misc /etc/auto.misc /var/autofs/net /etc/auto.net /var/autofs/removable /etc/auto.removable --timeout=2 ...