From: Matthias Schniedermeyer <ms@citd.de>
To: Josh Brooks <user@mail.econolodgetulsa.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Usermode NFS - still in existence ?
Date: Wed, 1 Jan 2003 00:37:41 +0100 [thread overview]
Message-ID: <20021231233741.GA25889@citd.de> (raw)
In-Reply-To: <20021231141201.D88624-100000@mail.econolodgetulsa.com>
On Tue, Dec 31, 2002 at 02:13:58PM -0800, Josh Brooks wrote:
>
> Hello,
>
> I have a system running a vendor supplied kernel that I do not have the
> ability to change. Further, it is modified enough that normal modules
> will not load into it - and of course I cannot compile modules to work
> with it since I don't have the source to the kernel.
>
> And for some reason they did not compile NFS in.
>
> And I need this system to be an NFS _client_.
>
> What are my options ? I see that at some point there was a usermode NFS
> ... does this still exist ? Is there some other way of mounting an NFS
> volume from userland - really any solution is fine, I just need to mount
> my nfs volume from this server.
Hmmm.
uname -r tells you the base-kernel and what you have to write into
"EXTRAVERSION".
uname -v tells you if you have a SMP or UP-Kernel.
Then you "guess" what CPU-Type was used.
A start-point for this guess is "uname -m".
For a non-specific kernel i would guess i386 (=i386) or Pentium (=i586).
For i686 you can normaly use the CPU from "/proc/cpuinfo".
This way you SHOULD be able to create a module that matches (more or
less) for the kernel you want to load it in.
At least i had luck with this method so far. :-)
Bis denn
--
Real Programmers consider "what you see is what you get" to be just as
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated,
cryptic, powerful, unforgiving, dangerous.
next prev parent reply other threads:[~2002-12-31 23:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-31 22:13 Josh Brooks
2002-12-31 23:37 ` Matthias Schniedermeyer [this message]
2003-01-01 20:25 ` Alan Cox
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=20021231233741.GA25889@citd.de \
--to=ms@citd.de \
--cc=linux-kernel@vger.kernel.org \
--cc=user@mail.econolodgetulsa.com \
/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
Powered by JetHome