Using Various Devices/Drives on a Lab Workstation
The workstations bought for the student laboratories are usually not fully spec'd (they do not have burners, for instance) but they still have several drives that students can access.
CD-ROM
A data CD has to be mounted as a filesystem before it can be read. Usually only root can mount a new device on a *nix computer, so CSG has written a Priv Script to handle this for non-root users. Insert the CD-ROM and type priv cdrom mount. You should now be able to read the CD's contents at /cdrom. This command will only work for the person logged into the console of the computer and only for the CD-ROM drive on that computer.When you have finished with the CD, type priv cdrom umount, to unmount the filesystem, and then eject to eject the disc.
Floppy
Only the Dell machines have floppy drives.- mdir - list the files on the floppy
- mcopy a:/file file.txt - copy a file from the floppy to ./file.txt
- mcopy file.txt a:/file - copy ./file.txt to the floppy
- mdel a:/file - delete file from the floppy
- mformat a: - format the floppy