Udisk & Udev

2015-04-29 Thread R M
Hi, I am trying to understand how auto mount works when you plug-in a NTFS USB disk. So far I found that udisk listens to udev events. Once udev notifies udisks that a disk is plugged in, udisk takes over and does the mounting by calling ntfs-3g. I just want to know where in the udisk source co

Re: Udisk & Udev

2015-04-29 Thread Martin Pitt
Hello RM, R M [2015-04-30 11:23 +0530]: > I am trying to understand how auto mount works when you plug-in a NTFS > USB disk. > > So far I found that udisk listens to udev events. Once udev notifies > udisks that a disk is plugged in, udisk takes over and does the > mounting by calling ntfs-3g.