Exacq exacqVision Virtual User Manual User Manual
Page 28

www.e
x
acq.com
+1.317.845.5710
+44.1438.310163
USA (Corporate Headquarters)
Europe/Middle East/Asia
Page 28 of 44
4/12/2013
16. The exacqVision video storage should be mounted in the directory /mnt/edvr/#, where each # is associated with a label
attached to a storage device. Use the ls/mnt/edvr command to view the number of mount points. You must create a new
mount point incrementing to the next number. The full path of this new directory will be used as the label for the device:
ls /mnt/edvr
sudo mkdir /mnt/edvr/2
ls /mnt/edvr
In this example, the new label would be /mnt/edvr/2. Knowing where the device is located and the label name to use,
format the new volume. Note that you are creating very large volumes, so this will take an extended time to write out the
inode tables. There are 16000 inode tables for each 2 TB drive.
sudo mkfs.ext4 –L /mnt/edvr/2 /dev/ExacqStorageServer01/Video_Storage_01
The output should look similar to this: