lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 22 Jan 2009 19:28:15 -0500
From:	Valerie Aurora Henson <vaurora@...hat.com>
To:	linux-ext4@...r.kernel.org
Subject: 64-bit e2fsprogs tree for testing

Hi folks,

The e2fsprogs 64-bit branch is available for public testing.  This
branch adds support for creating, checking, etc. ext4 file systems
with more than 2^32 blocks - i.e., more than 16TB on most systems.
This is for TESTING ONLY - don't put any data you care about on it!

The public git repository is available here:

git://git.kernel.org/pub/scm/fs/ext2/val/e2fsprogs.git

The branch is "64bit".

Known bugs:

* compilation of programs using certain libe2p routines may fail 
  (chattr, lsattr)
* fsck will fail if directories contain blocks above the 32-bit
  boundary

In general, this is very lightly tested.

Please only test against the latest ext4 kernel bits from:

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git

Please report bugs to this mailing list and cc'd to me if possible.

I am personally testing this using a sparse backing file on XFS, e.g.:

 # dd if=/dev/zero of=/xfs/testfile bs=4096 seek=5G count=1
 # ./misc/mke2fs /xfs/testfile
 # mount -o loop /xfs/testfile /mnt
 # dmesg | tail # to make sure it actually mounted as ext4, etc.

Unfortunately, you can't use ext4 itself to host the backing file,
since it has a limit of 2^32 blocks per file.

Thank you in advance!

-VAL
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ