Lab NFS - nfs mounts

hi @vijin.palazhi

in NFS Lab Q1 . I could not conclude any answer using the commands in the hints section.
There was no output . How to verify and confirm the right answer is 0 which is expected by checks ?

How many NFS mounts are available on Bob’s laptop right now?

Hint :
Run: mount and look for NFS filesystems.
mount | grep -w nfs

Output

bob@caleston-lp10:~$ mount | grep -w nfs
bob@caleston-lp10:~$
bob@caleston-lp10:~$
bob@caleston-lp10:~$ ssh nfs-lab-server
bob@nfs-lab-server’s password:
Welcome to Ubuntu 18.04.4 LTS (GNU/Linux 4.15.0-101-generic x86_64)

To restore this content, you can run the ‘unminimize’ command.


( ____ ( ___ )( \ ( ____ ( ____ \__ /( ___ )( ( /|
| ( /| ( ) || ( | ( /| ( / ) ( | ( ) || \ ( |
| | | (
) || | | (_ | (_____ | | | | | || \ | |
| | | ___ || | | ) (___ ) | | | | | || (\ ) |
| | | ( ) || | | ( ) | | | | | | || | \ |
| (/| ) ( || (/| (//_) | | | | () || ) \ |(/|/ |(/(/_) )( (______)|/ ))
Last login: Tue Jun 9 14:53:39 2020 from 172.16.238.187
bob@nfs-lab-server:~$
bob@nfs-lab-server:~$ mount | grep -w nfs
bob@nfs-lab-server:~$
bob@nfs-lab-server:~$ exit
logout
Connection to nfs-lab-server closed.
bob@caleston-lp10:~$
bob@caleston-lp10:~$ sudo mount | grep -w nfs
[sudo] password for bob:
bob@caleston-lp10:~$
bob@caleston-lp10:~$

hi @vijin.palazhi

Can you please have a look at this and suggest ?

with best regards
Pradeep Nehe

The answer of the first question is zero

As this mount | grep -w nfs command showed no result, should we consider it as Zero?