In Ubuntu manual regarding AutomaticallyMountPartitions is described that Nautilus is using udisks to mount partitions. But when I type udisks
in terminal system tells that I need to install it. So, do Nautilus really uses udisks?
"When you mount a disc normally with the file browser (nautilus etc) it mounts disks by interacting with udisks behind the scenes."
In Trusty
udisks2
is installed by default and used by nautilus.The binary is in
found via
dpkg -L udisks2 | grep bin/
from
man udisksctl
Here is a short test
I was using udisks to mount an NTFS partition on the same disk as the Operating System. My command looked like this
I used this command in 16.04 (mint 18):