|
|
|
|
|
by heavyset_go
1865 days ago
|
|
The command systemctl status *.mount
Just shows the status of all mount units.It's the same command you'd use to check any other systemd unit, for example, if you want to check Docker's status: systemctl status docker.service
Seems consistent and discoverable as long as you have a surface understanding of systemd units. |
|