Skip to content

Instantly share code, notes, and snippets.

@bcambel
Created July 17, 2014 12:00
Show Gist options
  • Select an option

  • Save bcambel/1e67449e028ae37b7f06 to your computer and use it in GitHub Desktop.

Select an option

Save bcambel/1e67449e028ae37b7f06 to your computer and use it in GitHub Desktop.
lsblk
# check disk status
sudo file -s /dev/xvdf
# format the disk
sudo mkfs -t ext4 device_name
mkdir mount_point
mount device_name mount_point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment