public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthew Percival <matthew@capgo.com>
To: Linux OMAP Open Source <linux-omap-open-source@linux.omap.com>
Subject: Re: problem with root filesystem
Date: Thu, 16 Mar 2006 09:13:16 +1100	[thread overview]
Message-ID: <1142460796.9059.11.camel@localhost.localdomain> (raw)
In-Reply-To: <26d3a31c0603150617g22cac272g990d8313c3b4ae99@mail.gmail.com>

G'Day,

> i followed newbie guide and i mounted the root filesystem using the NFS. i
> have given read/write access to that folder to all in the exports file .but
> i am unable to create single directory in the target .why is it so ?? how to
> overcome this problem . i have down loaded the root filesystem from the
> following website  http://linux.omap.com/pub/filesystem/rootfsosk.tar.bz2

	There are a few possible causes of this, but the most likely is that
you are mounting the filesystem as read-only; make sure you have `rw' in
the `bootargs' environmental variable in u-boot.  Here is what I set
them to when using NFS:

setenv bootargs console=ttyS0,115200n8 noinitrd ip=on root=/dev/nfs rw
nfsroot=${MY_IP}:${PATH_TO_ROOTFS},nolock
saveenv

	If that is not the problem, check the permissions as they are set on
the host system: it is possible, however unlikely, that you have them
set up in some strange way (eg -r-xr-xr-x).

	-- Matthew

  reply	other threads:[~2006-03-15 22:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-15 14:17 problem with root filesystem prafulla chandra vejendla
2006-03-15 22:13 ` Matthew Percival [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-03-16 14:56 prafulla chandra vejendla
2006-03-17  9:21 ` Ola Helm
2006-03-17 10:02   ` prafulla chandra vejendla

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=1142460796.9059.11.camel@localhost.localdomain \
    --to=matthew@capgo.com \
    --cc=linux-omap-open-source@linux.omap.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