[Linux] NFS Server

  • Install
apt-get install nfs-common
apt-get install nfs-kernel-server

  • Setting
apt-get install vim (若位安裝vim,vim比vi好用)
vim /etc/exports
加入/home/jay/nfs *(rw,sync) (ro: read only, rw: read write)

  • Start nfs server
/etc/init.d/nfs-kernel-server start

  • Check
$ showmount -e localhost
成功的話可以看到此訊息:
Export list for localhost:
/mnt/iso *

Comments

Popular posts from this blog

[Linux] UVC Camera

UPnP Device Implementations

[UPnP] UPnP Implementers Corporation & UPnP Forum