udisksctl

This utility helps to mount disk drives without root.

udisksctl mount -b /dev/sda{n}

# To identify by UUID

udisksctl mount -b /dev/disk/by-uuid/{UUID}

You can set a predefined UUID to a drive using tune2fs

linux command disks

Back