https://bugzilla.novell.com/show_bug.cgi?id=655906 https://bugzilla.novell.com/show_bug.cgi?id=655906#c0 Summary: Btrfsck doesn't understand the "-a" switch, which is used during boot. Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: All OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: linuxadmin@yandex.ru QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12 When a certain amount of mount times is reached or the system wasn't unmounted cleanly, filesystem check is performed during boot. This fails for Btrfs because the option "-a" is passed, which Btrfsck doesn't understand. So the filesystem is NEVER checked. root@mymachine:/ # btrfsck -a /dev/sda5 Could not open -a So, Btrfsck either needs a wrapper script so that it wouldn't fail with "-a" switch, or the "-a" switch should not be passed to Btrfsck. Reproducible: Always Steps to Reproduce: btrfsck -a [some device] Actual Results: Could not open -a Expected Results: Filesystem check should be performed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.