Friday, May 06, 2011

Flush Disk Cache

sync; echo 3 > /proc/sys/vm/drop_caches

NFS client


$ sudo apt-get install nfs-common
$ showmount -e 192.168.63.1
Export list for 192.168.63.1:
/tvixhd1 (everyone)
/tvixhd2 (everyone)
/tvixhd3 (everyone)
/tvixhd4 (everyone)
$ mkdir qq
$ sudo mount -t nfs 192.168.63.1:/tvixhd1 qq

Windows 上的免費 NFS server

Here is a list of free NFS server for Windows:
http://www.serassio.it/download/download.htm
http://sourceforge.net/projects/winnfsd/

http://sourceforge.net/projects/sossnt/