I recently installed Arch on my computer and now I would like to read data from USB devices (i.e. flash drives, SD cards, etc.) but I don't know how to. I know that using Gnome or KDE will do this for me automatically but I am only using Openbox for my installation so I don't know where to start.
I read from the Arch Wiki that Udev handles this but I don't know how to use it (or find it for that matter). I also checked and /etc/udev/rules.d/ is empty so I doubt that my USB devices are mounted automatically. I want to:
- Know where these devices are being (or are going to be) mounted
- Know how to check if these devices are mounted
- Know how to mount them if these devices are not mounted
- Know how to automatically mount them once I insert them into the USB slot
Thanks.