This blog serves as a dumping ground for my own interests.
On it you will find anything which I want to keep track of; links, articles, tips and tricks.
Mostly it focuses on C++, Javascript and HTML, linux and performance.
Saturday, 3 December 2011
OSX: enable nfs
Turn off automount
add AUTOMOUNT=-NO- to /etc/hostconfig
create mount point in fs
sudo mkdir /mnt/raid
add mount command to /etc/fstab
nas:/mnt/raid /mnt/raid nfs noauto,rw,async
No comments:
Post a Comment