How to view the content of a CD in a Linux operating system
Source: Internet
Author: User
Article Title: how to view the content of a CD in a Linux operating system. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems, open-source, and other basic categories. If you want to view the content of the CD files connected to linux system hosts through a terminal, such as SecureCRT
You need to view the following information:
1. cd/media
Enter the media Directory
2. cat/etc/fstab
View the position of the disc suspension
Generally, files in the media Directory are mounted.
3. mount/media/cdrecorder/
If it is mounted to the cdrecorder directory, run the mount command to perform the mount operation. Then, you can access the cdrecorder directory normally.
4. cd cdrecorder
You can enter the cdrecorder directory, where the content in the CD
5. cp-r ...... /Cdrecorder // root/cdrom/
Copy all the content on the CD to the cdrom directory under the root directory. In fact, the whole disk is copied.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.