Home / Linux Admin /

Linux Drive Management

Create Partitions from Command Line

  1. Get a list of drives installed to identify the current device of the drive you are looking to format:
  2. fdisk /dev/sd[driveLetterNoBrackets]
  3. Once the partition is made, format it. For example:
  4. Mount via UUID as seen below

Mount a folder as another drive:

  1. edit /etc/fstab

Mount via UUID

  1. get UUID
  2. enter into /etc/fstab

this document last modified: October 06 2017 21:42

Home / Linux Admin /