May 10
How do I tell if a drive is mounted?
The easiest way is to run df.
df -h shows the same information, only it displays it in human readable format.
May 10
The easiest way is to run df.
df -h shows the same information, only it displays it in human readable format.
You must be logged in to post a comment.