Download Ext2 Filesystems Utilities - Ext2 Filesystems Utilities Description, Ext2 Filesystems Utilities Reviews
Contact
 


 

Download

 
Download Now (0K)
GPL (GNU General Public License)
Downloads till now: 4
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Archiving , Backup , Benchmarks , Boot , Clustering and Distributed Net, Clustering and Distributed Networks , Console Fonts, Diagnostics, Emulators , Filesystems , Hardware , Installer/Setup , Logging , Monitoring , Networking , Operating Systems , Operating Systems Kernels, Operating Systems Linux Distri, Operating Systems Other, Recovery , Shells , Software Distribution , System Administration ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

Ext2 Filesystems Utilities

 

Details

Size: 0K
Last Update: 2008-06-02 23:42:55
Version: 1.39
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Theodore Ts\'o
Price:$0.00
Description:

Ext2 Filesystems Utilities 1.39 is boot software developed by Theodore Ts'o.
Ext2 Filesystem Utilities project (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2 filesystems.



Here are some key features of "Ext2 Filesystems Utilities":
e2fsprogs, which consists of e2fsck, mke2fs, debugfs, dumpe2fs, tune2fs, and most of the other core ext2fs filesystem utilities.
dump, which will allow you to make backups of your ext2 filesystems. It uses a format which is compatible with the BSD dump and restore programs.
defrag, which will defragment your ext2 filesystem
ext2ed, which is a text/windows (curses) interface for examining and editing an ext2 filesystem. It unfortunately is limited to filesystems smaller than 2GB, and is heavily Intel byte order dependent, and has apparently been abandoned by its original author. (So for those people who were used to seeing ext2ed in older Linux distributions, and wondered where it went to, that's the explanation.)
It has been integrated into e2fsprogs version 1.28, but its limitations mean that it should only be used by developers who need to generate test cases.
FSDEXT2 --- A (read-only) ext2 filesystem driver for Windows 95, implemented as Windows 95 File System Driver (FSD). This driver is maintained by Peter van Sebille (pese@nlnwgfsc.origin.nl).
Ext2fsd, An ext2 filesystem driver for Windows NT/2K/XP. The most recent version has read-write support.
MountX, MacOS driver which allows you to mount ext2 filesystems (Linux and MkLinux) on the Macintosh.
Ext2 Filesystem Utilities project (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2 filesystems.

What's New in This Release:
Fix 32-bit cleanliness in e2fsprogs so that we can support filesystems between 231 and 232 blocks.

Change mke2fs to use /etc/mke2fs.conf as a configuration file to configure the filesystem features, blocksize, and inode_ratio for different filesystem types.

Mke2fs will now create filesystems hash trees and on-line resizing enabled by default, based on the new /etc/mke2fs.conf file.

The e2fsprogs tools (resize2fs, e2fsck, mke2fs) will open the
filesystem device node in exclusive mode to prevent accidents by system administrators. In the case of resize2fs and mke2fs, it will only use exclusive mode if the filesystem is not mounted.

Fixed a bug in mke2fs which caused it to to fail when creating the resize inode for large filesystems. (Addresses Debian Bug 346580)

When allocating space for the RAID filesystems with the stride parameter, mke2fs will now place each portion of the group's inode table right up after the superblock (if present) in order to minimize fragmentation of the freespace.

Speed up mke2fs and e2fsck by writing inode and block bitmaps more efficiently by writing the inode and block bitmaps in one pass, thus reducing the number of disk seeks required.

Add support for on-line resizing to resize2fs.

Fix blkid library so that logic to determine whether or not a device's cached information in /etc/blkid.tab needs to be verified or not doesn't get confused by a system clock which is insane (for example, if the battery is dead on a Macintosh running PPC Linux. (Addresses Red Hat Bug: 182188)

The blkid library will now store the UUID of the external journal used by ext3 filesystems, so that in the future, the userspace mount binary can use this to find the location of the external journal and pass this information to the kernel.

E2fsck will now consult a configuration file, /etc/e2fsck.conf to control how various options should be handled. See the e2fsck.conf man page for more details. (Addresses Debian Bug: 150295)

E2fsck now prints an explanatory message when delaying a filesystem check when the system is running on battery. (Addresses Debian Bug: 350306)

E2fsck will detect if the superblock's last mount field or last write field is in the future, and offer to fix if so. (Addresses Debian Bug 327580) These problems will be fixed automatically in preen mode since Debian's boot sequence bogusly doesn't set the time correctly until potentially very late in the bootup process, and this can cause false positives which will cause users' systems to fail to boot. (Addresses Debian Bugs 343662 and 343645)

E2fsck now checks to see if the superblock hint for the location of the external journal is incorrect, and if so, offer to update it. (Addresses Debian Bug: 355644)

Fix e2fsck from segfaulting on disconnected inodes that contain one or more extended attributes. (Addresses Debian Bug: 316736, 318463)

E2fsck will stop and print a warning if the user tries running a
read/write badblocks test on a read-only mounted root filesystem.

Fix a memory leak in e2fsck's error paths. (Thanks to Michael C. Thompson for pointing these out; they were originally found using Coverity.)

When resizing a file containing a filesystem, resize2fs will expand or truncate a file as necessary. (Addresses Debian Bug: 271607)

Resize2fs will now automatically determine the RAID stride parameter that had been used to create the filesystem, and use that for newly created block groups. The RAID stride parameter may also be manually specified on the command line using the new -S option to resize2fs.

Fix mke2fs so that it correctly creates external journals on
big-endian machines (such as a S/390).

Fix a bug in the e2p library which could cause dumpe2fs to (rarely) fail to print out the journal or hash seed UUID. (Thanks to Guillaume Chambraud for pointing this out.)

Dumpe2fs will now print the size of the journal (if present).

Fix debugfs's set_inode_field command so it can properly set the frag, fsize, uid_high, gid_high, and author fields in the inode instead of silently failing, and so that setting the i_size actually sets i_size correctly.

Add a new debugfs command, set_current_time, which sets fs->now so that regression test suites can repeatedly modify the filesystem's last_write fields.

Fix a bug in debugfs's icheck which would incorrectly report the owner of an extended attribute block.

Fix the debugfs commands htree_dump, dx_hash, and list_dir so they print a print a usage message when an illegal option character is given.

Fix debugfs's dump_unsued command on filesystems with a 64k blocksize so it won't core dump. (Addresses SourceForge bug 1424311)

Fix mklost+found so that it creates a full-sized directory on filesystems with larger block sizes.

Fix a file descriptor leak in blkid library.

Fix a display bug in "badblocks -sv" so that the done message properly clears the block number at the end of the test. (Addresses Debian Bug 322231)

Allow fractional percentages to the -m option in mke2fs and tune2fs (Addresses Debian Bug: 80205)

Use fstat/fstat64 in getsize.c if the the target is a regular file,
instead of attempting to do a binary search. Fix some fd leaks in error cases.

Add support for device mapper library to the blkid library to ensure that the "best" (i.e., leaf) device is probed by the blkid library.

Fix the blkid library so that it notices when an ext2 filesystem is upgraded to ext3.

Improve the blkid's library VFAT/FAT detection; it now understands labels stored in the root directory, and is more paranoid about checking the FAT superblock values.

Fixed a fd leak in the uuid library which was causing problems for the LVM tools. (Addresses Debian Bug: 345832)

Add support for the reiser4 and software suspend partitions to the blkid library. Also add support for extract the label from iso9660 filesystems.

Fix a compile_et bug which miscount the number of error messages if continuations are used in the .et file.

Add extra sanity checks to protect users from unusual cirucmstances where /etc/mtab may not be sane, by checking to see if the device is reported busy (works on Linux 2.6) kernels. (Addresses Debian Bug 319002)

Updated French, Dutch, Polish, and Swedish translations. (Addresses Debian Bug: 343149, 341911, 300871, 316604, 316782, 330789)

Fix use-after-free bug in e2fsck when finishing up the use of the e2fsck context structure.

Fixed spelling mistakes, typos, and otherwise clarified man pages and documentation. (Addresses Debian Bugs: 329859, 322188, 316811, 312515, 351268, 357951, 347295, 316040, 368392, 368393, 368394, 368179)

Fixed various Debian packaging issues --- see debian/changelog for details. (Addresses Debian Bugs 317862, 320389, 290429, 310950, 310428, 330737, 330736, 329074, 356293, 360046, 366017, 364516,
362544, 362970)
Ext2 Filesystems Utilities 1.39 supports different languages (including english). It works with Linux.

Downloading Ext2 Filesystems Utilities 1.39 will take if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

Ext2 Filesystems Utilities Version History

Product Date Added
Ext2 Filesystems Utilities 1.39 2008-06-02 23:42:55


Related Software

firmware-tools
From category: Hardware
firmware-tools 1.0.19 is hardware software developed by Matt Domsch. firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change managemen...
Zenwalk Live
From category: Operating-Systems
Zenwalk is a lightweight linux distribution based on Slackware Linux....
FIRST DiskImager
From category: Recovery
FIRST DiskImager 1.0 is recovery software developed by Azril Azam. FIRST DiskImager is an advanced, full-featured GUI disk image acquisition tool. It was designed for forensic disk image ins...
diskfree
From category: Monitoring
diskfree 2.1.0 is monitoring software developed by Douglas J Hunley. diskfree is a shell script designed to be run periodically from cron to let you know how much disk space you\'ve used, what dire...
BW ACCT
From category: Networking
BW ACCT 2.10.3 is networking software developed by Brian Rhodes. BW Acct is a bandwidth accounting and reporting application. It is implemented as a C daemon which manages accounting rules in an ip...
FR1
From category: Operating-Systems-Kernels
FR1 2.15b is operating systems kernels software developed by Peter T. Breuer. FR1 is a Linux kernel driver that adapts the kernel\'s own software RAID1 driver. It\'s intelligent in that it d...
Daemon Shield
From category: Networking
Daemon Shield 0.4.0 is networking software developed by Chuck Sharp. Find IPs of crackers and kiddies attempting to break in. Creates iptables rules to block attackers\' IPs for a specified period...
Astaro Command Center 1.300
From category: Networking
Astaro Command Center 1.300 is networking software developed by Astaro Corp.. Astaro Command Center (ACC) is an application for centralized management of Astaro Security Gateways. With ACC, network...
blq
From category: Monitoring
blq 1.23 is monitoring software developed by Chip Rosenthal. blq is a Perl script that queries one or more lists, such as the MAPS RBL or MAPS DUL, to determine if a host is listed as a potential s...
CCux Linux Alpha
From category: Operating-Systems-Linux-Distri
CCux Linux Alpha 0.9.8 is operating systems linux distri software developed by CCux Linux Team. CCux Linux is a GNU/Linux Distribution especially optimized for i686 and higher Processor Architectur...
Autossh 1.4a
From category: System-Administration
Autossh 1.4a is system administration software developed by Carson Harding. Autossh is a program to monitor and automatically reestablish SSH connections. Autossh is similar to rstunnel (Reliable S...
Conky
From category: Monitoring
Conky 1.4.1 is monitoring software developed by Brenden Matthews. Conky is a light-weight system monitor. Conky is a system monitor for X originally based on the torsmo code. Since it\'s o...
FreeVPS
From category: Operating-Systems-Kernels
FreeVPS 1.5-8 is operating systems kernels software developed by Positive Software Corporation. FreeVPS is a free Linux-based software implementing virtual servers technology, a cost-effective and...
cryptoswap
From category: Monitoring
cryptoswap 0.0.3 is monitoring software developed by Mike Petullo. The cryptoswap package supports building an encrypted swap partition when a system boots. This must be necessary on systems that u...
fwknop
From category: Networking
fwknop implements an authorization scheme that requires only a single encrypted packet to communicate various pieces of info....
 

Top Downloads

 
1. Canon PIXMA iP1200 Printer Driver
2. Canon PIXMA iP1000 Printer Driver
3. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio
4. Canon PIXMA MP210 MP Drivers
5. Realtek RTL8139C(L)+/RTL8139D(L)/RTL8100(L)/RTL8130/RTL8139B(L) Driver
6. Canon PIXMA iP1300 Printer Driver c
7. Asus EZVcr II
8. Genius Eye 110 Webcam Driver
9. Canon i-SENSYS LBP2900 Printer Driver R
10. dmg2iso
11. Canon LaserShot LBP-1210 Printer Driver
12. Canon PIXMA iP1600 Printer Driver
13. Canon PIXMA MP160 MP Drivers xp64
14. Canon PIXMA iP1200 Printer Driver x64 d
15. Canon PIXMA MP160 MP Drivers 9xME
16. SendSong
17. Canon PIXMA iP1300 Printer Driver a
18. Canon PIXMA MP220 MP Drivers
19. BSD Subsystem
20. Lite-On Cd-Rw LTR-48327S firmware

DownloadTube Editor Reviews

 
1. NetShareWatcher
NetShareWatcher is a smart network security improvement soft...
2. Recovery for Oracle
Recovery for Oracle is a comprehensive tool designed to help...
3. Fix My Registry
The Windows Registry is a crucial part of your PC\'s operati...
4. VeryDOC DWG to Image Converter
VeryDOC DWG to Image Converter is a powerful utility that al...
5. Free AVI to M4A Converter
Doremisoft Free AVI to M4A Converter is an easy-to-use media...
6. Replay Media Splitter
Replay Media Splitter is a really simple and easy to use aud...
7. Instant Invoice n Cashbook 2007
Instant Invoice n Cashbook 2007 is a smart and powerful invo...
8. Data Doctor Recovery Digital Camera
Data Doctor Recovery Digital Camera is a Point and Shoot cam...
9. Free AVI to MPG Converter
Doremisoft Free AVI to MPG Converter is an easiy-to-use medi...
10. 1st Disk Drive Protector
Protect your PC from the abusive use of removable media with...

Software Reviews Full List



Recent Blog Posts

 
1. Easy Publishing of WordPress Blogs RSS Feeds With FeedBurner
RSS (Really Simple Syndication) Feeds are a modern form of c...
2. Automatic Installation of Joomla! on Windows With JoomlaPC
A convenient alternative for the development or testing of J...
3. An Introduction To Joomla! Templates Creation With Adobe Dreamweaver CS3
Joomla! is a content management system and framework with a ...
4. Two New Firefox Stable Releases Are Available For Free Download: Firefox 3.0.2 and Firefox 2.0.0.17
Recently, two Firefox stable releases for Windows, Mac OS, a...
5. How To Deploy A Linux LiveCD on Windows Using MobaLiveCD
There are many ways to test a certain Linux distribution on ...
6. Ever Needed A Free Video Converter And You Just Couldn’t Find It? Here’s Our Suggestion.
With so many different video (or even audio) converters arou...
7. Top 101 Most Downloaded Windows Software: Free Demo Movies and Download Links
We often have to decide if we should download the latest v...
8. A New Powerful Virus Could Affect Millions of WordPress Blogs
The WordPress blogging platform powers millions of web...
9. Google Chrome – It’s Finally Here. Will A Revolution Begin?
First, it was the rumors. Then, Google announced it official...
10. An Amazing Free Document Processing Software: LyX
The documents management task could be difficult in absence ...

Last 20 Scripts

 
1. Edge.js
Edge.js Javascript adds individual masks to images on web pa
2. Curl.js
Curl.js is a simple to install and use JavaScript that adds
3. Busy.js
Busy.js script permits you to add/remove loading indicators
4. Mapper.js
Mapper.js automatically ads an area highlighting to image ma
5. Filmed.js
Filmed.js script allows you to add film strip and shadows to
6. Slided.js
Slided.js script adds slide frames and shadows to images on
7. Shiftzoom.js
Shiftzoom.js script permits you to add pan and zoom function
8. Instant.js
Instant.js script allows you to add an instant picture effec
9. Glossy.js
Glossy.js script allows you to add corners, shading and shad
10. Corner.js
Corner.js script helps you to create custom corners to image
11. Sphere.js
Sphere.js script allows you to add a spherical picture effec
12. Bevel.js
Bevel.js script allows you to add bevels (and also shading,
13. jQuery Lightbox Plugin
jQuery Lightbox Plugin provides a way to display an image on
14. jQuery Tag Suggestion Plugin
jQuery Tag Suggestion plugin helps you create a subset of ta
15. jClock
jClock is a jQuery clock plugin that allows you to display c
16. jqac
jqac is a jQuery plugin that extends jQuery namespace with a
17. YUI Based Lightbox
YUI Based Lightbox is a lightweight implementation of a ligh
18. liScroll
liScroll is a jQuery news ticker made easy.
19. CSS Text Wrapper
CSS Text Wrapper allows you to generate HTML and CSS to wrap
20. ImageFlow JavaScript
ImageFlow is a JavaScript based image galery, which allows a