linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: "jmartin" <jmartin@prodys.net>
To: "m madhuker" <mythri_madhuker@yahoo.com>,
	<linuxppc-embedded@lists.linuxppc.org>
Subject: Re: NFS probelm in MPC8245
Date: Thu, 17 Jun 2004 11:33:15 +0200	[thread overview]
Message-ID: <007301c4544e$1dc24630$2700000a@jmartin> (raw)
In-Reply-To: 20040617085836.82148.qmail@web13602.mail.yahoo.com


----- Original Message -----
From: "m madhuker" <mythri_madhuker@yahoo.com>
To: <linuxppc-embedded@lists.linuxppc.org>
Sent: Thursday, June 17, 2004 10:58 AM
Subject: NFS probelm in MPC8245


>
> Hello all,
>          Iam working with MPC8245 in Linux.but im new
> to this. Kernel was booted into board and we able to
> do ping,telnet,ftp to board. but, i could not able to
> mount NFS in board.
you need nfs daemon running.

add nfs daemon to sbin if you don't yet.
then execute /etc/init.d/nfs start or /etc/init.d/nfs restart

nfs should appear now when ps axvf is executed.

execute mount -t nfs [ip]:/resource localdir

be sure [ip_remote_machine_which_do_mount]:/resource exists on file
/etc/exports on remote machine.

i.e, if machine which is mounting resource have ip x.y.z.t
you will have an entry on /etc/export like this

/resource    x.y.z.t(rw,no_root_squash)

if you haven't got it, write it and then execute /etc/init.d/nfs restart on
machine which export resource


>Rfs also not mounting. i had tried
> as per the "Getting started timesys linux on Ampro
> Encore PP1" doc. and i search in google also, but
> progress...
> please can anybody help me....
>                                           Regards
>                                           Madhukar
>                                           Kosmic Tech.
>                                           Chennai, India.
>
>
>
> Yahoo! Mail - Helps protect you from nasty viruses.
> http://promotions.yahoo.com/new_mail
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-06-17  9:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-17  8:58 NFS probelm in MPC8245 m madhuker
2004-06-17  9:33 ` jmartin [this message]
2004-06-17 10:25   ` bharat
2004-06-17 11:25     ` jmartin
2004-06-17  9:37 ` Marc Leeman
     [not found] <20040618061127.50148.qmail@web13601.mail.yahoo.com>
2004-06-18  6:51 ` Marc Leeman

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='007301c4544e$1dc24630$2700000a@jmartin' \
    --to=jmartin@prodys.net \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=mythri_madhuker@yahoo.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;
as well as URLs for NNTP newsgroup(s).