Comment 62 for bug 1755863

Revision history for this message
Dan Streetman (ddstreet) wrote :

bionic:

root@lp1755863-b:~# dpkg -l | grep systemd0
ii libsystemd0:amd64 237-3ubuntu10.13 amd64 systemd utility library
root@lp1755863-b:~# mount | grep test
root@lp1755863-b:~# systemctl mask media.mount
Created symlink /etc/systemd/system/media.mount → /dev/null.
root@lp1755863-b:~# systemctl start test.mount
Job for test.mount failed.
See "systemctl status test.mount" and "journalctl -xe" for details.

root@lp1755863-b:~# dpkg -l | grep systemd0
ii libsystemd0:amd64 237-3ubuntu10.15 amd64 systemd utility library
root@lp1755863-b:~# mount | grep test
root@lp1755863-b:~# systemctl mask media.mount
Created symlink /etc/systemd/system/media.mount → /dev/null.
root@lp1755863-b:~# systemctl start test.mount
root@lp1755863-b:~# mount | grep test
tmpfs on /test type tmpfs (rw,nosuid,nodev,relatime)