Mount Remote CIFS (Windows) Drive
Requires FW:7256+
Mounting a remote CIFS/Windows file system on the FMADIO capture device can be extremely useful in many cases. It allows end users to use familiar Windows file browser to access and interface with PCAPs and FMADIO systems.
The main usage for remote CIFS mounts is to provide a simple and robust way to push PCAP data automatically from the capture device to a Windows Share drive. Once on a Windows Share drive it is easily accessible from multiple devices.rr
CIFS Remote Mount Config
Please edit the configuration file in
Create an entry named "CIFSDisk" as shown below, be careful all punctuation is correct. The mount point should be "remote0" or "remote1" or "remote2" which maps to /mnt/remote0 /mnt/remote1 on the capture device.
Mount options for username and password are specified after a double colon :
After the configuration file has been updated, run the following command to confirm the config file has no syntax errors.
Above is the correct operation. Once complete please reboot the system to confirm the new mount points.
To confirm the mount point please run ls -al /mnt/remote* and check the file/directory contents
Last updated