Re: UFS2 fsck Question (semantics of -p)

2006-09-04 Thread Can Sar
run fsck -p on them, fsck will not be able to recover, while fsck without the -p option will be able to. Can On Aug 29, 2006, at 9:55 AM, Chuck Swiger wrote: Can Sar wrote: [ ... ] Would you consider it an error if the -p option does not fix inconsistencies caused by a simple power failure

UFS2 fsck Question (semantics of -p)

2006-08-28 Thread Can Sar
://keeda.stanford.edu/ufs-umount-image http://keeda.stanford.edu/ufs-mount-sync-image Thank you very much for your help, Can Sar ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Module Compilation Error in vnode.h, missing vnode_if.h

2006-07-28 Thread Can Sar
/vnode_if.h?v=RELENG60; Any idea what I could be doing wrong? Thank you very much for your help, Can Sar ekm.c (my own testfile) = #include sys/param.h #include sys/vnode.h int main() { struct vnode vp; struct vattr vap; struct ucred cred; VOP_GETATTR