Comment 1 for bug 150831

Revision history for this message
Agostino Russo (ago) wrote :

On further consideration, I really do think that mkfs.ntfs should ALWAYS be skipped. Filesystems (whether userspace or not) should be handled by umountfs not by sendisgs

Hence you should have:

echo pidof /sbin/mount.ntfs >> /var/run/sendsigs.omit
echo pidof /sbin/mount.ntfs-3 >> /var/run/sendsigs.omit
echo pidof /sbin/mount.other-fuse-fs >> /var/run/sendsigs.omit

inside of /etc/init.d/sendsigs. I will open a specific bug in sendsigs for that.