8

I use Xubuntu. When I plug in my USB, I can simply mount and open it by clicking on its icon, but when I want to mount it from the command line, it needs root permission.

Why? And how can I mount my USB (the command line) without root permission? I can't put it in /etc/fstab, because it needs root permission.

Note: I don't want to mount an ISO file. My question was marked as duplicated but the target question had no valid answer. If you want to flag as duplicated, please first check the target question, and then add the duplicated flag. Thanks.

1 Answers1

12

Using udisksctl mount -b /dev/sdXY we can mount without root permission, just like what gui does.