Mounting the Data Drive

Updated 4 days ago by James Dunn

After adding your secondary drive in the appliance setup you will need to mount it. From the console enter the following.

Use this command with great care. There is potential to delete your data.
  • To mount a drive: 
    sudo verimount --operation mount --destination /data --source /dev/sdb --type xfs
     if your drive resides at a different location that /dev/sdb you should substitute that here. 
  • More verimount documentation is found by running 
    sudo verimount --help

After completing all the steps on the page, reboot the host; then log back in and:

sudo veridocker -o start

This will download and start the FileHub application.


How Did We Do?