for ext2, you pass it read-only so that fsck can safely check the filesystem integrity, it can't do this safely if there's any chance of another process writing to that fielsystem. it gets remounted read-write automaticaly some time after being checked. > found any clear documentation on why I would make it rw or ro when passing