mount applet behaving differently than util-linux on single-argument remount.

Norbert Lange nolange79 at gmail.com
Fri Jul 24 08:30:13 UTC 2020


I am trying to use busybox mount instead of util-linux.

systemd will remount the rootfs early, this is done to change it from
ro to rw after running fsck,
the executed command is:

# mount / -o remount

And the corresponding fstab:
# cat /etc/fstab
/dev/root / auto rw 0 1

It seems that busybox' mount is completely ignoring /etc/fstab in that case.

Norbert


More information about the busybox mailing list