From: Amit <amit.uttam@gmail.com>
To: util-linux@vger.kernel.org
Subject: Re: Can't figure out how to use mnt_table_get_root_fs from libmount
Date: Sat, 8 Sep 2012 20:19:40 +0000 (UTC) [thread overview]
Message-ID: <loom.20120908T221718-348@post.gmane.org> (raw)
In-Reply-To: loom.20120908T195804-890@post.gmane.org
Amit <amit.uttam@...> writes:
>
> Hello,
>
> I have a simple program using libmount that simply gets the path of the
> root filesystem. I can't seem to get it to work. I always get a
> segmentation fault. There is probably something basic that I am missing
> but can't figure it out.
[snip]
Using the following function works better.
fs = mnt_table_find_target(tab, "/", MNT_ITER_BACKWARD);
This is on until-linux 2.20.1 on debian wheezy.
next prev parent reply other threads:[~2012-09-08 20:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-08 18:07 Can't figure out how to use mnt_table_get_root_fs from libmount Amit
2012-09-08 20:19 ` Amit [this message]
2012-09-10 8:23 ` Karel Zak
2012-09-17 0:21 ` Amit Uttamchandani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20120908T221718-348@post.gmane.org \
--to=amit.uttam@gmail.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).