Dnia 2008-05-19, pon o godzinie 18:46 +0200, Julien BLACHE pisze:
> Witold Baryluk <[EMAIL PROTECTED]> wrote:

> > movax-dev:/dev/.static/dev# cat /proc/mounts 
> >
> > rootfs / rootfs rw 0 0
> >
> > udev /dev tmpfs rw,size=10240k,mode=755 0 0 <-----------------
> >
> > /dev/mapper/movax2_vg-movax2_lv_root / ext3
> > rw,relatime,errors=remount-ro,data=ordered 0 0 <-------------------
> >
> > /dev/mapper/movax2_vg-movax2_lv_root /dev/.static/dev ext3
> > ro,errors=remount-ro,data=ordered 0 0       <----------------- why ro?
> >
> > ...
> >
> >
> > In /etc/init.d/udev I see:
> >
> >     mount -n --bind /dev /lib/udev/devices
> >
> >
> > so it should be mounted rw.
> >
> > Now i will restart my machine, this is probably some obscure problem
> > with file system not with sane :)
> >
> > ...
> >
> > Situation doesn't changed after restart. Strange.
> 
> JB.
> 


It looks that it is releated with introduced to 2.6.26-rc2 read-only
binds.

mount -n --bind /dev/ /dev/.static/dev

is called when / is mounted read-only (isn't it?), so /dev/.static/dev
also have also atribute "ro".

When / is remounted to rw, /dev/.static/dev still is ro!

So this is probably the issue.


http://lwn.net/Articles/281157/


-- 
Witold Baryluk

Attachment: signature.asc
Description: To jest część wiadomości podpisana cyfrowo

Reply via email to