[Bug 11461] mount(8) passes arguments to mount helpers in wrong order

bugzilla at busybox.net bugzilla at busybox.net
Sat Nov 3 17:38:12 UTC 2018


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

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com> ---
(In reply to opal hart from comment #0)

#!/bin/sh
echo "ARGS:$@"

| Example fstab entry:
| mount.test#/var/empty /tmp/foo fuse user 0 0
| 
| Example invocation:
| % mount /tmp/foo
| /var/empty /tmp/foo -o rw,noexec,nosuid,nodev

I don't get that, I get:

# ./busybox mount /tmp/foo
ARGS:/var/empty /tmp/foo

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list