Manage Network-Attached Storage with NFS Flashcards

1
Q

What command is used to create a mount point for a server?

A

mkdir /<Mount></Mount>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command is used to verify that the NFS export for one server successfully mounts to the mount point?

A

mount -t nfs serverb.lab.example.com:/shares/public /public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command list the contents of the mount point?

A

ls -l /<mount></mount>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command explores the mount command options for the mounted NFS export?

A

mount | grep <mount></mount>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command unmounts the NFS export?

A

umount /public

How well did you know this?
1
Not at all
2
3
4
5
Perfectly