Displaying 4 results from an estimated 4 matches for "block64".
Did you mean:
block4
2013 Mar 14
0
Quick regtree question
...to simply dump the entire registry even if a location is specified (i.e. HKEY_LOCAL_MACHINE\SOFTWARE) - is this how it is intended to work or am I simply 'doing it wrong'.
Thanks for any light anyone might be able to provide!
DEAN WILLIAMS / Block 64
phone: +1 (416) 436-8518
web: www.block64.com (http://www.block64.com/)
twitter: @block64corp (http://www.twitter.com/block64corp)
2012 Apr 17
1
command line perl tool to create ogg/Vorbis picture comments
..."Some
description" -type FileIconSmall
-write tag : produces a file with the "METADATA_BLOCK_PICTURE=" start,
so you can plug it straight into vorbiscomment. This is the default,
so you can do this:
vorbiscomment startfile.ogg newfile.ogg -a -c sample.tag
the other options are block64 (just the block as before) and blockraw
(don't 64bit encode)
-type, can be numeric, or I've come up with some short-names for the
different entries that you can specify instead.
FileIconSmall is restricted to 32x32 png, this is enforced.
Shortcomings:
* Doesn't do the "->&quo...
2010 Jul 11
2
[PATCH 1/2] JBD2: Allow feature checks before journal recovery
Before we start accessing a huge (> 16 TiB) OCFS2 volume, we need to
confirm that its journal supports 64-bit offsets. So we need to check
the journal's feature bits before recovering the journal.
This is not possible with JBD2 at present, because the journal
superblock (where the feature bits reside) is not loaded from disk until
the journal is recovered.
This patch loads the journal
2010 Jul 22
4
[PATCH 1/3] ext3/ext4: Factor out disk addressability check
As part of adding support for OCFS2 to mount huge volumes, we need to
check that the sector_t and page cache of the system are capable of
addressing the entire volume.
An identical check already appears in ext3 and ext4. This patch moves
the addressability check into its own function in fs/libfs.c and
modifies ext3 and ext4 to invoke it.
Signed-off-by: Patrick LoPresti <lopresti at