实验01:访问光盘数据

       实验目标

           实现通过命令在linux上安装光盘并且访问里面的数据

       实验步骤

一、环境准备

1. 放入RHEL5.9iso,打开电源


2.进入linux的主机,查看liunx系统桌面是否有RHEL5.9iso,有则说明自动挂载成功,没有则检查安装的细节

[root@localhost ~]# cd /misc/cd

[root@localhost cd]# ls

Cluster            README-te.html            RELEASE-NOTES-U9-en.html

ClusterStorage     README-zh_CN.html         RELEASE-NOTES-U9-es.html

EULA               README-zh_TW.html         RELEASE-NOTES-U9-fr.html

3.为了使用的方便需要手动安装,

   先卸载

[root@localhost ~]# ls -l /dev/cdrom

[root@localhost ~]# umount /dev/cdrom

[root@localhost ~]# ls /media/

4.手动挂载

[root@localhost ~]# mount /dev/cdrom 空格/media/

       结果验证

第一种方法

[root@localhost ~]# mount | grep hdc

[root@localhost ~]# ls /media/

第二种方法

[root@localhost ~]# ls /misc/

[root@localhost ~]# cd /misc/cd/

[root@localhost ~]# ls

       问题和经验总结

故障现象:放入的光盘在linux系统桌面上不显示。

解决办法:重新放置一次检查,放置次序。