Printers & Supplies
Solutions & Services
Customer Support
Partners
IRIX version 4.0.x uses the msdosd daemon to mount a floppy diskette. IRIX version 5 uses the mediad daemon to mount all types of devices, including floppy diskettes. Both operating system versions have the utilities from_dos and to_unix to convert files and add or remove Control-M characters.
To mount a diskette, insert the diskette into the disk drive.
To see if the volume manager is running, type the following command:
ps -ef | grep vold
To see a list of the diskette's contents, do the following steps:
mount -F pcfs device-special directory-name
For example:
mount -F pcfs /dev/diskette /floppy
Or, if the device name /dev/diskette - /pcfs pcfs -no- is in your /etc/vfstab directory, type the following command to mount the diskette:
mount /pcfs
You can then copy the files to your hard disk or extract the file unix.tar, as described under Extracting files from unix.tar.
To eject the diskette, type:
eject
Note: Do not execute the eject command from within the mount point (the directory to which you mounted the diskette).
mount -r -t pcfs device-name mount-point
mount -r -t pcfs /dev/fd0c /mnt