On Mon, Oct 14, 2013 at 1:33 PM, CeDeROM <cede...@tlen.pl> wrote:

> Thank you for explaining :-) So it looks that it would be sensible to
> force filesystem check every n-th mount..?


Please explain the logic in which this helps anything.


> Or to do a filesystem check
> after crash..?


Already standard behavior as implicitly seen in this thread.


> Are there any flags like that to mark filesystem
> unclean and to force fsck after n-th mount?


No and any fs that requires such a system is broken by design.


> That would assume
> disabling journal and soft updates journaling I guess..?
>
> What would be the best option for best data integrity in case of
> crash?
>

mount -o sync or use ZFS. Both require hardware that correctly report
success to fsync.

-- 
Adam Vande More
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to