jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

disk/kfs -R panics #175

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Try to mount any kfs file system read-only with disk/kfs:
% mount -c {disk/kfs -R /tmp/fs} /n/1
kfs: panic: error writing block 1: inappropriate use of fd
sh: 58 "Kfs":panic

This same kfs mounts fine w/o -R.

Original issue reported on code.google.com by extrudedaluminiu on 5 Jun 2009 at 8:22

GoogleCodeExporter commented 9 years ago

Original comment by Charles....@gmail.com on 5 Jun 2009 at 10:29

GoogleCodeExporter commented 9 years ago
fixed, i think. -r422

Original comment by Charles....@gmail.com on 5 Jun 2009 at 1:34