Lost Core's Library tagged → View Popular
07 Sep 09
Lista drive montati: 3.2.22. /proc/mounts
This file provides a list of all mounts in use by the system:
The output found here is similar to the contents of /etc/mtab, except that /proc/mount is more up-to-date.
-
Add Sticky NoteThe output found here is similar to the contents of
/etc/mtab, except that/proc/mountis more up-to-date.- To check if a drive is mounted:
if grep -qs '/foo/bar' /proc/mounts; then
sudo unmount /media/iso
fi - on 2009-09-07
- To check if a drive is mounted:
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in linux
Related Lists on Diigo
-
linux
Items: 92 | Visits: 141
Created by: Djiezes Kraaijst
-
Linux for novice
my study on linux as a novice
Items: 32 | Visits: 119
Created by: swan lin
-
troubleshooting
Items: 23 | Visits: 126
Created by: Kenyth Zeng
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
