A
A
Alexander risok2021-09-28 08:44:18
bash
Alexander risok, 2021-09-28 08:44:18

When rebooting, the name of the folder of the mounted drive in Ubuntu changes. How to properly mount?

/media/risok/ssd_linux4/
There is a new disk ssd_linux, mounted somehow to a folder in /usr/local/lalala
, the number increases with each reboot

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander risok, 2021-09-28
@SelfCrafter

View UUID

sudo blkid /dev/sda3

/dev/sda3: LABEL="ssd_linux" UUID="a61ebd5c-a5ce-475e-b2c0-bab6aecd92e1" TYPE="ext4" PARTLABEL="ubuntu ssd" PARTUUID="0a1869fe-aed6-43b7-9b9b-bda2e00be78d"

add a line to /etc/fstab
UUID="a61ebd5c-a5ce-475e-b2c0-bab6aecd92e1" /media/risok/ssd_linux ext4 defaults 0 0

Thanks Sand

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question