LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   check mounting an NFS share (https://www.linuxquestions.org/questions/linux-newbie-8/check-mounting-an-nfs-share-4175441762/)

devos 12-17-2012 05:30 AM

check mounting an NFS share
 
Hi everybody,

i would like to verify if an NFS share is mounting or not, how can i do that.

think you veryy much

alieblice 12-17-2012 06:28 AM

df command shows all mounted partitions.

devos 12-17-2012 06:32 AM

and for specific shared folder, what should i do ?

think you

lleb 12-17-2012 08:38 AM

again the df command will tell you that. this is not the windows world were things will be hidden from view. df -Th will not only tell you the type that is mount but the location and even be nice and put it in human readable numbers for you.

theNbomr 12-17-2012 09:37 AM

Actually, the mount command is probably more appropriate for determining what filesystems are mounted. Also, read /etc/mtab.
--- rod.


All times are GMT -5. The time now is 09:48 PM.