Utilities for the Second Extended File System
Utilities needed to create and maintain ext2 and ext3 file systems
under Linux. Included in this package are: chattr, lsattr, mke2fs,
mklost+found, tune2fs, e2fsck, resize2fs, and badblocks.
- Developed at filesystems
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/e2fsprogs && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.SUSE | 0000000299 299 Bytes | |
baselibs.conf | 0000000303 303 Bytes | |
e2fsprogs-1.41.1-splash_support.patch | 0000005022 4.9 KB | |
e2fsprogs-1.41.14.de.po.bz2 | 0000032130 31.4 KB | |
e2fsprogs-1.42-e2fsck_mmp.patch | 0000000957 957 Bytes | |
e2fsprogs-1.42-ext2fsh_implicit.patch | 0000000323 323 Bytes | |
e2fsprogs-1.42-implicit_fortify_decl.patch | 0000000387 387 Bytes | |
e2fsprogs-1.42-quotaio_implicit.patch | 0000000277 277 Bytes | |
e2fsprogs-1.42-voidreturn_value_declared.patch | 0000000447 447 Bytes | |
e2fsprogs-1.42.tar.gz | 0005709827 5.45 MB | |
e2fsprogs.changes | 0000055279 54 KB | |
e2fsprogs.spec | 0000006736 6.58 KB | |
libcom_err-compile_et_permissions.patch | 0000000528 528 Bytes |
Revision 67 (latest revision is 131)
Stephan Kulow (coolo)
accepted
request 103347
from
Stephan Kulow (coolo)
(revision 67)
- removed dumpe2fs-add-man-page-warning-about-mounted-fil.patch deprecated by this release - refreshed e2fsprogs-1.41.1-splash_support.patch - added several patches to fix warnings generated by the check_gcc_output and rpmlint - update to 1.42 * this release has support for file systems >16TB. online resize requires kernel support which will hopefully be in kernel version 3.2. offline support is not yet available for >16TB, but will be coming * this release has support for clustered allocation, which reduces the number of block (now cluster) bitmaps by allocating and deallocating space in contiguous power-of-2 collections of blocks, which are called clustered. This is a filesystem level feature called 'bigalloc', which must be enabled when the filesystem is inititally formatted. It is not backwards compatible with older kernels. * added support for the Multi-Mount Protection (MMP) feature * The mke2fs and e2fsck programs now tries to use the punch hole command as a "discard" when operating on normal files. * The resize2fs program now has support for a new online resize ioctl that can support file systems > 16TB, once it arrives in v3.x kernels. * Added e4defrag tool which uses the EXT4_IOC_MOVE_EXT ioctl. * Added support for journals larger than 2GB. * Added internationalization support for libcom_err error table strings. * Fixed various spelling mistakes found in various output strings found by I18N translators. * Update translations: French, Chinese, Germany, Indonesian, Swedish, Vietnamese, Polish, Dutch, Czech. (Addresses Debian Bugs: #520985, #620659)
Comments 1
e2fsprogs 1.44.4 has been released; https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.44.4/e2fsprogs-1.44.4.tar.gz