Linux adding drives with UUID

Sudo blkid (to pull UUID of attached drives)
Sudo mount -ro UUID="whatever" /dev/sdd5 /to/some/mountpoint
-ro is for read only

Comments

Popular Posts