[Bug 1285] mount --any_bogus_string doesn't error out (standard mount does)

bugzilla at busybox.net bugzilla at busybox.net
Thu May 12 00:33:47 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=1285

--- Comment #4 from Denys Vlasenko <vda.linux at googlemail.com>  ---
Basically, with standard mount:

"mount -o any_bogus_string qwe rty" = "mount point rty does not exist",
whereas
"mount --any_bogus_string qwe rty" = "unrecognized option '--any_bogus_string'"

Bbox mount always does the first thing.
Presumably, it will even attempt the mount if given valid DEV and/or DIR args
(didn't try).
Looks like a real bug.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list