zoukankan      html  css  js  c++  java
  • Ubuntu里面 /etc/fstab文件rules的nobootwait参数

    工作需要,找了很久,终于找到答案

    under Ubuntu two new options where introduced to the option field in
    /etc/fstab: bootwait and nobootwait. The bootwait option marks
    filesystems that need to be checked and mounted before the boot
    conitnues ($local_fs and $remote_fs resources for Debian). The
    nobootwait option marks filesystems that are not important for the
    boot process and don't have to block the boot.
    
    For the same to be implemented in Debian (in systemd or via insserv)
    the mount utility needs to just filter the options out and ignore
    them. Otherwise filesystems fail to mount.
    
    If you agree to this feature and need help extracting the patch from
    the ubuntu package let me now and I will attach it.

    附上原链接:http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651468
  • 相关阅读:
    模线性方程理解
    dp水题
    静态字典树模板
    KMPnext数组循环节理解 HDU1358
    layer开发随笔
    javascript时间格式转换
    ubuntu16创建开机启动服务
    es集群搭建
    mongodb集群搭建
    zookeeper集群搭建
  • 原文地址:https://www.cnblogs.com/hui314/p/ubuntu_nobootwait.html
Copyright © 2011-2022 走看看