Created
October 12, 2012 20:01
-
-
Save ffbit/3881193 to your computer and use it in GitHub Desktop.
Mapping SSD on linux
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
| ls -l /dev/disk/by-uuid | |
| sudo nano /etc/fstab | |
| UUID=aaaaaaaa-aaaa-aaaa-aaaa-c5d849f7592c /ssd ext4 noatime,nodiratime,discard,errors=remount-ro 0 1 | |
| sudo mount -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment