|
NFS question
I added the following lines in /var/etc/init
ifconfig eth0 192.168.10.4 netmask 255.255.255.0 mtu 1400 up
sleep 5
mount -t nfs -o nolock,rw,rsize=8192,wsize=8192 192.168.10.3:/dreambox /hdd
sleep 2
but after boot the NFS is not active.
If I execute the mount line in telnet it becomes active.
I must have it started at boot - how?
|