Created
September 1, 2021 21:32
-
-
Save kendricktan/3da110abdd3ccf43b6e09c5e7d656afd to your computer and use it in GitHub Desktop.
AWS Mount Drive
This file contains 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
lsblk | |
sudo mkfs -t ext4 /dev/nvme1n1 | |
sudo mkdir ~/.data | |
sudo mount /dev/nvme1n1 ~/.data | |
sudo chmod 666 ~/.data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment