Simple NFS question.
3 scenarios
===============================
Scenario 1
netapp has 2 nfs shares
/a
/b
Linux client has 2 mount points
Mounta points to /a
mountb points to /b
when data copy initiates on the linux client from mounta to mountb..does it all happens on the storage side or client side. I am 100% positive this happens on the client side.
===============================
Scenario 2
netapp has 1 nfs share
/a
Linux client has 1 mount point
mounta points to /a
when data copy initiates on the linux client from a folder within mounta directory structure..
example cp files /mounta/dir1 to /mounta/dir2
does it all happens on the storage side or client side ?
===================
Scenario 3
Also what will be the case if it the above situation is a CIFS share and a windows client