Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 558318

Summary: sys-apps/busybox: mount and umount -a: add support for "nofail" in /etc/fstab
Product: Gentoo Linux Reporter: William Hubbs <williamh>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: enhancement CC: michael, wizardedit
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugs.busybox.net/8551
See Also: https://bugs.busybox.net/show_bug.cgi?id=8551
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 529086    

Description William Hubbs gentoo-dev 2015-08-20 22:24:16 UTC
The title states the issue.

If you put an invalid entry in fstab but put the nofail option in the
mount options, busybox mount -a and umount -a seem to disregard nofail.
I grepped through busybox code and could not find a reference to nofail
in the mount/umount code, so I think it isn't supported.
Comment 1 Austin English (RETIRED) gentoo-dev 2015-12-23 19:52:51 UTC
Upstream issue filed:
https://bugs.busybox.net/show_bug.cgi?id=8551
Comment 2 Austin English (RETIRED) gentoo-dev 2016-01-08 18:20:12 UTC
(In reply to Austin English from comment #1)
> Upstream issue filed:
> https://bugs.busybox.net/show_bug.cgi?id=8551

Fixed upstream now.