菜鸟问题1 etc/vfstab是做什么的

发布于 2022-09-01 15:09:47 字数 19 浏览 13 评论 1

etc/vfstab这个文件是做什么的

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

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

发布评论

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

评论(1

神爱温柔 2022-09-04 02:06:33

# man vfstab
正在重新格式化页面。请等待... 完成

File Formats                                            vfstab(4)

NAME
     vfstab - table of file system defaults

DESCRIPTION
     The file /etc/vfstab describes defaults for each  file  sys-
     tem. The information is stored in a table with the following
     column headings:

     device       device       mount      FS      fsck    mount      mount
     to mount     to fsck      point      type    pass    at boot    options

     The fields in the table are  space-separated  and  show  the
     resource  name  (device  to  mount),  the raw device to fsck
     (device to fsck), the default mount directory (mount point),
     the  name of the file system type (FS type), the number used
     by fsck to decide whether to check the file system automati-
     cally (fsck pass), whether the file system should be mounted
     automatically by mountall (mount at boot), and the file sys-
     tem  mount  options  (mount  options). (See respective mount
     file system man page below in SEE ALSO for mount options.) A
     '-'  is  used  to  indicate no entry in a field. This may be
     used when a field does  not  apply  to  the  resource  being
     mounted.

     The getvfsent(3C) family of routines is  used  to  read  and
     write to /etc/vfstab.

     /etc/vfstab can be used to specify swap areas. An  entry  so
     specified, (which can be a file or a device), will automati-
     cally be added as a swap area by  the  /sbin/swapadd  script
     when  the  system boots. To specify a swap area, the device-
     to-mount field contains the name of the swap file or device,
     the  FS-type  is "swap", mount-at-boot is "no" and all other
     fields have no entry.

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