VLinux
is a Linux distribution based on Knoppix. It contains a compilation of
Free/Open Source Bioinformatics software, run completely from CD. It
automatically recognizes and supports many types of graphic cards,
sound
cards, SCSI devices and other peripheral devices.It is made to provide
an easy introduction to the most commonly used open-source
bioinformatics tools.It is not necessary to install anything on fixed
disk.
Look in your computer's BIOS to see
whether it's set to boot from CD
(on most computers you need to push the "delete" key during the RAM
test and from the boot section make sure the CDROM is the first option).
If this is already set, your computer may not be able to read the CD
(some
notebooks have problems with black-coated CD's, for example). Some
computers will only use the new BIOS settings after a hard reset.
Floppy and CDROM drives will be
directly accessible from the desktop.To access files from a floppy
disk,
insert the floppy and use the following command from a terminal
mount -t vfat /dev/fd0 /mnt/floppy
Before ejecting the floppy, be sure to unmount it by the command umount /mnt/floppy. This is done to unmount the floppy properly and save all cached data to it.
If you wish to replace your floppy by another one then just unmount the first one (umount /mnt/floppy), then eject the disc and insert another one, then do mount -t vfat /dev/fd0 /mnt/floppy
All the commands I wrote have to be executed at the command line, or in terminal emulator (konsole, xterm, etc), or by using K-menu/Run command.
Similarly files present on the hard disk will also be mounted
autmatically during boot.Each disk drive will be associated with a
device /dev/hda , /dev/hdb and so on.Also each partition will be
numbered starting from 1.For example, for a system with a single hard
disk, the first partition (C: under Windows) will be hda1.The first
extended partition will be hda5 (D: drive in Windows) and so on.
DISCLAIMER: THIS IS EXPERIMENTAL SOFTWARE. USE AT YOUR OWN RISK.