> On Jan 15, fellow <[EMAIL PROTECTED]> wrote: > > > After logging in as root, the result of 'mount' is: > > > > /dev/hdd1 on / type reiserfs (rw,data=journal) > > proc on /proc type proc (rw) > > sysfs on /sys type sysfs (rw) > > > > Simply the '/dev' is not mounted, but the result of 'ls -l /dev': > Yes it is, it's just not listed in mtab. Check /proc/mounts and you will > find it. > > > 0 lrwxrwxrwx 1 root root 4 Jan 14 2005 test-file -> test > The link exists, so it's obvious that /dev cannot really be read only. > What happens if now you run "rm /dev/test-file" from the shell? > I can delet it.
I made some tests, what is in /proc/mounts before and after the S04udev init scripts (always booting in "single" mode). Hope it'll helpfull. Booting with ro, before the S04udev: rootfs / rootfs rw 0 0 /dev/root / reiserfs ro 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts rw 0 0 tmpfs /dev/shm tmpfs rw 0 0 Booting with ro, after the S04udev: rootfs / rootfs rw 0 0 /dev/root / reiserfs ro 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 /dev/root /.dev reiserfs ro 0 0 none /dev tmpfs rw 0 0 Booting with ro, after logged in: rootfs / rootfs rw 0 0 /dev/root / reiserfs rw 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 /dev/root /.dev reiserfs rw 0 0 none /dev tmpfs rw 0 0 Booting with rw, before the S04udev: rootfs / rootfs rw 0 0 /dev/root / reiserfs rw 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts rw 0 0 tmpfs /dev/shm tmpfs rw 0 0 Booting with rw, after the S04udev: rootfs / rootfs rw 0 0 /dev/root / reiserfs rw 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 /dev/root /.dev reiserfs rw 0 0 none /dev tmpfs rw 0 0 Booting with rw, after logged in: rootfs / rootfs rw 0 0 /dev/root / reiserfs rw 0 0 proc /proc proc rw,nodiratime 0 0 sysfs /sys sysfs rw 0 0 /dev/root /.dev reiserfs rw 0 0 none /dev tmpfs rw 0 0 fellow -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]