RHBZ Bug 962143.
Summary: The installer doesn't support resizing Btrfs volumes, and also doesn't
support placing /boot on Btrfs.
A further consequence is that the "guided" path for the installer (i.e. the
more automated, non-custom path) is unable to perform an installation of Fedora
19 along
RHBZ Bug 962143.
Summary: The installer doesn't support resizing Btrfs volumes, and also doesn't
support placing /boot on Btrfs.
The consequence is that the "guided" path for the installer (i.e. the more
automated, non-custom path) is unable to perform an installation of Fedora 19
along side F
RHBZ Bug 864198
This bug isn't getting much attention possibly because it involves some unique
aspects of Btrfs confusing grubby. So I thought I'd post it to this list to see
if anyone has ideas how to move forward.
Chris Murphy--
To unsubscribe from this list: send the line "unsubscribe linux
Ross schrieb:
> Sébastien Luttringer seblu.net> writes:
>
>>
>> Hello, after a crash with linux 3.8.0, I'm unable to
> mount my btrfs root
>> filesystem. I tried with a archlinux rescue cd with a
> linux 3.7.5, but I
>> got the following errors:
>>
>> First trying to fix the fs:
>>
>> # btrf
In the original version of "btrfs-progs: libify some parts of
btrfs-progs" by Mark Fasheh, the soname field of the internal libbtrfs
library was set to "libbtrfs.so.1". This doesn't match the filename
of the library (libbtrfs.so.0.1) which is unusual.
However in the version which went upstream, t
From: "Richard W.M. Jones"
Signed-off-by: Richard W.M. Jones
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 9c195b3..d2c2e28 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ version.h:
$(libs_shared): $(libbtrfs_objects) $(lib
Sébastien Luttringer seblu.net> writes:
>
> Hello, after a crash with linux 3.8.0, I'm unable to
mount my btrfs root
> filesystem. I tried with a archlinux rescue cd with a
linux 3.7.5, but I
> got the following errors:
>
> First trying to fix the fs:
>
> # btrfsck
> usage: btrfsck dev
> Btr