Does this bug apply to any of the currently supported Mint releases
(i.e. Maya, Petra or Qiana)? If not, this bug should be closed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460246
Title:
fsck.b
** Changed in: btrfs-tools (Debian)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460246
Title:
fsck.btrfs -a doesn’t work (called from mountall)
To manage
** Also affects: linuxmint
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460246
Title:
fsck.btrfs -a doesn’t work (called from mountall)
--
ubuntu-bugs
** Branch linked: lp:ubuntu/btrfs-tools
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460246
Title:
fsck.btrfs -a doesn’t work (called from mountall)
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
This bug was fixed in the package btrfs-tools - 0.19+20100601-3ubuntu2
---
btrfs-tools (0.19+20100601-3ubuntu2) natty; urgency=low
* New patch, ignore all arguments starting with "-" as to be compatible with
the way mountall and other programs call fsck.btrfs (for instance with
I've pushed a btrfs-tools package in my PPA with the symlink and a patch
to skip "-*" flags passed to btrfsck; would someone please test it? I
can test on armel, but I don't have an armel build of it (and I'm lazy).
--
You received this bug notification because you are a member of Ubuntu
Bugs, w
Ok, the issue was errors=remount-ro in fstab; replacing this with
"defaults" and I could successfully boot at last. This latter issue is
a bug in linaro-image-tools, bug #745771.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:/
Gah, I had left a debug "echo" in the script; I removed it now, but it fails
with:
fsck from util-linux-ng 2.17.2
found 432455680 bytes used err is 0
total csum bytes: 383952
total tree bytes: 39288832
total fs tree bytes: 37183488
btree space waste bytes: 11138633
file data blocks allocated: 3931
I created a /sbin/fsck.btrfs with:
#!/bin/sh
opts=""
for arg; do
case "$arg" in
-*)
continue
;;
*)
opts="$opts $arg"
;;
esac
done
exec echo /sbin/btrfsck $opts
it's a bit crude, but seems to call btrfsck correctly, however I still can't
boot:
Be
See also bug #660649
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/460246
Title:
fsck.btrfs -a doesn’t work (called from mountall)
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://
10 matches
Mail list logo