Jun's Blog

Output, activities, memo and etc.

Entries from 2022-11-08 to 1 day

Fedora: How to detect and mount USB disks on commands

I learned how to detect and mount the USB disks on commands. ask.fedoraproject.org How to list up the not mounted USB disks. The 2 commands below are useful. $ lsblk -r -p -o NAME,TYPE,FSTYPE,UUID,SIZE,LABEL | grep -v "^/dev/loop" NAME TYP…