Siddharth Aggarwal said:
>
> Hi all,
>
> Is there a system call to get all the mount points? In a user app, I guess
> I would probably parse the /etc/fstab, but how do I do it in the kernel?
>
> TIA,
> Sid.
>From userland: man getmntinfo, man getfsstat
>From kernel land: I'd have a look at the co
On Fri, 14 Jan 2005, Siddharth Aggarwal wrote:
>
> Hi all,
>
> Is there a system call to get all the mount points? In a user app, I guess
> I would probably parse the /etc/fstab, but how do I do it in the kernel?
Is are you looking for "man 2 getfsstat"? Entries in /etc/fstab are not
nessarily m
2 matches
Mail list logo