From: "Massimo Cetra" <mcetra@navynet.it>
To: <viro@parcelfarce.linux.theplanet.co.uk>
Cc: <linux-kernel@vger.kernel.org>
Subject: FW: Mount -o bind strange behaviour
Date: Sat, 10 Jul 2004 16:00:10 +0200 [thread overview]
Message-ID: <006801c46686$375f74b0$e60a0a0a@guendalin> (raw)
> -----Original Message-----
> From: viro@www.linux.org.uk [mailto:viro@www.linux.org.uk] On
> Behalf Of viro@parcelfarce.linux.theplanet.co.uk
> Sent: Saturday, July 10, 2004 3:50 PM
> To: Massimo Cetra
> Cc: linux-kernel@vger.kernel.org
> Subject: Re: Mount -o bind strange behaviour
>
> No way to tell without at least the contents of your
> /proc/mounts before and after...
This is the output at the moment.
gremo1:~# mount
/dev/md3 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/md1 on /boot type ext3 (rw)
/dev/md5 on /usr/local type ext3 (rw)
/dev/md6 on /home type ext3 (rw)
/dev/md7 on /var type ext3 (rw)
proc on /var/chroot/apache/proc type proc (rw)
/home/www on /var/chroot/apache/home/www type none (rw,bind)
/var/log/www on /var/chroot/apache/var/log/www type none (rw,bind)
/usr/local/lib/php on /var/chroot/apache/usr/local/lib/php type none
(rw,bind) /var/www on /var/chroot/apache/var/www type none (rw,bind)
/usr/lib/locale on /var/chroot/apache/usr/lib/locale type none (rw,bind)
/usr/local/apache/conf on /var/chroot/apache/usr/local/apache/conf type
none (ro,bind) gremo1:~#
gremo1:~# cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
proc /proc proc rw 0 0
devpts /dev/pts devpts rw 0 0
/dev/md1 /boot ext3 rw 0 0
/dev/md5 /usr/local ext3 rw 0 0
/dev/md6 /home ext3 rw 0 0
/dev/md7 /var ext3 rw 0 0
proc /var/chroot/apache/proc proc rw 0 0
/dev/md6 /var/chroot/apache/home/www ext3 rw 0 0
/dev/md7 /var/chroot/apache/var/log/www ext3 rw 0 0
/dev/md5 /var/chroot/apache/usr/local/lib/php ext3 rw 0 0 /dev/md7
/var/chroot/apache/var/www ext3 rw 0 0 /dev/root
/var/chroot/apache/usr/lib/locale ext3 rw 0 0 /dev/md5
/var/chroot/apache/usr/local/apache/conf ext3 rw 0 0 gremo1:~#
No way to provide cat /proc/mount content of /proc/mount before. Mount
had the same output and everything seemed to be normal.
This was the mountpoint with the problem. /usr/local/apache/conf on
/var/chroot/apache/usr/local/apache/conf type none (ro,bind)
Regards,
Max
reply other threads:[~2004-07-10 13:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='006801c46686$375f74b0$e60a0a0a@guendalin' \
--to=mcetra@navynet.it \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@parcelfarce.linux.theplanet.co.uk \
/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
Powered by JetHome