Created
February 5, 2019 17:57
-
-
Save indatawetrust/bf0ec4c107218a96c04d9561d6d975c4 to your computer and use it in GitHub Desktop.
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 -m 0 -F -E lazy_itable_init=0,lazy_journal_init=0,discard /dev/sdb | |
sudo mkdir -p /mnt/disks/sdb | |
sudo mount -o discard,defaults /dev/sdb /mnt/disks/sdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment