Linux List All Mount Points (refs): Difference between revisions
From WikiMLT
mNo edit summary |
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Server |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server}}</noinclude> | <noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server}}</noinclude> | ||
== The <code>'''systemctl'''</code> command == | |||
<syntaxhighlight lang="shell"> | |||
systemctl -a | grep mount | |||
</syntaxhighlight> | |||
== References == | == References == | ||
* ... | * SSLHOW.com: [https://sslhow.com/list-mount-points-in-linux 3 ways to list mount points in Linux] | ||
* LinuxOPsys.com: [https://linuxopsys.com/topics/list-mounted-drives-on-linux How to List Mounted Drives on Linux] | |||
* Red Hat Customer Portal: [https://access.redhat.com/solutions/2326111 <code>lsblk</code> does not list mount points] | |||
* 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?] | |||
* 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> | ||
Line 8: | Line 19: | ||
{{devStage | {{devStage | ||
| Прндл = Linux Server | | Прндл = Linux Server | ||
| Стадий = | | Стадий = 6 | ||
| Фаза = | | Фаза = Утвърждаване | ||
| Статус = | | Статус = Утвърден | ||
| ИдтПт = Spas | | ИдтПт = Spas | ||
| РзбПт = {{REVISIONUSER}} | | РзбПт = Spas | ||
| АвтПт = Spas | |||
| УтвПт = {{REVISIONUSER}} | |||
| ИдтДт = 3.09.2022 | | ИдтДт = 3.09.2022 | ||
| РзбДт = {{Today}} | | РзбДт = 28.09.2022 | ||
| АвтДт = 28.09.2022 | |||
| УтвДт = {{Today}} | |||
| ИдтРв = [[Special:Permalink/31121|31121]] | | ИдтРв = [[Special:Permalink/31121|31121]] | ||
| РзбРв = {{REVISIONID}} | | РзбРв = [[Special:Permalink/32043|32043]] | ||
| АвтРв = [[Special:Permalink/32044|32044]] | |||
| РзАРв = [[Special:Permalink/31615|31615]] | |||
| УтвРв = {{REVISIONID}} | |||
| РзУРв = [[Special:Permalink/31617|31617]] | |||
}} | }} | ||
</div> | </div> | ||
</noinclude> | </noinclude> |
Latest revision as of 09:28, 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