On Mon, Jan 24, 2005 at 12:38:15AM +0100, Taoufik Zammou wrote: > On Sun, 23 Jan 2005 22:31:58 +0200, Ville Syrjälä <[EMAIL PROTECTED]> wrote: > > > > Are you sure you haven't mounted /dev/shm before /dev? I just tested > > this on my system and mounting foo with a size limit and foo/bar without > > a limit works as expected. > > > > -- > > Ville Syrjälä > > [EMAIL PROTECTED] > > http://www.sci.fi/~syrjala/ > > > > The order in which the two are mounted is unknown to me (init scripts > of Debian 3.0), but I can confirm your tests. In my situation: > > This is the situation: > > debian:~# mount > /dev/hda3 on / type reiserfs (rw) > proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > devpts on /dev/pts type devpts (rw,gid=5,mode=620) > tmpfs on /dev/shm type tmpfs (rw) > usbfs on /proc/bus/usb type usbfs (rw) > none on /dev type tmpfs (rw,size=15M,mode=0755) > none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
I think this confirms it. /dev is listed after /dev/shm so they are mounted in the wrong order. -- Ville Syrjälä [EMAIL PROTECTED] http://www.sci.fi/~syrjala/