Pear Linux tutorial, tips and how to

 

How to mount NFS share on Pear Linux 7

In this tutorial I will show you how to mount a NFS share folder under Pear Linux 7. Its pretty simple to mount NFS share or Samba share on Pear Linux. Lets do it.
1. Install nfs-common package
sudo apt-get install nfs-common
2. Now all we need is ready. 
sudo mount -t nfs 192.168.1.100:/mnt/harddisk/fitri /mnt/nfs-share
Explanation

  • 192.168.1.100 is the remote NFS server
  • /mnt/harddisk/fitri is remote NFS share folder
  • /mnt/nfs-share is the local mount point

Comments :

0 comments to “How to mount NFS share on Pear Linux 7”