[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proc mount, but acts like it isn't.



On Mon, 2002-03-04 at 15:06, Blunier, Mark wrote:
> rdesktop:~# cat /proc/mounts

Hmm.  If /proc isn't mounted, then you should get an error here, and if
it is, you should get a list of mounts.

> rdesktop:~# more /etc/mtab
> /dev/hda1 / reiserfs rw 0 0
> proc /proc proc rw 0 0
> rdesktop:~# mount
> /dev/hda1 on / type reiserfs (rw)
> proc on /proc type proc (rw)

At this point, either of two things is up:

 - Your kernel's /proc handling is broken.

 - /etc/mtab is out of sync or isn't being updated.

I believe mount is responsible for /etc/mtab.  Can you confirm that it's
getting written to at boot time?


-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.