Created
August 20, 2021 20:25
-
-
Save polyakoff/3cdafd75bd60bd5ec671ed5e8b318ab2 to your computer and use it in GitHub Desktop.
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
sudo mkdir /media/hdd | |
sudo blkid # note the drive UUID from here | |
sudo vi /etc/fstab | |
# Insert the following (not the tab delimiters between entries): | |
# Samsung HDD | |
UUID=3d352762-c75b-4ffb-be0e-32db04a746ee /media/hdd ext4 defaults 0 2 | |
sudo mount -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment