hard disk drives
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2097
Hard Disk Temperature Monitor
Hard Disk Temperature Monitor is a SuperKaramba theme that monitors the hard drive temperature. more>>
Hard Disk Temperature Monitor is my first superkaramba theme, it uses the package hddtemp, please verify if your system has it installed.
I modify this image(http://www.kde-look.org/content/show.php?content=28748)
And made the Icon, from 2 images from the web.
The entire theme is in spanish, but you can translate to any language.
I really apreciate your comments!
Thank you so much, and greetings from Medellin-Colombia!
<<lessI modify this image(http://www.kde-look.org/content/show.php?content=28748)
And made the Icon, from 2 images from the web.
The entire theme is in spanish, but you can translate to any language.
I really apreciate your comments!
Thank you so much, and greetings from Medellin-Colombia!
Download (0.006MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1243 downloads
FDMS-3 Ripper
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. more>>
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. I recently bought a Fostex FD-8 multitrack hard disk recorder for recording music. It works great, but I was disappointed to discover that, although it uses a standard external SCSI hard disk, there was no way to "rip" the recorded tracks from the hard drive to my PC over the SCSI port. The alternatives were to use the analog-out to re-record each track using my soundcard (resulting in loss of quality and loss of synch between tracks), or buying a $500 ADAT card for my PC.
I decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.
In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.
Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).
This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.
<<lessI decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.
In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.
Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).
This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.
Download (0.005MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
692 downloads
disktype 9
disktype is a disk and disk image format analyzer. more>>
disktypes purpose of disktype is to detect the content format of a disk or disk image. It knows about common file systems, partition tables, and boot codes.
The program is written in C and is designed to compile on any modern Unix flavour1. It is self-contained and in general works without special libraries or headers. Some system-dependent features can be used to gather additional information.
As of version 8, disktype knows about the following formats:
File systems:
- FAT12/FAT16/FAT32
- NTFS
- HPFS
- MFS, HFS, HFS Plus
- ISO9660
- UDF
- ext2/ext3
- Minix
- ReiserFS
- Reiser4
- Linux romfs
- Linux cramfs
- Linux squashfs
- UFS (some variations)
- SysV FS (some variations)
- JFS
- XFS
- Amiga FS/FFS
- BeOS BFS
- QNX4 FS
- 3DO CD-ROM FS
- Veritas VxFS
- Xbox DVD file system
Partitioning:
- DOS/PC style
- Apple
- Amiga "Rigid Disk"
- ATARI ST (AHDI3)
- BSD disklabel
- Linux RAID physical disks
- Linux LVM1 physical volumes
- Linux LVM2 physical volumes
- Solaris SPARC disklabel
- Solaris x86 disklabel (vtoc)
Other structures:
- Debian split floppy header
- Linux swap
Disk images:
- Raw CD image (.bin)
- Virtual PC hard disk image
- Apple UDIF disk image (limited)
Boot codes:
- LILO
- GRUB
- SYSLINUX
- ISOLINUX
- Linux kernel
- FreeBSD loader
- Sega Dreamcast (?)
Compression formats:
- gzip
- compress
- bzip2
Archive formats:
- tar
- cpio
- bar
- dump/restore
Enhancements:
- Added file systems: Amiga SFS.
- Added other structures: Linux cloop (detection only), EFI GPT, Windows/MS-DOS boot loader, BeOS boot loader.
- Improved file systems: Amiga FS/FFS, Amiga PFS, Linux squashfs.
- Improved other structures: Amiga "Rigid Disk" partitioning, LILO, ISO9660 El Torito.
<<lessThe program is written in C and is designed to compile on any modern Unix flavour1. It is self-contained and in general works without special libraries or headers. Some system-dependent features can be used to gather additional information.
As of version 8, disktype knows about the following formats:
File systems:
- FAT12/FAT16/FAT32
- NTFS
- HPFS
- MFS, HFS, HFS Plus
- ISO9660
- UDF
- ext2/ext3
- Minix
- ReiserFS
- Reiser4
- Linux romfs
- Linux cramfs
- Linux squashfs
- UFS (some variations)
- SysV FS (some variations)
- JFS
- XFS
- Amiga FS/FFS
- BeOS BFS
- QNX4 FS
- 3DO CD-ROM FS
- Veritas VxFS
- Xbox DVD file system
Partitioning:
- DOS/PC style
- Apple
- Amiga "Rigid Disk"
- ATARI ST (AHDI3)
- BSD disklabel
- Linux RAID physical disks
- Linux LVM1 physical volumes
- Linux LVM2 physical volumes
- Solaris SPARC disklabel
- Solaris x86 disklabel (vtoc)
Other structures:
- Debian split floppy header
- Linux swap
Disk images:
- Raw CD image (.bin)
- Virtual PC hard disk image
- Apple UDIF disk image (limited)
Boot codes:
- LILO
- GRUB
- SYSLINUX
- ISOLINUX
- Linux kernel
- FreeBSD loader
- Sega Dreamcast (?)
Compression formats:
- gzip
- compress
- bzip2
Archive formats:
- tar
- cpio
- bar
- dump/restore
Enhancements:
- Added file systems: Amiga SFS.
- Added other structures: Linux cloop (detection only), EFI GPT, Windows/MS-DOS boot loader, BeOS boot loader.
- Improved file systems: Amiga FS/FFS, Amiga PFS, Linux squashfs.
- Improved other structures: Amiga "Rigid Disk" partitioning, LILO, ISO9660 El Torito.
Download (0.040MB)
Added: 2006-06-05 License: MIT/X Consortium License Price:
1250 downloads
Apple Disk Transfer ProDOS 1.0.2
Apple Disk Transfer ProDOS transfers diskettes and logical disk images between Apple ][-era computers and the modern world. more>>
Apple Disk Transfer ProDOS (or ADTPro for short) transfers diskettes and logical disk images between Apple ][-era computers and the modern world. If youre familiar with the original ADT, ADTPro extends ADTs reach by working with more logical disk formats, drive types, communications devices, and host operating systems.
Main features:
- Compatibility with any device ProDOS can read
- Compatibility with any Apple ][ (or clone) computer with 64k memory
- Compatibility with many logical disk image formats: .DSK, .PO, .NIB, 2IMG
- Server compatibility with original ADT client program
- Server compatibility with Windows, Mac OSX, Linux, and probably Solaris
- Ability to bootstrap an Apple ][ from bare metal over serial or cassette ports
- Ability to send floppies in "batch" mode without having to name each one
Server
The server program runs on a computer capable of running Java. Depending on how you want to connect to your Apple, you might also need a serial port and cables, an Uthernet card for your apple, or a couple of audio patch cables. The server offers a compact user interface that shows what communications are taking place between the host and the Apple ][.
The servers primary role is to send and receive disk images as requested from the client. But if you have recently acquired an Apple and a disk drive, and you have no software for it - youre in a bit of a tricky situation if you want to move software from the Internet all the way to your shiny new Apple. ADTPros server can help get you get bootstrapped.
Client
The client side runs on the Apple ][. It handles most of the user interaction. When choosing disks/volumes to transfer, anything that ProDOS can see is fair game. Transferring data occurs with a 20k buffer on the Apple, so all transfers are broken up into 20k chunks. A progress indicator shows how far it is into the current chunk, as well as a running count of the total progress.
Enhancements:
- This release has been enhanced with Jean-Marc Boutillon (Deckard)s FASTDSK fast Disk II reading routines.
- This results in a speed boost of 25%-33% for Disk II to host transfers.
- Bootstrapping operations have been reduced, as there is no longer a dependency on ProDOS BASIC.
<<lessMain features:
- Compatibility with any device ProDOS can read
- Compatibility with any Apple ][ (or clone) computer with 64k memory
- Compatibility with many logical disk image formats: .DSK, .PO, .NIB, 2IMG
- Server compatibility with original ADT client program
- Server compatibility with Windows, Mac OSX, Linux, and probably Solaris
- Ability to bootstrap an Apple ][ from bare metal over serial or cassette ports
- Ability to send floppies in "batch" mode without having to name each one
Server
The server program runs on a computer capable of running Java. Depending on how you want to connect to your Apple, you might also need a serial port and cables, an Uthernet card for your apple, or a couple of audio patch cables. The server offers a compact user interface that shows what communications are taking place between the host and the Apple ][.
The servers primary role is to send and receive disk images as requested from the client. But if you have recently acquired an Apple and a disk drive, and you have no software for it - youre in a bit of a tricky situation if you want to move software from the Internet all the way to your shiny new Apple. ADTPros server can help get you get bootstrapped.
Client
The client side runs on the Apple ][. It handles most of the user interaction. When choosing disks/volumes to transfer, anything that ProDOS can see is fair game. Transferring data occurs with a 20k buffer on the Apple, so all transfers are broken up into 20k chunks. A progress indicator shows how far it is into the current chunk, as well as a running count of the total progress.
Enhancements:
- This release has been enhanced with Jean-Marc Boutillon (Deckard)s FASTDSK fast Disk II reading routines.
- This results in a speed boost of 25%-33% for Disk II to host transfers.
- Bootstrapping operations have been reduced, as there is no longer a dependency on ProDOS BASIC.
Download (MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
816 downloads
Super Grub Disk 0.9598
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue. more>>
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue, specifically for repairing the booting process.
Super Grub Disk is simply a Grub Disk with a lot of useful menus.
It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.
Super Grub Disk project has multi-language support, and allows you to change the keyboard layout of your shell.
<<lessSuper Grub Disk is simply a Grub Disk with a lot of useful menus.
It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.
Super Grub Disk project has multi-language support, and allows you to change the keyboard layout of your shell.
Download (0.39MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
754 downloads
Fly Hard 0.3
Fly Hard is a game resembling Thrust, but with lots of shooting and puzzles. more>>
Fly Hard is a game resembling Thrust, but with lots of shooting and puzzles.
Main features:
- Realistic(ish) physics.
- Awesome weapons(if you can afford them).
- Upgradable ship.
- 10 whole levels!
- Sound!
- Editable levels
<<lessMain features:
- Realistic(ish) physics.
- Awesome weapons(if you can afford them).
- Upgradable ship.
- 10 whole levels!
- Sound!
- Editable levels
Download (0.34MB)
Added: 2007-01-15 License: Freeware Price:
1014 downloads
Super Grub Disk Gparted System Rescue 001
Super Grub Disk is a bootable CDROM that is oriented towards system rescue, specifically for repairing the booting process. more>>
Super Grub Disk is a bootable floppy or CDROM that is oriented towards system rescue, specifically for repairing the booting process.
Super Grub Disk is simply a Grub Disk with a lot of useful menus. It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.
The ISO has multi-language support, and allows you to change the keyboard layout of your shell.
This version has Gpareted included.
<<lessSuper Grub Disk is simply a Grub Disk with a lot of useful menus. It can activate partitions, boot partitions, boot MBRs, boot your former OS (Linux or another one) by loading menu.lst from your hard disk, automatically restore Grub on your MBR, swap hard disks in the BIOS, and boot from any available disk device.
The ISO has multi-language support, and allows you to change the keyboard layout of your shell.
This version has Gpareted included.
Download (164.1MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
550 downloads
Disk Manager 1.0.1
Disk manager is a simple filesystem configurator. more>>
Disk Manager project is a simple filesystem configurator that allow you to:
- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
<<less- Automaticly detect new partitions at startup.
- Fully manage configuration of filesystem.
- Enable/disable write support for NTFS (need ntfs-3g installed).
Download (0.055MB)
Added: 2007-07-17 License: GPL (GNU General Public License) Price:
520 downloads
Yard 2.2
Yard is a suite of Perl scripts for creating rescue disks (also called bootdisks) for Linux. more>>
Yard is a suite of Perl scripts for creating rescue disks (also called bootdisks) for Linux. A rescue disk is a self-contained Linux kernel and filesystem on a floppy diskette, usually used when you cant (or dont want to) boot off your hard disk.
A rescue disk usually contains utilities for diagnosing and manipulating hard disks and filesystems.
Main features:
- Builds rescue disk from a list of file specifications.
- File specs allow absolute and relative filenames, symbolic links, file replacements and full shell-style globbing.
- Automatically determines necessary libraries and loaders.
- Allows stripping of binaries and libraries during copying.
- Automatically regenerates ld.so.cache
- Checks for broken symlinks
- Checks /etc/{fstab,inittab,termcap} for common errors and inconsistencies.
- Checks user directories and files mentioned in /etc/passwd
- Checks command files (eg, rc.local and .login) for missing binaries and command interpreters.
- Provides information on library usage.
- Checks NSS and PAM configuration.
- Automatically performs filesystem compression and copying.
- Can be used with or without LILO.
- Can make single or double disk rescue sets.
- Extensive checking of user choices and execution errors.
<<lessA rescue disk usually contains utilities for diagnosing and manipulating hard disks and filesystems.
Main features:
- Builds rescue disk from a list of file specifications.
- File specs allow absolute and relative filenames, symbolic links, file replacements and full shell-style globbing.
- Automatically determines necessary libraries and loaders.
- Allows stripping of binaries and libraries during copying.
- Automatically regenerates ld.so.cache
- Checks for broken symlinks
- Checks /etc/{fstab,inittab,termcap} for common errors and inconsistencies.
- Checks user directories and files mentioned in /etc/passwd
- Checks command files (eg, rc.local and .login) for missing binaries and command interpreters.
- Provides information on library usage.
- Checks NSS and PAM configuration.
- Automatically performs filesystem compression and copying.
- Can be used with or without LILO.
- Can make single or double disk rescue sets.
- Extensive checking of user choices and execution errors.
Download (0.17MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1473 downloads
MMS Ripper 0.7.0
MMSRIP is a pure useless program which allows you to save on your hard-disk the content being streamed by an MMS server. more>>
MMSRIP is a pure useless program which allows you to save on your hard-disk the content being streamed by an MMS server.
This program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others.
MMS Ripper project should run on every POSIX compliant Operating System, but I cant give you any complete list.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
Enhancements:
- This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed.
- You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
<<lessThis program has been written for personnal use, so dont blame me if you think I am stupid doing such tool for the others.
MMS Ripper project should run on every POSIX compliant Operating System, but I cant give you any complete list.
MMSRIP is a client for the proprietary protocol MMS://.
It actually saves to a file the content being streamed. Please remember that this is not intended for real use, its existence is only and must only be documentary.
Enhancements:
- This release introduces many improvements and bugfixes such as a workaround for recalcitrant MMS servers, a switch which enables debug output and the display of the ripping speed.
- You may also compile MMSRIP on Solaris, Cygwin, and Win32 now.
Download (0.093MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1376 downloads
Dartmouth OpenCA-LiveCD
Dartmouth OpenCA-LiveCD is a bootable CD with an installation script to help people have an OpenCA Certificate Authority. more>>
Dartmouth OpenCA-LiveCD project is an KNOPPIX remaster.
Dartmouth OpenCA-LiveCD is a bootable CD with an installation script to help people have an OpenCA Certificate Authority ready for testing in just a few minutes.
This CD works on most Intel architecture PCs regardless of what operating system is installed on its hard disk and even without any hard disk installed. It will not modify any contents of your hard disk unless you specifically ask it to do so.
On boot, you will be asked to provide your Organization, Location (state), and the email address of the OpenCA administrator. Default values will be used if no answers are provided.
<<lessDartmouth OpenCA-LiveCD is a bootable CD with an installation script to help people have an OpenCA Certificate Authority ready for testing in just a few minutes.
This CD works on most Intel architecture PCs regardless of what operating system is installed on its hard disk and even without any hard disk installed. It will not modify any contents of your hard disk unless you specifically ask it to do so.
On boot, you will be asked to provide your Organization, Location (state), and the email address of the OpenCA administrator. Default values will be used if no answers are provided.
Download (445MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
797 downloads

Shadow For Linux 2.0.25
This application is a powerful data encoder/decoder more>> This application is a powerful data encoder/decoder that has the possibility to encode/decode everything and anything that fits on/in your Hard Disk Drive. You can encode texts, pictures, movies, music, applications ... so on.<<less
Download (115KB)
Added: 2009-04-24 License: Freeware Price: Free
184 downloads
hdd monitor 1.3.2
hdd monitor displays your hard disk drives and removable devices dynamically. more>>
hdd monitor displays your hard disk drives and removable devices dynamically. Need python-qt3 and python-imaging in order to work.
Here i come again !!
Sorry for all this mess with 1.3.* , as always i forgot things, and didnt do enough testing...
I am recruiting beta-testers !! Please send me a mail if you are interested.
Although this is still WIP (Work In Progress) for me, i release it. (I promised myself i wont make you wait too long, as i hate to wait for a new version of a program)
Now with the skins you can all get rid of the "hdd meter" text.
---- Some rules about the skins ----
The skin must be of 4 files, named as follow :
* top.png : the top of the theme
* bottom.png : need an explanation ?
* hdd.png : the background image of each and every device
* vumeter.png : the bar image itself
The images can be any size, the only thing you have to do is create a skin.conf (there is an example in the package) with the x and y positions of the bar on the hdd.png.
----- Next version info -----
For the next release i will focus on the configuration window, because it causes me problems to get the whole theme in a .skz file.
I will also be working on cool new features requested by a friend of mine, hdd monitor will rock soon !!
graphics based on the telemonitor by Shanachie (http://www.kde-look.org/content/show.php?content=35983)
Ask for any feature you want, ill try and do it if i got enough time.
<<lessHere i come again !!
Sorry for all this mess with 1.3.* , as always i forgot things, and didnt do enough testing...
I am recruiting beta-testers !! Please send me a mail if you are interested.
Although this is still WIP (Work In Progress) for me, i release it. (I promised myself i wont make you wait too long, as i hate to wait for a new version of a program)
Now with the skins you can all get rid of the "hdd meter" text.
---- Some rules about the skins ----
The skin must be of 4 files, named as follow :
* top.png : the top of the theme
* bottom.png : need an explanation ?
* hdd.png : the background image of each and every device
* vumeter.png : the bar image itself
The images can be any size, the only thing you have to do is create a skin.conf (there is an example in the package) with the x and y positions of the bar on the hdd.png.
----- Next version info -----
For the next release i will focus on the configuration window, because it causes me problems to get the whole theme in a .skz file.
I will also be working on cool new features requested by a friend of mine, hdd monitor will rock soon !!
graphics based on the telemonitor by Shanachie (http://www.kde-look.org/content/show.php?content=35983)
Ask for any feature you want, ill try and do it if i got enough time.
Download (0.011MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1287 downloads
HighLnk 0.2
HighLnk project is a tool to save disk space on hard disks and CDs/DVDs by using hardlinks. more>>
HighLnk project is a tool to save disk space on hard disks and CDs/DVDs by using hardlinks.
HighLnk is a hard-linking tool, which scans the current directory, searching for files with the same content, then hard-linking this directory to another location, making two equal files only point to one real file on the media.
The HighLnk project aims to save space on read-only partitions and on CDs/DVDs by hard-linking files that are the same. Its a little bit hard to explain, but it works quite well. And it works even better if the directory you want to process with HighLnk has got many files which have the same content. You can get more onto CDs/DVDs than normally fits on them - without compression!
I think this is also a great tool for distributors of ISO images (a good example would be Linux distros), because they could run HighLnk on their ISO-tree, save space with this method on the ISO image, and so make the ISO download smaller for everyone, resulting in less bandwidth usage, and therefore in less required money -- yeah, you could probably save money with HighLnk, hehe.
Installing/Uninstalling
# make
and then you may install with
# make install
to /usr/local on your Linux box. You can change the installation prefix in the Makefile.
You might want to uninstall it in the future. If you want to do that, simply do a
# make uninstall
in this source directory where you installed from.
<<lessHighLnk is a hard-linking tool, which scans the current directory, searching for files with the same content, then hard-linking this directory to another location, making two equal files only point to one real file on the media.
The HighLnk project aims to save space on read-only partitions and on CDs/DVDs by hard-linking files that are the same. Its a little bit hard to explain, but it works quite well. And it works even better if the directory you want to process with HighLnk has got many files which have the same content. You can get more onto CDs/DVDs than normally fits on them - without compression!
I think this is also a great tool for distributors of ISO images (a good example would be Linux distros), because they could run HighLnk on their ISO-tree, save space with this method on the ISO image, and so make the ISO download smaller for everyone, resulting in less bandwidth usage, and therefore in less required money -- yeah, you could probably save money with HighLnk, hehe.
Installing/Uninstalling
# make
and then you may install with
# make install
to /usr/local on your Linux box. You can change the installation prefix in the Makefile.
You might want to uninstall it in the future. If you want to do that, simply do a
# make uninstall
in this source directory where you installed from.
Download (0.014MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
Mondo Rescue 2.2.4
Mondo it backs up your GNU/Linux server or workstation to tape, CD-R, CD-RW, NFS or hard disk partition. more>>
Mondo it backs up your GNU/Linux server or workstation to tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic data loss, you will be able to restore all of your data [or as much as you want], from bare metal if necessary.
Mondo is in use by Lockheed-Martin, Nortel Networks, Siemens, HP (US and France), IBM, NASAs JPL, the US Dept of Agriculture, dozens of smaller companies, and tens of thousands of users.
Mondo is comprehensive. Mondo supports LVM, RAID, ext2, ext3, JFS, XFS, ReiserFS, VFAT, and can support additional filesystems easily: just e-mail the mailing list with your request. It supports adjustments in disk geometry, including migration from non-RAID to RAID. Mondo runs on all major Linux distributions and is getting better all the time. You may even use it to backup non-Linux partitions, such as NTFS.
Mondo is free! It has been published under the GPL (GNU Public License), partly to expose it to thousands of potential beta-testers but mostly as a contribution to the Linux community. I charge for 1-to-1 technical support to fund Mondos development.
<<lessMondo is in use by Lockheed-Martin, Nortel Networks, Siemens, HP (US and France), IBM, NASAs JPL, the US Dept of Agriculture, dozens of smaller companies, and tens of thousands of users.
Mondo is comprehensive. Mondo supports LVM, RAID, ext2, ext3, JFS, XFS, ReiserFS, VFAT, and can support additional filesystems easily: just e-mail the mailing list with your request. It supports adjustments in disk geometry, including migration from non-RAID to RAID. Mondo runs on all major Linux distributions and is getting better all the time. You may even use it to backup non-Linux partitions, such as NTFS.
Mondo is free! It has been published under the GPL (GNU Public License), partly to expose it to thousands of potential beta-testers but mostly as a contribution to the Linux community. I charge for 1-to-1 technical support to fund Mondos development.
Download (3.0MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
871 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 hard disk drives 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