NFS share

Hi,

I have an NFS server, i want to mount that nfs share which is having around 500GB to my client system. But my client system doesnt have any free space, is it possible to mount that nfs share in my client.

Regards,
Mastan

sure, that 500G are mounted as external drive to your local dir.

just create any dir:
# mkdir /nfsdisk

and mount your share to it:
# mount.nfs ip:/share /nfsdisk