-
-
Save tengpeng/5c875d850c366ec44eeb to your computer and use it in GitHub Desktop.
mount ssd
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.ext4 /dev/xvdb | |
sudo mkdir -m 000 /mnt # isnt required if /mnt exists. | |
echo "/dev/xvdb /mnt auto noatime 0 0" | sudo tee -a /etc/fstab | |
sudo mount /mnt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment