Skip to content

Fix hidden NTFS mountpoints when /etc/mtab is a regular file

if /etc/mtab is a regular file, /etc/mtab is used by default instead of /proc/self/mountinfo file, and function mnt_fs_get_devno returned 0. This led to NTFS mountpoints being hidden.

Edited by Dark Templar

Merge request reports