In order to enable USB flash storage, changes will need to be made to your registry under the Hanwha WAVE Media Server config as seen below:
For Windows:
Make a backup of the Windows Registry before proceeding with Step 1
- Press Win+R
- Type
regedit
and press enter - Go to
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Hanwha\mediaserver
- Right-click and select New and String Value
- Give it the name: allowRemovableStorage
- Give it the value data of 1
- Close Regedit
8. Restart the server application via the task manager, tab Services and look for Hanwha Media Server and right-click and select Restart
Furthermore, the USB flash drive you wish to use can be no less than 1/10th the size of the largest storage drive in the system.
Example:
Drive #1 size: 1TB
Drive #2 size: 2TB
Valid USB flash drive size: >=200GB
For Linux:
Correct syntax
sudo mount -o remount,rw /partition/identifier /mount/point
Example (when USB drive is located at /dev/sda1)
sudo mount -o remount,rw /dev/sda1