Linux List All Mount Points (refs): Difference between revisions
From WikiMLT
m Стадий: 3 [Фаза:Разработване, Статус:Разутвърден]; Категория:Linux Server |
|||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server|toc=off}}</noinclude> | <noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server|toc=off}}</noinclude> | ||
== The <code>'''systemctl'''</code> command == | |||
<syntaxhighlight lang="shell"> | |||
systemctl -a | grep mount | |||
</syntaxhighlight> | |||
== References == | == References == | ||
Line 8: | Line 13: | ||
* Super User: [https://superuser.com/q/131519/664884 What is "dm-0" device?] | * Super User: [https://superuser.com/q/131519/664884 What is "dm-0" device?] | ||
* Unix and Linux: [https://unix.stackexchange.com/questions/4535/what-is-a-loop-device-when-mounting What is a "loop device" when mounting?] | * Unix and Linux: [https://unix.stackexchange.com/questions/4535/what-is-a-loop-device-when-mounting What is a "loop device" when mounting?] | ||
* Linux containers: [https://discuss.linuxcontainers.org/t/entry-in-fstab-is-not-mounted-automatically/2634/3 Entry in fstab is not mounted automatically] | |||
<noinclude> | <noinclude> |
Revision as of 00:14, 28 September 2022
The systemctl
command
systemctl -a | grep mount
References
- SSLHOW.com: 3 ways to list mount points in Linux
- LinuxOPsys.com: How to List Mounted Drives on Linux
- Red Hat Customer Portal:
lsblk
does not list mount points - Super User: What is "dm‑0" device?
- Unix and Linux: What is a "loop device" when mounting?
- Linux containers: Entry in fstab is not mounted automatically