On Fri, Dec 06, 2002 at 05:23:23AM -0500, Jan As wrote: > HI! > > I assume, before you did mount the filesystem > you had attached the device using cmd like this: > > echo "add device range=0cd2" > /proc/dasd/devices > > In this case it is wrong! > > You have to attach the device READ ONLY in this way: > echo "add device range=0cd2(ro)" > /proc/dasd/devices >
Aha! This, is, indeed, exactly what I was doing wrong. Thanks. Adam
