A simple way to avoid struggling with the syntax to add a network mount is to use the camera web GUI to add a NAS destination in the 'NAS' tab of the 'Storage' menu under Advanced Configuration.
Select either NFS or SMB/CIFS depending on what file server / share you have available on your LAN.
Fill in the needed address, sharename and access credentials as needed.
Use the 'Test' button to validate your settings. This performs a temporary directory create / delete to assess the ability to write to the destination.
Save the settings.
It's NOT necessary to 'format / initiallise' the NAS destination under the 'storage management' tab.
When that's done, via Telnet or SSH you can inspect the mount point with the 'mount' command to see where the files will be located.
Strictly - the NFS syntax should have a few more options than the example shown earlier - but as it's only for temporary use, probably not a problem.
Sample result:
login as: root
[email protected]'s password:
BusyBox v1.19.3 (2014-07-11 11:25:54 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext2 (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
ramfs on /home type ramfs (rw,relatime)
udev on /dev type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/ubi1_0 on /dav type ubifs (rw,relatime)
/dev/ubi3_0 on /davinci type ubifs (rw,relatime)
/dev/ubi4_0 on /config type ubifs (rw,relatime)
192.168.1.201:/cctv1 on /mnt/nfs00 type nfs (rw,sync,relatime,vers=3,rsize=4096,wsize=4096,nam len=255,acregmin=0,acregmax=0,acdirmin=0,acdirmax= 0,soft,noac,nolock,proto=tcp,port=65535,timeo=70,r etrans=3,sec=sys,local_lock=all,addr=192.168.1.201 )
#