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
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment