When I plug-in my USB Hard Disk which has a NTFS file system, it mounts automatically and works properly.
I am interested to know how this process works. For this, I checked the logs appearing in /var/log/syslog
.
In this log, I see the following messages printed:
ubuntu ntfs-3g[3227]: Version 2013.1.13AR.1 external FUSE 29
ubuntu ntfs-3g[3227]: Mounted /dev/sdb1 (Read-Write, label "Hobbies")
ubuntu ntfs-3g[3227]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
I just want to know which process is displaying the above messages?