I want to know where all mount points are stored; i.e. under any specific directory?
I want to be able to list all the existing mount points using a C Program. Which system call or function should I use?
I want to know where all mount points are stored; i.e. under any specific directory?
I want to be able to list all the existing mount points using a C Program. Which system call or function should I use?
They are located in the /proc/mounts "file", which you can read and parse.
© 2022 - 2024 — McMap. All rights reserved.