Skip to content

Instantly share code, notes, and snippets.

@smit1678
Last active August 29, 2015 14:00
Show Gist options
  • Save smit1678/11195102 to your computer and use it in GitHub Desktop.
Save smit1678/11195102 to your computer and use it in GitHub Desktop.
## Steps to format and mount a new ebs
lsblk
sudo file -s /dev/device
sudo mkfs -t ext4 /dev/device_name
sudo mkdir mount_point
sudo mount device_name mount_point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment