Thread: installing network file server
how install nfs on lubuntu may share music , videos 2 ubuntu live cds , or 1 install running on 2 separate computers.
or can better achieve samba? , use windows , vlc media player.
have ogv videos, mp3s , flac audio files can convert flac files mp3 though.
, running wired network 10/100. , of computers on same floor.
1. sudo apt-get install nfs-kernel-server
2. vim /etc/exports
the above line example, make this:code:/local/exports/share.music 10.10.155.0/255.255.255.0(rw,sync,no_subtree_check)
which simplest, least restrictive file sharecode:/local/exports/share.music *
client can run:
this show mounts available. note, may have run apt-get install nfs-common install client tools.code:sudo /sbin/showmount -e thenameofyourserver
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] installing network file server
Ubuntu
Comments
Post a Comment