/dev/{cdrom device} /mnt/cdrom iso9660,noauto ro 0 0
Yes.mlord said:does this apply for mounting the file system on the hard disk?
Same way as with any other media: by adding ro to the "options" column of the appropriate entry in /etc/fstab.mlord said:and how to do this in booting?
You are confusing the cause and the effect. Mounting partitions read-only will not affect the frequency of crashes. It will only prevent the partitions from being uncleanly unmounted. First solve the problem that causes the crashes.mlord said:my point is to make crashes as minimum as possible
Beastie said:You are confusing the cause and the effect. Mounting partitions read-only will not affect the frequency of crashes. It will only prevent the partitions from being uncleanly unmounted. First solve the problem that causes the crashes.