新手:请教一个LV中的vi编辑下的一个小问题

发布于 2022-09-30 18:50:57 字数 278 浏览 19 评论 0

当创建完LV并挂载在data下
如果想让它下次启动自动加载的话
#vi  /etc/fstab    —> /dev/vg01/datavol    /data  vxfs  defaults   0  2
想请教一下defaults   0  2   这是什么意思啊?请高手解释一下?有详细网址介绍的也可以。谢啦

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

彻夜缠绵 2022-10-07 18:50:58

回复 3# InfoSVC

    谢谢 呵呵呵

许仙没带伞 2022-10-07 18:50:57

man fstab

滴情不沾 2022-10-07 18:50:57

pass number

Used by the fsck command to determine the order inwhich file system checks are done.  The root filesystem should be specified with a pass number of 1, to be checked first, and other file systems should have larger numbers.  (A file system with a pass number of zero is ignored by the fsck command.)

File systems within a drive should be assigned different pass numbers, but file systems on different drives can be checked on the same pass, to utilize possible parallelism available in the hardware.  If pass number is not present, fsck checks each such file system sequentially after all eligible file systems with pass numbers have been checked.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文