Created
July 30, 2012 20:55
-
-
Save thanos/3210118 to your computer and use it in GitHub Desktop.
formates and mounts a drive for ubuntu linux -= I use this all the time in EC2 to add ESB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo mkfs -t ext4 /dev/$1 | |
| sudo mount -t ext4 /dev/$1 $2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment