On Sunday, 3 June 2018 4:18:09 AM AEST Nick Kralevich wrote: > Does BTRFS have the equivalent of an fsck command which is run on > boot? I've seen similar problems before where fsck tries fixing up the > filesystem after an unclean shutdown, and the SELinux labels aren't > properly handled by the fsck program. https://en.wikipedia.org/wiki/Btrfs BTRFS is designed to be self-healing and has no equivalent to the Ext2/3/4 fsck program. /bin/fsck.btrfs is a shell script that returns 8 if the device doesn't exist and 0 in all other cases, it has a comment saying "You should set fs_passno to 0". The design of BTRFS is similar to ZFS in that you expect to be able to push reset and have the system just work again with kernel code doing the recovery. It's definitely a kernel bug. The question is where the bug is and who will fix it. Thanks for the suggestion though. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.