All of lore.kernel.org
 help / color / mirror / Atom feed
* NFS Mount
@ 2002-09-09 16:33 Aman
  2002-09-09 16:50 ` Wolfgang Denk
  0 siblings, 1 reply; 5+ messages in thread
From: Aman @ 2002-09-09 16:33 UTC (permalink / raw)
  To: linuxppc embedded


Hi All
I have a basic question.
I have build a kernel image using the ppc linux source. Now I want to
download the image using NFS from the host. When I tried to boot the image I
am getting the following error.

VFS: Mounted root (nfs filesystem).
 Freeing unused kernel memory: 220k init
Warning: unable to open an initial console.
 Kernel panic: No init found.  Try passing init= option to kernel.
<0>Rebooting in 180 seconds..

My root path in the dhcpd.conf  is /hdb/mydir/mykernel , this where I have
un tar the linux kernel source for PPC.
In the exports file I have exported the path /hdb/mydir.

My doubt is , will there be a filesystem already in the linux source at the
location /hdb/mydir/mykernel or I have to create it. If I have create it,
how should I go about.

Please help me in solving this issue.

Thanking you in advance
Regards
Aman


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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: NFS Mount
  2002-09-09 16:33 NFS Mount Aman
@ 2002-09-09 16:50 ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2002-09-09 16:50 UTC (permalink / raw)
  To: Aman; +Cc: linuxppc embedded


Dear Aman,

in message <007001c2581e$af4a9900$370da8c0@aman> you wrote:
>
> My root path in the dhcpd.conf  is /hdb/mydir/mykernel , this where I have
> un tar the linux kernel source for PPC.

This is wrong. You have use a directory which contains  a  filesystem
with native tools, dev entries, libraries, etc.

> My doubt is , will there be a filesystem already in the linux source at the
> location /hdb/mydir/mykernel or I have to create it. If I have create it,

The linux kernel source is just that: kernbel source. It does not contain a root filesystem.

> how should I go about.

Get and install our ELDK. It's free. See
http://www.denx.de/re/ELDK.html

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
"I didn't know it was impossible when I did it."

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* nfs mount
@ 2005-10-28 10:50 Dermot Paikkos
  2005-10-28 15:21 ` freddie
  0 siblings, 1 reply; 5+ messages in thread
From: Dermot Paikkos @ 2005-10-28 10:50 UTC (permalink / raw)
  To: linux-admin

Linux FC4smp Samba Version 3.0.14a-2.

simple question:

I have added some entries into /etc/exports but I am still getting 
permission denied when I try to mount the remote f/s.

Do I need I need to kill -HUP inetd to get the exports to work? If I 
do will I interfer with samba?

Thanx.
Dp.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nfs mount
  2005-10-28 10:50 nfs mount Dermot Paikkos
@ 2005-10-28 15:21 ` freddie
  2005-10-28 15:41   ` Dermot Paikkos
  0 siblings, 1 reply; 5+ messages in thread
From: freddie @ 2005-10-28 15:21 UTC (permalink / raw)
  To: dermot, linux-admin


>simple question:
>
>I have added some entries into /etc/exports but I am still getting
>permission denied when I try to mount the remote f/s.
>
>Do I need I need to kill -HUP inetd to get the exports to work? If I
>do will I interfer with samba?

just run "exportfs -a". this makes the nfs daemon read /etc/exports again.
it wont affect samba since they have nothing to do with each other.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: nfs mount
  2005-10-28 15:21 ` freddie
@ 2005-10-28 15:41   ` Dermot Paikkos
  0 siblings, 0 replies; 5+ messages in thread
From: Dermot Paikkos @ 2005-10-28 15:41 UTC (permalink / raw)
  To: freddie; +Cc: linux-admin

exportfs (I had never heard of it before).

Freddie gets the cigar. That sorted it.

I tried to kill -HUP Inetd and I was still getting permission denied.

Thanx a lot.
Dp.


On 28 Oct 2005 at 18:21, freddie wrote:

> 
> >simple question:
> >
> >I have added some entries into /etc/exports but I am still getting
> >permission denied when I try to mount the remote f/s.
> >
> >Do I need I need to kill -HUP inetd to get the exports to work? If I
> >do will I interfer with samba?
> 
> just run "exportfs -a". this makes the nfs daemon read /etc/exports again.
> it wont affect samba since they have nothing to do with each other.
> 
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-10-28 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-28 10:50 nfs mount Dermot Paikkos
2005-10-28 15:21 ` freddie
2005-10-28 15:41   ` Dermot Paikkos
  -- strict thread matches above, loose matches on Subject: below --
2002-09-09 16:33 NFS Mount Aman
2002-09-09 16:50 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.