[PATCH 5/5] mount: don't pass option "nofail" to the kernel

Andreas Oberritter obi at opendreambox.org
Mon Apr 22 08:49:42 UTC 2013


Ping.

On 20.03.2013 15:31, Andreas Oberritter wrote:
> Fixes:
> | ubifs_parse_options: unrecognized mount option "nofail" or missing value
> 
> Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
> ---
>  util-linux/mount.c |    2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/util-linux/mount.c b/util-linux/mount.c
> index 62fd41f..624ca06 100644
> --- a/util-linux/mount.c
> +++ b/util-linux/mount.c
> @@ -223,6 +223,7 @@ static const int32_t mount_options[] = {
>  		/* "defaults" */ 0,
>  		/* "quiet" 0 - do not filter out, vfat wants to see it */
>  		/* "noauto" */ MOUNT_NOAUTO,
> +		/* "nofail" */ 0,
>  		/* "sw"     */ MOUNT_SWAP,
>  		/* "swap"   */ MOUNT_SWAP,
>  		IF_DESKTOP(/* "user"  */ MOUNT_USERS,)
> @@ -282,6 +283,7 @@ static const char mount_option_str[] =
>  		"defaults\0"
>  		// "quiet\0" - do not filter out, vfat wants to see it
>  		"noauto\0"
> +		"nofail\0"
>  		"sw\0"
>  		"swap\0"
>  		IF_DESKTOP("user\0")
> 



More information about the busybox mailing list