Gentoo Archives: gentoo-user

From: Petr Uzel <petr.uzel@×××××××.cz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mount nfs thru mount system call
Date: Wed, 08 Mar 2006 21:14:53
Message-Id: 200603082207.36305.petr.uzel@centrum.cz
In Reply to: Re: [gentoo-user] mount nfs thru mount system call by Josh Helmer
1 > It's been about 4 years since I last had to do that (so no guarantees), but
2 > If I remember correctly the data argument for NFS is not just a string.
3 > Instead I believe that you have to do some other magic to encode the data
4 > correctly. I would recommend looking at the source code for mount and see
5 > what happens.
6
7 IMHO it's easier to look at 'man 2 mount' :
8
9 ...
10 Values for the filesystemtype argument supported by the kernel are listed
11 in /proc/filesystems (like "minix", "ext2", "msdos", "proc", "nfs",
12 "iso9660" etc.).
13 ...
14
15 But I also can't help more...
16
17 Petr
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mount nfs thru mount system call Josh Helmer <joshhelmer@×××.net>