Login
Remember
Register
Ask a Question
How to see the list of mounted devices on Linux?
0
votes
asked
Nov 11, 2020
in
Linux
by
sharadyadav1986
How to see the list of mounted devices on Linux?
#linux-list-mount
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 11, 2020
by
rahuljain1
How to see the list of mounted devices on Linux?
By running the following command:
$ mount -l
...