Linux NFS ( Network File Sharing) Method
NFS Config in Red Hat Portal>vi /etc/exports
/media/usb *(rw)
Entry - /arcive/ *(rw)
Note: r- read w- write
2. Restart the Network File Sharing service.
>service nfs restart
Or
>service nfs stop
>service nfs start
3. Destination Computer
>mount 192.168.6.19:/archive /t
Note: t - local machine folder
>unmount /t
No comments:
Post a Comment