[BusyBox] can't find /etc/mtab

Alejandro Mery Pellegrini amery at ing.puc.cl
Fri Aug 2 13:35:03 UTC 2002


hi,
You must ensure you have /proc mounted.
# mount -t proc /proc

Busybox doesn't need /etc/mtab by default, but if you really need it you can
make a symbolic link to /proc/mounts
# ln -sf /proc/mounts /etc/mtab

-amery

----- Original Message -----
From: "Nicholas Lafferty" <nlafferty at pennswoods.net>
To: <busybox at busybox.net>
Sent: Friday, August 02, 2002 12:05 PM
Subject: [BusyBox] can't find /etc/mtab


> I'm trying to get three clients to network boot in the exact same way as
> outlined on http://www.dnalounge.com/backstage/src/kiosk/
> Everything seems alright. I have gotten past errors about mount not
> passing remote address and all that jazz. But now I'm faced with the
problem
> of getting errors about mount not being able to locate /etc/mtab. Any help
> would be appreciated.
>
>
> Nicholas Lafferty
> Manager
> Pennswoods.net
> Country Club Mall
>
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/mailman/listinfo/busybox
>




More information about the busybox mailing list