search for: metablock

Displaying 3 results from an estimated 3 matches for "metablock".

2014 May 15
1
Ogg Flac padding
...gth longer than the actual metadata block, filled with zeroes for safety) but libFLAC does not understand this entirely legal format (actually it seems OK with it so long as it is the last metadata page). I think it ignores the packet length as declared by Ogg and just reads the bytes listed in the metablock header. Further, libFLAC doesn't seem to understand when multiple metadata block packets appear on the same page, aother legal arrangement, indeed the one that is implied by the Ogg Flac mapping specification. What can be done to support this format? --ian
2008 Jun 14
1
LVM and ext3 filesystem question
Can someone please explain what the purpose of stride is on ext3? I have been "googling" this for hours and wasn't really able to understand the underlying concepts. How does it fit with LVM, PV create's metablock size, and hardware RAID controller? TIA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080614/d693a68e/attachment-0002.html>
2012 Mar 20
13
[PATCH 0 of 3 v2] PV-GRUB: add support for ext4 and btrfs
Hi, The following patches add support for ext4 and btrfs to PV-GRUB. These patches are taken nearly verbatim from those provided by Fedora and Gentoo. We''ve been using these patches for the PV-GRUB images available in EC2 for some time now with no problems. Changes from v1: - Makefile has been changed to check the exit code from patch - The btrfs patch has been rebased to apply