Comments on: Linux NFS(Network File system) Interview Questions & answers https://www.linuxtechi.com/nfs-interview-questions-answers/ Tue, 02 Jul 2019 22:35:11 +0000 hourly 1 By: Pavan Medam https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-11802 Tue, 02 Jul 2019 22:35:11 +0000 http://www.linuxtechi.com/?p=2225#comment-11802 Thank You Very Much Sir

]]>
By: Kundan Roy https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-4966 Thu, 21 Jun 2018 03:30:47 +0000 http://www.linuxtechi.com/?p=2225#comment-4966 In reply to sudheer.

Go /etc/fstab
Ip_of server:/shared_name /mount point NFS results 0 0
Save and exist

]]>
By: Suresh https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-4696 Wed, 30 May 2018 18:10:51 +0000 http://www.linuxtechi.com/?p=2225#comment-4696 In reply to sailaja.

fstab entries of nfs share should be well written

]]>
By: hari https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-84 Wed, 23 Sep 2015 19:16:51 +0000 http://www.linuxtechi.com/?p=2225#comment-84 In reply to HariHara.

daemons for nfs
nfs
mountd
rpc-bind

]]>
By: HariHara https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-83 Thu, 18 Jun 2015 04:26:05 +0000 http://www.linuxtechi.com/?p=2225#comment-83 what are the daemons responsible for nfs server

]]>
By: sailaja https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-82 Wed, 13 May 2015 12:47:13 +0000 http://www.linuxtechi.com/?p=2225#comment-82 IS there any trobleshoot in nfs file shareing

]]>
By: aditya https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-81 Fri, 27 Feb 2015 05:00:19 +0000 http://www.linuxtechi.com/?p=2225#comment-81 In reply to Ayyub.

nfs*
rpcbind*
xinetd*

]]>
By: Ayyub https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-80 Fri, 20 Feb 2015 06:02:42 +0000 http://www.linuxtechi.com/?p=2225#comment-80 What are the services required on nfs client and nfs servers ?

]]>
By: Pradeep Kumar https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-79 Fri, 06 Feb 2015 03:53:54 +0000 http://www.linuxtechi.com/?p=2225#comment-79 In reply to sudheer.

To Mount NFS share on the Client use below command :

# mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point

E.g

# mount -t nfs nfs.linuxtechi.com:/nfs_data /mnt/data

]]>
By: sudheer https://www.linuxtechi.com/nfs-interview-questions-answers/#comment-78 Thu, 05 Feb 2015 18:20:51 +0000 http://www.linuxtechi.com/?p=2225#comment-78 how to mount the NFS shared file system in client

]]>