Skip to main content

Formatting an External SSD on Linux

Users can connect an external hard drive to their mobile mapping devices.

  1. Connect the hard drive to your PC.
  2. Open the Disks application in Ubuntu 18.04.
  3. From the left window pane, select the hard drive you want to format.
  4. From the right window pane, select the free space you want to format.
  5. Click the gear icon and select Format Partition.
  6. From Type, select Internal disk for user with Linux systems only (Ext4)..
  7. From the Name field, type "data" in lowercase.
  8. Click Next to continue.
  9. In the Confirm Details screen, click Format.
  10. If the hard drive is not mounted automatically, you can mount it by clicking Mount the filesystem.
  11. Prepare a formatted external hard drive for the mapping device using the script nv_setup-data-disk. The script creates the necessary directory structure and sets the corresponding permissions. The script assumes the hard drive is already formatted and mounted. To format the hard drive for the device, follow the formatting instructions. To find out where the hard drive is mounted, open the Disks application in Ubuntu and select the SSD. It will show the path Mounted at.
  12. Use the path for the nv_setup-data-disk script. On the mapping device, the path is always /srv.
  13. Run the script using the path where the hard drive is mounted:
    sudo nv_setup-data-disk <path>