On Sun, Dec 23, 2012 at 9:56 PM, Juan Diego Tascón <juantascon@xxxxxxxxx> wrote: > Last week pmount went from extra to aur. I used to use pmount to allow > users to mount external devices as simple as: > > pmount /dev/sdb1 > > Is there an alternative to pmount in core, extra or community that > allows users to mount with a simple command an external storage > device? You can use udisks --mount /dev/sdb1 from an active local session (or use the old group to make it work for remote/inactive sessions too - if you really want that).