Bug#851143: systemd: doesn't use all the mount options from /etc/fstab when mounting on boot

Michael Biebl biebl at debian.org
Tue May 23 14:46:51 BST 2017


systemd simply calls the /bin/mount utility.

Russel, could you use the attached wrapper script to get a log of what
systemd is doing
mv /bin/mount /bin/mount.orig
cp attached script to /bin/mount
chmod +x /bin/mount

reboot, then attach /run/log.mount


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
-------------- next part --------------
#!/bin/bash

log=/run/log.mount

echo "==========" >> $log
echo "$PPID" >> $log
echo "$0 >>>$@<<<" >> $log
/bin/mount.orig $@
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-systemd-maintainers/attachments/20170523/b109fd2f/attachment-0002.sig>


More information about the Pkg-systemd-maintainers mailing list