Advertisement
akhmylin

2015-10-07-openrc-0-18-localmount-and-netmount-changes

Oct 11th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. 2015-10-07-openrc-0-18-localmount-and-netmount-changes
  2. Title OpenRC-0.18 localmount and netmount changes
  3. Author William Hubbs <williamh@gentoo.org>
  4. Posted 2015-10-07
  5. Revision 1
  6.  
  7. The behaviour of localmount and netmount is changing on Linux systems.
  8. In the past, these services always started successfully. However, now they
  9. will fail if a file system they attempt to mount cannot be mounted.
  10.  
  11. If you have file systems listed in fstab which should not be mounted at
  12. boot time, make sure to add noauto to the mount options. If you have
  13. file systems that you want to attempt to mount at boot time but failure
  14. should be allowed, add nofail to the mount options for these file
  15. systems in fstab.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement