lkml.org 
[lkml]   [2009]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: (un)mount ramfs from C code
On 09/22/2009 07:04 PM, Brian McGrew wrote:
> Good morning all!
>
> So I'm using a ramfs for temporary files, thank you whoever designed that,
> it works great!
>
> I can mkdir, mount, chmoud, readand write and then umount the thing from the
> command line just fine.
>
> What I need now is some method from within my C/C++ code to determine if the
> ramfs is mounted, if not, then mount it so I can use it and unmount it when
> I'm done, without making a system call.
>
> Can this be done? Is there any access to mount/unmount from C/C++?

I suppose looking at the source code of the 'mount' utility could prove
very enlightening. You can find it at:

http://www.kernel.org/pub/linux/utils/util-linux-ng


\
 
 \ /
  Last update: 2009-09-22 19:17    [W:0.068 / U:0.752 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site