MentOS
MentOS copied to clipboard
Mount points are not included in `getdents`
Mountpoints are not considered as directory entries.
The special character devices created and mounted in /dev
during boot are not reported by getdents
.
I expected /dev/hda/
mounted during ata_initialize
and /dev/null
mounted during mem_devs_initialize
in kernel.c
to show up in the directory listing of /dev
.