The process is shown below..
1.The mount command allows a file system to be accessed.
2.You must know know the device name where the file system resides and have a directory already created that is used to access the file system.
3.For a CD, the typical device is /dev/sud0 and the directory is /cdrom.
4.For a floppy, the typical device is /dev/fd and the directory is /floppy.
Examples:
5.mount /dev/sud0 /cdrom - Mounts the file system /dev/sud0 in the directory /cdrom
6.mount /dev/fd /floppy - Mounts the file system /dev/fd in the directory /floppy