1.

192.168.1.51:/data Is Exported By Nfs Server And I Want To Add This Nfs Share To Client /etc/fstab File. How You Will Add This Entry In /etc/fstab File?

Answer»

# device mount-point fs-type OPTIONS DUMP fsckorder
192.168.1.51:/data /MNT NFS rw 0 0

# device mount-point fs-type options dump fsckorder
192.168.1.51:/data /mnt nfs rw 0 0



Discussion

No Comment Found