[Bug 14466] New: mount doesn't support -o X-mount.mkdir[=mode]

bugzilla at busybox.net bugzilla at busybox.net
Sun Dec 19 12:46:31 UTC 2021


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

            Bug ID: 14466
           Summary: mount doesn't support -o X-mount.mkdir[=mode]
           Product: Busybox
           Version: 1.33.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: yuanjp89 at 163.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

I build my embeded linux system use busybox

and has a /etc/fstab file:

none   /tmp       tmpfs      defaults,noatime,nosuid,nodev,mode=1777,size=64M 0
0
none   /run       tmpfs      defaults,noatime,nosuid,nodev,mode=1777,size=4M 0
0
none   /proc      proc       defaults 0 0
udev   /dev       devtmpfs   defaults 0 0
none   /dev/pts   devpts     defaults 0 0
none   /sys       sysfs      defaults 0 0
nodev  /sys/kernel/debug           debugfs   defaults   0  0

but mount /dev/pts will failed, because no directory /dev/pts. When I 'man
mount', I found a mount option X-mount.mkdir but it seems not supported by
busybox.

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


More information about the busybox-cvs mailing list