Experiment: Accessing disc data
Experimental Objectives
Implement install CD on Linux via command and access the data inside
Experimental Steps
First, the Environment preparation
1. put the Rhel5.9iso, turn on the power
2 . Enter the Linux host to see if the Liunx system desktop has rhel5.9iso, there is the automatic Mount success, no check the installation details
[Email protected] ~]# CD/MISC/CD
[[email protected] 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 . In order to use the convenience required manual installation,
Uninstall First
[Email protected] ~]# ls-l/dev/cdrom
[Email protected] ~]# Umount/dev/cdrom
[Email protected] ~]# ls/media/
4 . Manual Mount
[Email protected] ~]# mount/dev/cdrom space /media/
Result validation
The first of these methods
[email protected] ~]# Mount | grep HDC
[Email protected] ~]# ls/media/
The second method of
[Email protected] ~]# ls/misc/
[Email protected] ~]# cd/misc/cd/
[[email protected] ~]# ls
Summary of issues and experiences
Symptom: The inserted disc is not displayed on the Linux system desktop.
Workaround: Re-place the check and place the order.
Linux system insert disc and Access disc data