my fstab is like this:
/dev/hda1 / ext3 defaults,ro 1 1
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro
,exec,users 0 0
none /proc proc defaults 0 0
/dev/hda6 /data ext3 defaults,ro 1 2
/dev/hda5 swap swap defaults 0 0
if I ask mounts the resul is
/dev/hda1 on / type ext3 (ro)
none on /proc type proc (rw)
none on /proc/bus/usb type usbfs (rw)
none on /sys type sysfs (rw)
/dev/hda6 on /data type ext3 (ro)
there are still some other questions..
what is the proc line in fstab and in mounts?
what is the the sys line in the mount?
how i set the ro for those filesystems if is it possible?
and why i s possible to write file in /?
I search the net maybe i faount the andwher myself
How i will create a ramdisk and get it mounted where logs and temp data are writte?
Or I get my system not to write to the disk things like logs?
too many questions..
