Comment 61 for bug 1755863

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

cosmic:

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

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