Creating NFS Share on Ubuntu
-
Install nfs-server
sudo apt-get install nfs-kernel-server
-
Edit /etc/exports to add share
/srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
-
Export share
sudo exportfs -a
Install nfs-server
sudo apt-get install nfs-kernel-server
Edit /etc/exports to add share
/srv/homes hostname1(rw,sync,no_subtree_check) hostname2(ro,sync,no_subtree_check)
Export share
sudo exportfs -a
Install smb client
sudo apt-get install smbfs smbclient
Mount
sudo mount -t cifs //server/Share /mnt/Share -o iocharset=utf8,file_mode=0777,dir_mode=0777
To upgrade ubuntu off line or to reduce the amount of duplicate data downloaded when upgrading multiple ubuntu machines download the alternate install cd iso, mount it and do the upgrade as if you'd burnt the cd
Download alt cd iso http://ftp.citylink.co.nz/ubuntu-releases/11.04 ...
sudo apt-get install amarok libxine1-ffmpeg
http://ubuntuforums.org/showthread.php?t=1521168
If amarok can't play mp3's after an upgrade removing the xine config dir can help
mv ~/.xine xine_bak
http://ubuntuforums.org/showthread.php?t=1439468