K 10 svn:author V 3 phk K 8 svn:date V 27 2002-03-11T13:53:00.000000Z K 7 svn:log V 388 As a XXX bandaid open the mounted device READ/WRITE even if we only mount read-only. The trouble here is that we don't reopen the device in read/write mode when we remount in read/write mode resulting in a filesystem sending write requests to a device which was only opened read/only. I'm not quite sure how such a reopen would best be done and defer the problem to more agile hackers. END