Skip to content

Mounting storage devices

Max Chodorowski edited this page Dec 7, 2020 · 1 revision

Listing available devices

sudo blkid

image

Mounting drives at the boot time

sudo vi /etc/fstab

For the above blkid listing I have added two entries

UUID=02d7b398-432f-45f7-b2f5-84038022efc9 /mnt/stuff ext3 defaults,auto,users,rw,nofail 0 0
UUID=54595d28-2f38-45b5-848c-55516c4ba6bc /mnt/media ext3 defaults,auto,users,rw,nofail 0 0

So the final result looks like the following

image

Clone this wiki locally