physical
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 190
Physics-Live CD 0.1.2
Physics-Live CD is a livecd mainly for physical simulations. more>>
Physics-Live CD is a livecd mainly for physical simulations. The livecd is based on Slax livecd . It contains many physical simulations created by using c, gtk and glade. The physical simulations are taken from my research and from the internet.
I hope this livecd will be useful for learning and teaching physics and research in physics.
<<lessI hope this livecd will be useful for learning and teaching physics and research in physics.
Download (443.1MB)
Added: 2007-01-31 License: GPL (GNU General Public License) Price:
1007 downloads
Physics-Live CD Mini 0.1.2
Physics-Live CD is a livecd mainly for physical simulations. more>>
Physics-Live CD is a livecd mainly for physical simulations. The livecd is based on Slax livecd . It contains many physical simulations created by using c, gtk and glade. The physical simulations are taken from my research and from the internet.
I hope this livecd will be useful for learning and teaching physics and research in physics.
Enhancements:
- I am glad to announce the availability of a new minimum version of physics-livecd (physics-livecd-mini-0.1.2.iso). This livecd contains only physical simulation programs and some essential programs such as firefox and gimp. I have changed the window manager from xfce to icewm.
- I have also created a general simulation program called emwave2d.
<<lessI hope this livecd will be useful for learning and teaching physics and research in physics.
Enhancements:
- I am glad to announce the availability of a new minimum version of physics-livecd (physics-livecd-mini-0.1.2.iso). This livecd contains only physical simulation programs and some essential programs such as firefox and gimp. I have changed the window manager from xfce to icewm.
- I have also created a general simulation program called emwave2d.
Download (116.7MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1020 downloads
Diald 1.0
Diald manages network links over PPP. more>>
Diald manages network links over PPP. It can also be used to manage and/or monitor any network interface.
Diald sets up a "proxy" device which stands in for the physical connection to a remote site. It then monitors the proxy, waiting for packets to arrive. When interesting packets arrive it
will attempt to establish the physical link to the remote site using either SLIP or PPP, and if it succeeds it will forward traffic from the proxy to the physical link. As well, diald will monitor traffic once the physical link is up, and when it has determined that the link is idle, the remote connection is terminated. The criteria for bringing the link up and taking it down are configurable at run time, and are based upon the type of traffic passing over the connection.
Enhancements:
- Use openpty to get a pseudo terminal if it is available.
- Added Makefile rule to build RPMs.
- Changed to use GNU autoconf.
- Added config save/restore to dctrl. Patch from someone but I forget who. If it was you please tell me!
- Handle dynamic changes of netmask.
- Fix check for first packet between firewall.c and filter.c
- Only compile TCP_CORK code if TCP_CORK is defined.
<<lessDiald sets up a "proxy" device which stands in for the physical connection to a remote site. It then monitors the proxy, waiting for packets to arrive. When interesting packets arrive it
will attempt to establish the physical link to the remote site using either SLIP or PPP, and if it succeeds it will forward traffic from the proxy to the physical link. As well, diald will monitor traffic once the physical link is up, and when it has determined that the link is idle, the remote connection is terminated. The criteria for bringing the link up and taking it down are configurable at run time, and are based upon the type of traffic passing over the connection.
Enhancements:
- Use openpty to get a pseudo terminal if it is available.
- Added Makefile rule to build RPMs.
- Changed to use GNU autoconf.
- Added config save/restore to dctrl. Patch from someone but I forget who. If it was you please tell me!
- Handle dynamic changes of netmask.
- Fix check for first packet between firewall.c and filter.c
- Only compile TCP_CORK code if TCP_CORK is defined.
Download (0.13MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
694 downloads
Tapecat 1.0.0
tapecat is a tape utility used to describe the physical content of a tape. more>>
tapecat is a tape utility used to describe the physical content of a tape. By physical content its meant the files written on tape as understood by the tape driver. Tapecat is not meant the content of each such file.
The output will present the number of the file on tape, its size based on tape blocks read and the type of file. The type of file will be shown using the file command. So, this command needs to be available.
A special treatment is reserved for amanda tapes, where all information regarding the tape and its content is displayed. The information includes the tape label, the diskdevice and the diskname as specified in the disklist file.
Installation instructions:
Compile
Unpack tar.bz2 package file:
$ tar -jxf tapecat-1.0.x.tar.bz2
cd to package directory:
$ cd tapecat-1.0.x
Review and edit Makefile (if needed).
Run make command to compile package:
$ make
Install
As root user run:
# make install
It will install:
application tapecat under /usr/local/bin directory.
manual files under /usr/local/man.
Uninstall
In package directory just type:
# make uninstall
<<lessThe output will present the number of the file on tape, its size based on tape blocks read and the type of file. The type of file will be shown using the file command. So, this command needs to be available.
A special treatment is reserved for amanda tapes, where all information regarding the tape and its content is displayed. The information includes the tape label, the diskdevice and the diskname as specified in the disklist file.
Installation instructions:
Compile
Unpack tar.bz2 package file:
$ tar -jxf tapecat-1.0.x.tar.bz2
cd to package directory:
$ cd tapecat-1.0.x
Review and edit Makefile (if needed).
Run make command to compile package:
$ make
Install
As root user run:
# make install
It will install:
application tapecat under /usr/local/bin directory.
manual files under /usr/local/man.
Uninstall
In package directory just type:
# make uninstall
Download (0.015MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1268 downloads
PyDBDesigner 0.1.4.1
PyDBDesigner is a database modeling tool using the entity-relation (ER) paradigm. more>>
PyDBDesigner is a free relational database modeling tool that is planned to be able to design both logical and physical models similarly to Erwin(c) and PowerDesigner.
Its goal is to provide a useful toolset that allows developers analysts and database designers to design and develop databases from the verbal model to the schemas and SQL scripts.
There is no such a tool is available as a freeware. There is a project called DbDesigner, but it seems to be discontinued and its functionality is not enough for modeling (and the concept behind it seems to be weak).
The concept is to implement ER logical and physical modeling paradigm as correctly as possible, meanwhile creating a tool that is useful as soon as it is possible. So the development concept is that features are added rapidly, but carefully (trying to leave space to the features that come later).
For example, the "type" class is good enough to implement data domains, however, the code that actually creates domains using GUI is not implemented. The "type" attribute of the properties uses this object, so adding domains to attribute types is easy.
<<lessIts goal is to provide a useful toolset that allows developers analysts and database designers to design and develop databases from the verbal model to the schemas and SQL scripts.
There is no such a tool is available as a freeware. There is a project called DbDesigner, but it seems to be discontinued and its functionality is not enough for modeling (and the concept behind it seems to be weak).
The concept is to implement ER logical and physical modeling paradigm as correctly as possible, meanwhile creating a tool that is useful as soon as it is possible. So the development concept is that features are added rapidly, but carefully (trying to leave space to the features that come later).
For example, the "type" class is good enough to implement data domains, however, the code that actually creates domains using GUI is not implemented. The "type" attribute of the properties uses this object, so adding domains to attribute types is easy.
Download (0.053MB)
Added: 2005-04-22 License: GPL (GNU General Public License) Price:
1657 downloads
calc.pl 061107
calc.pl is a download-and-use terminal calculator. more>>
calc.pl is a download-and-use terminal calculator. It is handy, easily extendable, and tape-like. It comes with most of the usual and some financial and physical functions.
Yes, there is a lot of calculators for linux on the web.
Once I was looking for something simple, fast to use, something where you can see the history of operations (tape calculator like gtapecalc), with minimum use of mouse, I didnot succeed. Most of the calculators are GUI - means that functions you must use the mouse or learn some shortcuts.
Non-GUIs look too complicated (like Easy Stack Calculator) or look too simple (like lcalc).
There are "linux-built-in" things like bc (arbitrary precision calculator language) or octave, but their purpose is a little bit different from what I wanted.
Main features:
- No instalation, just download.
- Runs in terminal = fast copy-paste and/or remote operation.
- Fast quit with Ctrl-c
- Line editing, acces to previously issued commands
- Help command from prompt. Just type "help"
- Standard functions (goniometric, logs) and some special functions
- Default operations (repeating operations modes)
<<lessYes, there is a lot of calculators for linux on the web.
Once I was looking for something simple, fast to use, something where you can see the history of operations (tape calculator like gtapecalc), with minimum use of mouse, I didnot succeed. Most of the calculators are GUI - means that functions you must use the mouse or learn some shortcuts.
Non-GUIs look too complicated (like Easy Stack Calculator) or look too simple (like lcalc).
There are "linux-built-in" things like bc (arbitrary precision calculator language) or octave, but their purpose is a little bit different from what I wanted.
Main features:
- No instalation, just download.
- Runs in terminal = fast copy-paste and/or remote operation.
- Fast quit with Ctrl-c
- Line editing, acces to previously issued commands
- Help command from prompt. Just type "help"
- Standard functions (goniometric, logs) and some special functions
- Default operations (repeating operations modes)
Download (0.009MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
pt-helper 0.1.1
pt-helper is a program designed to help people perform physical therapy exercises. more>>
pt-helper 0.1.1 with its excellent features will surely help you in daily life. It is actually a program designed to help you perform physical therapy exercises. It reads in exercise information from a file, and then it uses this information to generate a random physical therapy routine. The program can either:
- Read the names of the exercises to you as you perform them
- Generate the routine as text (which you can copy into a file and print out)
When combined with a wireless mouse or other input device, pt-helper becomes a powerful tool for conducting a physical therapy routine.
Installation Instructions:
- pt-helper is written in Python, so you'll need a Python interpreter to get anything working. It also depends on several Python modules;
- If you do have all the dependencies, you should be able to run the program just by running the pt-helper script with a Python interpreter. From a shell, the following command should do the trick: $ python pt-helper.py
- Users of graphical file managers can probably double-click the pt-helper script to achieve the same effect.
Requirements:
- Python
- PyGame
- Festival Speech Synthesis System
Added: 2007-05-01 License: GPL Price: FREE
1 downloads
cracklinux 0.61
cracklinux provides a kernel module and shared object for Linux 2.6.x. more>>
cracklinux provides a kernel module and shared object for Linux 2.6.x.
It provides a set of functions normally only available in kernel mode or as root.
Main features:
- change NICE value of running task
- direct access on IO ports (wrapper for inb() / outb() ...)
- read and write physical memory addresses instead of virtual ones
- install Interrupt Service Routines running in UserSpace [EXPERIMENTAL]
- enable IO access (like ioperm(), or like iopl() beyond port 0x3FF)
- enable IO access for other process (for given PID), or global for all processes
Version restrictions:
- cracklinux ist only developed for and tested on IA-32 Single Processor Systems.
- Further, some functions can only be used by one application at the same time.
Enhancements:
- A small bugfix in the Makefile.
<<lessIt provides a set of functions normally only available in kernel mode or as root.
Main features:
- change NICE value of running task
- direct access on IO ports (wrapper for inb() / outb() ...)
- read and write physical memory addresses instead of virtual ones
- install Interrupt Service Routines running in UserSpace [EXPERIMENTAL]
- enable IO access (like ioperm(), or like iopl() beyond port 0x3FF)
- enable IO access for other process (for given PID), or global for all processes
Version restrictions:
- cracklinux ist only developed for and tested on IA-32 Single Processor Systems.
- Further, some functions can only be used by one application at the same time.
Enhancements:
- A small bugfix in the Makefile.
Download (0.023MB)
Added: 2007-07-16 License: GPL (GNU General Public License) Price:
830 downloads
YASP 0.4
YASP project is a lightweight network protocol for micro controllers. more>>
YASP project is a lightweight network protocol for micro controllers.
YASP is a simple and open protocol for building networks with small microcontrollers. It is designed to have a small footprint for easy implementation with minimal hardware resources, but without sacrifice advanced features and future growth.
The protocol scalability is implemented using variable length fields.
The physical layer use the NRZ encoding as in RS-232, but using dominant and recessive bus states to provide a reliable way to detect collisions.
Main features:
- Node adresses: 1 to n bytes
- Medium access: CDMA/CS/NDA (Carrier Sense Multiple Access / Collision Detection / Non-Destructive Arbitration)
- Addressing modes: unicast, broadcast and multicast
- Smallest frame: 6 bytes
- Error detection: CRC16
- Bus signaling: 1-wire "open collector" or 2-wire diferential (CAN transceiver)
- Current PIC implementation: about 480 words of code and 25 bytes of RAM (interrupt driven)
Enhancements:
- Fixed minor framing bugs that affect reception of consecutive frames.
- Added sample code for analog inputs node using 16f876.
<<lessYASP is a simple and open protocol for building networks with small microcontrollers. It is designed to have a small footprint for easy implementation with minimal hardware resources, but without sacrifice advanced features and future growth.
The protocol scalability is implemented using variable length fields.
The physical layer use the NRZ encoding as in RS-232, but using dominant and recessive bus states to provide a reliable way to detect collisions.
Main features:
- Node adresses: 1 to n bytes
- Medium access: CDMA/CS/NDA (Carrier Sense Multiple Access / Collision Detection / Non-Destructive Arbitration)
- Addressing modes: unicast, broadcast and multicast
- Smallest frame: 6 bytes
- Error detection: CRC16
- Bus signaling: 1-wire "open collector" or 2-wire diferential (CAN transceiver)
- Current PIC implementation: about 480 words of code and 25 bytes of RAM (interrupt driven)
Enhancements:
- Fixed minor framing bugs that affect reception of consecutive frames.
- Added sample code for analog inputs node using 16f876.
Download (0.19MB)
Added: 2007-01-16 License: LGPL (GNU Lesser General Public License) Price:
1014 downloads
phpQLAdmin 2.3.7
phpQLAdmin is designed primarily for administration of a QmailLDAP user database. more>>
phpQLAdmin is designed primarily for administration of a QmailLDAP user database, but also has (local/remote) EZMLM management, Bind9/LDAP (using the LDAP SDB driver), QmailLDAP/Controls and Apache Web server management abilities (using the mod_cfg_ldap module).
Version restrictions:
- Lots of Bind9 manager fixes (now supports AFSDB and round-robin pointers).
- Spelling errors in the use of some defines which led to broken user login and creation were fixed.
- The always-broken session handling was fixed.
- Some hardcoded attributes were replaced with corresponding (already existent) defines.
Enhancements:
- This is almost a complete rewrite of the automount manager.
- Small fixes were made in regard to deleting DNS host(s) when removing a Web server virtual host.
- The changing of a record type (from CNAME to A record for example) in the DNS manager was fixed.
- Copying or moving a virtual host from one physical Web server to another is supported.
- A long-standing problem was finally fixed regarding the initial folded branch tree in Opera.
<<lessVersion restrictions:
- Lots of Bind9 manager fixes (now supports AFSDB and round-robin pointers).
- Spelling errors in the use of some defines which led to broken user login and creation were fixed.
- The always-broken session handling was fixed.
- Some hardcoded attributes were replaced with corresponding (already existent) defines.
Enhancements:
- This is almost a complete rewrite of the automount manager.
- Small fixes were made in regard to deleting DNS host(s) when removing a Web server virtual host.
- The changing of a record type (from CNAME to A record for example) in the DNS manager was fixed.
- Copying or moving a virtual host from one physical Web server to another is supported.
- A long-standing problem was finally fixed regarding the initial folded branch tree in Opera.
Download (0.75MB)
Added: 2007-05-11 License: GPL (GNU General Public License) Price:
900 downloads
Sys::MemInfo 0.91
Sys::MemInfo is a Perl module for memory informations. more>>
Sys::MemInfo is a Perl module for memory informations.
SYNOPSIS
use Sys::MemInfo qw(totalmem freemem totalswap);
print "total memory: ".(&totalmem / 1024)."n";
print "free memory: ".(&freemem / 1024)."n";
print "total swap: ".(&totalswap / 1024)."n";
print "free swap: ".(Sys::MemInfo::get("freeswap") / 1024)."n";
Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables.
Total amount of free and user swap memory are alse returned in totalswap and freeswap variables.
This module has been tested on Linux 2.6.10, UnixWare 7.1.2, AIX5, OpenBSD 3.8, NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5, Mac OS X 10.2 darwin and Windows XP.
It should work on FreeBSD 4 and Windows 9X/ME/NT/200X/Vista.
METHODS
availkeys
Return list of all accessor keys (freemem, totalmem, etc.) This is useful for dumping out all known information from the object by calling get() on all of the returned keys.
freemem
Returns free physical memory in bytes.
freeswap
Returns free swap space in bytes.
get
Returns the value of the passed key.
totalmem
Returns total physical memory size in bytes.
totalswap
Returns total swap space in bytes.
<<lessSYNOPSIS
use Sys::MemInfo qw(totalmem freemem totalswap);
print "total memory: ".(&totalmem / 1024)."n";
print "free memory: ".(&freemem / 1024)."n";
print "total swap: ".(&totalswap / 1024)."n";
print "free swap: ".(Sys::MemInfo::get("freeswap") / 1024)."n";
Sys::MemInfo return the total amount of free and used physical memory in bytes in totalmem and freemem variables.
Total amount of free and user swap memory are alse returned in totalswap and freeswap variables.
This module has been tested on Linux 2.6.10, UnixWare 7.1.2, AIX5, OpenBSD 3.8, NetBSD 2.0.2, FreBSD 5.4, HPUX11, Solaris 9, Tru64 5.1, Irix 6.5, Mac OS X 10.2 darwin and Windows XP.
It should work on FreeBSD 4 and Windows 9X/ME/NT/200X/Vista.
METHODS
availkeys
Return list of all accessor keys (freemem, totalmem, etc.) This is useful for dumping out all known information from the object by calling get() on all of the returned keys.
freemem
Returns free physical memory in bytes.
freeswap
Returns free swap space in bytes.
get
Returns the value of the passed key.
totalmem
Returns total physical memory size in bytes.
totalswap
Returns total swap space in bytes.
Download (0.007MB)
Added: 2007-03-14 License: Perl Artistic License Price:
955 downloads
Cloc 0.90
Cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. more>>
Cloc counts blank lines, comment lines, and physical lines of source code in many programming languages. Cloc project is written entirely in Perl using only modules from the standard distribution of Perl v5.6 and higher (well, sort of) and so is quite portable.
Cloc is known to run on many flavors of Linux, AIX, Solaris, IRIX64, z/OS, and Windows. (To run the Perl source version of cloc on Windows one needs ActiveState Perl 5.6.1 or higher, or Cygwin installed.
Main features:
- Exists as a single, self-contained file that requires minimal installation effort---just download the file and run it.
- Can read language comment definitions from a file and thus potentially work with computer languages that do not yet exist.
- Allows results from multiple runs to be summed together by language and by project.
- Can count code within compressed archives (tar balls, Zip files, Java .ear files).
- Has numerous troubleshooting options.
- Handles file and directory names with spaces and other unusual characters.
- Has no dependencies outside the standard Perl distribution.
- Runs on Linux, FreeBSD, NetBSD, AIX, HP-UX, Solaris, IRIX64, and z/OS systems that have Perl 5.6 or higher. Runs on Windows with or without Perl.
<<lessCloc is known to run on many flavors of Linux, AIX, Solaris, IRIX64, z/OS, and Windows. (To run the Perl source version of cloc on Windows one needs ActiveState Perl 5.6.1 or higher, or Cygwin installed.
Main features:
- Exists as a single, self-contained file that requires minimal installation effort---just download the file and run it.
- Can read language comment definitions from a file and thus potentially work with computer languages that do not yet exist.
- Allows results from multiple runs to be summed together by language and by project.
- Can count code within compressed archives (tar balls, Zip files, Java .ear files).
- Has numerous troubleshooting options.
- Handles file and directory names with spaces and other unusual characters.
- Has no dependencies outside the standard Perl distribution.
- Runs on Linux, FreeBSD, NetBSD, AIX, HP-UX, Solaris, IRIX64, and z/OS systems that have Perl 5.6 or higher. Runs on Windows with or without Perl.
Download (0.13MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
909 downloads
JImage-Analyst 1.0
JImage-Analyst is a JAVA based library for extracting meta information from various image file formats. more>>
JImage-Analyst is a JAVA based library for extracting meta information from various image file formats.
Main features:
- Supported Image formats: BMP, CUR, GIF, ICO, IFF, JPEG, PCX, PNG, PNM (PBM, PGM, PPM), PSD, RAS, SWF, TGA, TIFF, XCF
- The following information are available:
- The format
- The mime type
- Dimension (width / height)
- Physical width and height (in DPI and inch)
- Bits per pixel
- Whether the image is progressive
- Comments from the image (such as in JPEG files)
- Number of images (such as with animated GIFs)
- High speed and low memory consumption
- No dependencies on 3rd party libraries
- No dependencies on AWT classes
- An architecture that allows to ass further formats very easily
Examples:
File file = new File("test.gif");
JImageAnalyst analyst = JImageAnalystFactory.getDefaultInstance();
ImageInfo imageInfo = analyst.analyze(file);
System.out.println("Format: " + imageInfo.getFormat());
System.out.println("MIME-Type: " + imageInfo.getMimeType());
System.out.println("Width: " + imageInfo.getWidth());
System.out.println("Height: " + imageInfo.getHeight());
System.out.println("BitsPerPixel: " + imageInfo.getBitsPerPixel());
// ... more information is available in imageInfo ...
<<lessMain features:
- Supported Image formats: BMP, CUR, GIF, ICO, IFF, JPEG, PCX, PNG, PNM (PBM, PGM, PPM), PSD, RAS, SWF, TGA, TIFF, XCF
- The following information are available:
- The format
- The mime type
- Dimension (width / height)
- Physical width and height (in DPI and inch)
- Bits per pixel
- Whether the image is progressive
- Comments from the image (such as in JPEG files)
- Number of images (such as with animated GIFs)
- High speed and low memory consumption
- No dependencies on 3rd party libraries
- No dependencies on AWT classes
- An architecture that allows to ass further formats very easily
Examples:
File file = new File("test.gif");
JImageAnalyst analyst = JImageAnalystFactory.getDefaultInstance();
ImageInfo imageInfo = analyst.analyze(file);
System.out.println("Format: " + imageInfo.getFormat());
System.out.println("MIME-Type: " + imageInfo.getMimeType());
System.out.println("Width: " + imageInfo.getWidth());
System.out.println("Height: " + imageInfo.getHeight());
System.out.println("BitsPerPixel: " + imageInfo.getBitsPerPixel());
// ... more information is available in imageInfo ...
Download (0.009MB)
Added: 2006-11-27 License: LGPL (GNU Lesser General Public License) Price:
1065 downloads
Koha 2.2.6
Koha is a library and collection management system. more>>
Koha is a library and collection management system. It is designed to manage physical collections of items (books, CDs, videos, reference, etc.). Koha provides cataloguing, searching, member/patron management, an acqusitions system, and circulation (issues, returns, and reserves).
Enhancements:
- Many bugs in Acquisitions have been fixed, and online help has been added.
- Serial items can now be created on the fly.
- There is a new option to include book covers, description, and reviews for items from Amazon.com.
<<lessEnhancements:
- Many bugs in Acquisitions have been fixed, and online help has been added.
- Serial items can now be created on the fly.
- There is a new option to include book covers, description, and reviews for items from Amazon.com.
Download (8.0MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1115 downloads
Gpart 0.1h
Gpart is a tool which tries to guess the primary partition table of a PC-type hard disk in case of a damaged patition table. more>>
Gpart is a tool which tries to guess the primary partition table of a PC-type hard disk in case the primary partition table in sector 0 is damaged, incorrect or deleted. The guessed table can be written to a file or device. Supported (guessable) filesystem or partition types by Gpart are:
- DOS/Windows FAT (FAT 12/16/32)
- Linux ext2
- Linux swap partitions versions 0 and 1 (Linux >= v2.2.X)
- OS/2 HPFS
- Windows NT/2000 FS
- *BSD disklabels
- Solaris/x86 disklabels
- Minix FS
- Reiser FS
- Linux LVM physical volume module (LVM by Heinz Mauelshagen)
- SGI XFS on Linux
- BeOS filesystem
- QNX 4.x filesystem
Enhancements:
- New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
- Updated Reiser filesystem support (Francis Devereux).
- Updated LVM support.
- Several small fixes from contributors.
<<less- DOS/Windows FAT (FAT 12/16/32)
- Linux ext2
- Linux swap partitions versions 0 and 1 (Linux >= v2.2.X)
- OS/2 HPFS
- Windows NT/2000 FS
- *BSD disklabels
- Solaris/x86 disklabels
- Minix FS
- Reiser FS
- Linux LVM physical volume module (LVM by Heinz Mauelshagen)
- SGI XFS on Linux
- BeOS filesystem
- QNX 4.x filesystem
Enhancements:
- New support for the following filesystems: BeOS, QNX 4.x & SGI XFS.
- Updated Reiser filesystem support (Francis Devereux).
- Updated LVM support.
- Several small fixes from contributors.
Download (0.26MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1285 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above physical search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed