Main > Free Download Search >

Free discs software for linux

discs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1001
makebootfat 1.4

makebootfat 1.4


makebootfat is a tool to create bootable USB disks. more>>
makebootfat is a command line utility able to create bootable USB disks for Linux and Windows using the FAT filesystem and syslinux.

makebootfat is the most advanced tool available able to make bootable USB disks. Its able to autodetect/partition/format/populate the USB disk in a single step without any user interaction.

Its also able to create disk images which are compatibles with all the three standards USB-FDD, USB-HDD and USB-ZIP at the same time.

To use makebootfat you probably need also syslinux or FreeDOS
<<less
Download (0.14MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1669 downloads
cfgstoragemaker 1.1

cfgstoragemaker 1.1


cfgstoragemaker is an MRTG configuration file generator for storage monitoring via SNMP. more>>
cfgstoragemaker remotely generates an MRTG config file in order to graph all storage devices (disk, memory, and swap) of one or more specific host(s) via SNMP.
<<less
Download (MB)
Added: 2005-04-07 License: GPL (GNU General Public License) Price:
1661 downloads
devlabel 0.48.01

devlabel 0.48.01


devlabel is a tool that dynamically creates symbolic links to disk/partition names. more>>
Devlabel is a program which dynamically creates symbolic links to disk/partition names.

It uses the disks and/or partitions unique identifiers to keep the symlink pointed to the correct location even if the underlying partitions name has changed.

So, regardless of whether /dev/sdb6 becomes /dev/sdc6, devlabel figures this all out and points the symlink to the correct data.
<<less
Download (0.040MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1660 downloads
Mounttero 0.4

Mounttero 0.4


Mounttero is a tool for automatically mounting drives using autofs. more>>
Mounttero automatically mounts most storage devices such as USB drives and cameras, DVDs, CDROMs, hard disks, and floppies.

Devices are mounted when users opens their directory, such as /mnt/auto/cdrom, and are unmounted when the directory remains unused for four seconds.

Usage

For example, when user opens directory /mnt/auto/usb/, digital camera is automatically mounted and all the pictures shown in the directory. After four seconds of inactivity, device is unmounted and can be detached.

Manual Configuration

The rest of this document describes manual configuration of mounttero. If you installed the rpm, it did all this configuration automatically and you dont need manual configuration. The scripts below contain some latest and greatest version 0.5 improvements that have not made it to rpm yet, namely more usb partitions.

Create the directories used by the automounter. The directory is the one mentioned in /etc/auto.master:

# mkdir -p /mnt/auto/autofs

Create auto.master to tell autofs daemon that /mnt/auto/autofs directory is handled according to auto.tero

# /etc/auto.master
# mountpoint map options # see also: man 8 autofs
/mnt/auto/autofs /etc/auto.tero --timeout=4

List the actual mountpoints and devices in the automounter map

# /etc/auto.tero
# http://iki.fi/karvinen/linux/doc/automatic-mounting-autofs.html
# mountpoint_key options location_device # man 5 autofs
cdrom -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom
cdrom1 -fstype=auto,ro,nosuid,nodev,user :/dev/cdrom1
usb -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/sda1
# second and third partitions in usb device:
usb2 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda2
usb3 -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :dev/sda3
floppy -fstype=auto,nosuid,nodev,noexec,user,gid=100,umask=000 :/dev/fd0

hda1 -fstype=auto,nosuid,nodev,user :/dev/hda1
hda2 -fstype=auto,nosuid,nodev,user :/dev/hda2
hda3 -fstype=auto,nosuid,nodev,user :/dev/hda3
hda4 -fstype=auto,nosuid,nodev,user :/dev/hda4

hdb1 -fstype=auto,nosuid,nodev,user :/dev/hdb1
hdb2 -fstype=auto,nosuid,nodev,user :/dev/hdb2
hdb3 -fstype=auto,nosuid,nodev,user :/dev/hdb3
hdb4 -fstype=auto,nosuid,nodev,user :/dev/hdb4

hdc1 -fstype=auto,nosuid,nodev,user :/dev/hdc1
hdc2 -fstype=auto,nosuid,nodev,user :/dev/hdc2
hdc3 -fstype=auto,nosuid,nodev,user :/dev/hdc3
hdc4 -fstype=auto,nosuid,nodev,user :/dev/hdc4

hdd1 -fstype=auto,nosuid,nodev,user :/dev/hdd1
hdd2 -fstype=auto,nosuid,nodev,user :/dev/hdd2
hdd3 -fstype=auto,nosuid,nodev,user :/dev/hdd3
hdd4 -fstype=auto,nosuid,nodev,user :/dev/hdd4

# Serial ATA (SATA) disks are IDE emulated in Linux 2.6
hde1 -fstype=auto,nosuid,nodev,user :/dev/hde1
hde2 -fstype=auto,nosuid,nodev,user :/dev/hde2
hde3 -fstype=auto,nosuid,nodev,user :/dev/hde3
hde4 -fstype=auto,nosuid,nodev,user :/dev/hde4

# (c) 2003, 2004-05-29, 2004-09-19 Tero.Karvinen atta iki.fi

# /etc/init.d/autofs restart

Now drives are automatically mounted when you try to access them. You can test it by inserting a cdrom, and cd /mnt/auto/autofs/cdrom. The CDROM is automatically mounted, and ls should show you contents of the cd. When you cd to another directory, such as home directory (cd), CDROM is umounted in four seconds and the eject button in the drive starts working.

To see which drives are mountable (have discs in drive), you can create symlinks (similar to shortcuts) to the mountpoints. You can create the symlinks manually for each drive, for example

# cd /mnt/auto/
# ln -s autofs/cdrom cdrom
<<less
Download (0.008MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1659 downloads
Sirius 0.8.0

Sirius 0.8.0


Sirius is a program for playing the game of othello. more>>
Sirius is a program for playing the game of othello. The program includes an AI (Artificial Intelligence) opponent which plays at a very challenging level and is actually quite hard to beat. The AI opponents strength can therefore be adjusted in several ways to give you a suitable opponent.
The AI opponent uses a plain alpha-beta search with hashing to figure out which move to make. To be able to tell a god position from a bad one, it uses a pattern based evaluation function.
The pattern used is the 9 discs surrounding each corner and the 8 discs creating the edge of the board. The evaluation function also takes mobility, potential mobility and parity into count. For the initial 9 moves the AI opponent optionally uses a simple opening book.
During midgame it searches and evaluates about 200.000 nodes per second on a PIII 750 MHz, in the endgame this number is significantly higher due to more transpositions and a less expensive evaluation function.
Enhancements:
- Russian translation. (Alexandre Prokoudine)
- Fixed problem with non-latin UTF-8 characters. (Vyacheslav Sdiconov)
- Trippled the size of the opening book.
- Made the hints unsensitive at startup.
- Man page for Debian.
<<less
Download (0.60MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1554 downloads
Original Disk Mount Applet 2.10.0

Original Disk Mount Applet 2.10.0


Original Disk Mount Applet is the original disk mount panel applet. more>>
Original Disk Mount Applet is the original disk mount panel applet.

This is the same as the disk mounter included through GNOME 2.8. For GNOME 2.10 the official applet was rewritten, the new version adds the ability to autodetect mountable devices, but drops a significant (all) configurability.

It no longer allows you to choose which devices are displayed on the panel, their order, or icon representation.

Install this applet if you want to restore the old disk mounter behavior for GNOME 2.10.

<<less
Download (0.064MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1547 downloads
HacBurn 0.3.5

HacBurn 0.3.5


HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl. more>>
HacBurn is a frontend to cdrtools/mpg321/ogg123 written with gtk2-perl.

HacBurn is a script written in perl using gtk2-perl. It allows a user to use cdrtools and a couple other console applications in a graphical interface to burn CDs.

It can currently burn iso/bin images and audio discs, it can make iso images and also copy CDs. If you have 2 optical drives on the fly copying is available.

<<less
Download (0.084MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1545 downloads
CD Shell 2.1.6

CD Shell 2.1.6


CD Shell is a bootable CD or DVD console interface and script interpreter. more>>
CD Shell is a scriptable menu system that provides the ability to create interactive multi-boot optical discs. It will make PC-bootable compact discs or DVDs that can select from several program loaders or kernels located on the disc, or boot from other local disk drives that are attached to the system.
This utility is based heavily on concepts pioneered by Bart Lagerweij in his great program Diskem1x. CD Shell provides similar functionality to Diskem1x along with many new original features, such as an advanced scripting language, graphics, and mouse support. It also has the ability to interface with other great programs such as isolinux/memdisk, Ranish Partition Manager, and Memtest86+.
CD Shell is free for non-commercial use. The program and its source code is distributed under the NASM License. The distribution and use of some optional components is restricted by their respective licenses.
Enhancements:
- changed behavior of display.message to interpret a backslash as a single-character quote if not recognized as an escape sequence (suggested by Erwin Veermans of the Ultimate Boot CD project)
- isolinux patches as suggested by Charles Appel of the Ultimage Boot CD project
- patched a bug in isolinux that would display some garbage characters when loading a kernel (just before Ready)
- changed behavior for the display command to not show a splash screen unless isolinux was invoked with an empty command line
- incorporated changes to chooser script
- allow onEscape action when user quits the menu
- allow per-item exececute-on-select commands
- fixed a bug where text in the message window wasnt being updated correctly
<<less
Download (0.30MB)
Added: 2005-08-10 License: Free for non-commercial use Price:
1543 downloads
mod_dirsize 0.1

mod_dirsize 0.1


mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server. more>>
mod_dirsize is an Apache module to calculate the disk space used for any virtual host on a server.

The results are displayed in KB using XML.
<<less
Download (0.012MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
KDar - the KDE Disk archiver 2.0.7

KDar - the KDE Disk archiver 2.0.7


K Disk archiver (KDar) is a KDE GUI-based backup and archiving program. more>> <<less
Download (1.7MB)
Added: 2005-09-30 License: GPL (GNU General Public License) Price:
1490 downloads
Duff GTK 0.0.2

Duff GTK 0.0.2


Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive. more>>
Duff GTK is a tool to see the disk usage of your folders and files to help you clean up your drive.

Shows the disk usage of a folder using a graphic interface.

<<less
Download (0.12MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1489 downloads
KaTeker 0.95

KaTeker 0.95


KaTeker is a backup tool for Linux useful for small companies and private people. more>>
KaTeker is a backup tool for Linux useful for small companies and private people. It saves data onto hard disk and CDs or other random access media.

<<less
Download (15.72MB)
Added: 2005-09-26 License: GPL (GNU General Public License) Price:
1488 downloads
Cdwrite 2.2

Cdwrite 2.2


Cdwrite is the shell for creation of data and audio disks, including compilations. more>>
Cdwrite is the shell for creation of data and audio disks, including compilations. It allows to use pregaps and recognizes indices.
The shell needs mkisofs and cdrecord for data and cdparanoia, cdda2wav, cdrdao, and -- optionally -- lame for audio.
Enhancements:
- This release allows you to manage not only CD but also DVD discs (writing, erasing, formatting, and blanking).
- It includes a bugfix for the invalid "create data image" option and a man page.
- The RPM package is now better suited to the valid standards.
<<less
Download (0.017MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
cdgtools 0.3

cdgtools 0.3


cdgtools are tools for handling and ripping CD+G karaoke disks. more>>
cdgtools are tools for handling and ripping CD+G karaoke disks.
Main features:
- Rips CD+G karaoke disks using cdrdao
- Encodes the tracks to MP3+G files
- Gets track names from FreeDB/CDDB
- Includes GUI and command-line tools
<<less
Download (0.023MB)
Added: 2005-11-20 License: GPL (GNU General Public License) Price:
1436 downloads
hdimage 0.0.2

hdimage 0.0.2


hdimage is a tool for imaging or copying hard disk partitions or entire disks. more>>
hdimage is a tool for imaging or copying hard disk partitions or entire disks.

hdimage project cleans unused blocks on ext2 partitions and may be used as a backup tool for Linux partitions.

WARNING!

This software has to be tested before use. Do not use it for backups yet.

Some of options arnt implemented, please wait for complete version.
<<less
Download (0.031MB)
Added: 2005-12-08 License: GPL (GNU General Public License) Price:
1417 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5