Is there a way to access NFS shares directly so that you don't have to mount them first?
For instance, say I have an NFS share setup on server 'files01' and I'm sharing a folder called /files
Can I reference the file directly on the nfs server from a remote server? Goal here would be to move the local file 'image.jpg' to the NFS share on another server.
Example
#mv /somefiles/image.jpg //files01/files/image.jpg
For instance, say I have an NFS share setup on server 'files01' and I'm sharing a folder called /files
Can I reference the file directly on the nfs server from a remote server? Goal here would be to move the local file 'image.jpg' to the NFS share on another server.
Example
#mv /somefiles/image.jpg //files01/files/image.jpg