To mount external drive from stardot server: -------------------------------------------- 1. Make shared folder or drive on windows system (no password) 2. mkdir /var/tmp/smb 3. smbmount /// /var/tmp/smb -I -n To unmount drive: ----------------- smbumount /var/tmp/smb To make permanent, the smbmount command should be added to /etc/config/start Mounting Linksys NSLU2: smbmount //LKG814DCF/FLASH /var/tmp/mnt -I 192.168.1.55 -U guest -n Adding date/time characters in image filename (for archiving): `date +"%Y-%j-%H-%M-%S"`.jpg Copying current image to Linksys flash or HDD using date/time filename: cp /dev/video/jpeg0 /var/tmp/mnt/`date +"%Y-%j-%H-%M-%S"`.jpg