Tagged Questions
2
votes
1answer
316 views
How Do I use autofs to map a USB drive by its ID?
Goal
I have a USB drive -- let's say the drive's ID is /dev/disk/by-id/thediskid
I would like to mount the drive -- by ID -- to a folder (let's call it /MOUNT_FOLDER)
Question
What is the best ...