Mount DVD on CentOS

need to mount CD/DVD on CentOS Temporarily or Permanently? Here’s the Process Us Linux Pro’s Follow:

Login to a terminal window as root

from here to ls /dev

as you can see, there’s alot of stuff here (usually it’s /dvd or /sr0) but how can we be sure?

issue the following two commands to find out what Linux Thinks is the CD/DVD ROM:

ls /dev -l | grep dvd

ls /dev -l | grep cd

Linux seems pretty confident that it’s /dev/sr0 (does windows know how to do that?) Your situation may provide different output, use that.

alright, so at this point, we are talking about the following device: /dev/sr0 (always use the full path)

let’s make a directory to mount it to:

mkdir /mnt/DVD

from here, all we have to do is mount the device

to do a temporary mount (one time only until reboot) issue the following Command:

to do a permanent boot, edit /etc/fstab

Like a good Linux Admin, use the # sign, and put a comment in

from here /dev/sr0 will be mounted to /mnt/DVD the filesystem type and  filesystem defaults

Save and quit

issue the almighty Linux Command that Re-Mounts ALL FILESYSTEMS

you should get a notice that it will mount as read-only, that means it mounted, and we can read from it, perfect!

ls /mnt/DVD

as you can see this is an integration services DVD mounted on this CentOS Linux Box.

That’s it!

To Get a Hosted CentOS Linux Server visit www.zwiegnet.com/go to get started today!

最新文章

  1. python lxml install
  2. POJ3468 A Simple Problem with Integers
  3. oracle添加表字段跟修改表字段属性
  4. Python之简单的SMTP发送邮件详细教程附代码
  5. DPI/PPI/dp/sp/px/pt 移动设计手册
  6. HSSFClientAnchor(int dx1,int dy1,int dx2,int dy2,short col1,int row1,short col2, int row2)
  7. Spark 贝叶斯分类算法
  8. HTML篇(上)
  9. TP5使用phpmailer实现邮件发送
  10. Docker教程:使用docker配置python开发环境
  11. Java面试题复习笔记(框架)
  12. 详解iBaits中SqlMapClientTemplate的使用
  13. [20170606]11G _optimizer_null_aware_antijoin.txt
  14. cdnbest如何查看节点和站点的流量,负载和连接信息
  15. C# Mongo Client 2.4.2判断是否存在表
  16. 1073: 动物简介(animal)
  17. Error: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.
  18. Java例子
  19. 随机抽样一致性算法(RANSAC)示例及源代码--转载
  20. 浅谈js冒泡事件1

热门文章

  1. Two Sum
  2. Intersection of Two Linked Lists
  3. 安卓初級教程(2):SD創建file,儲存與讀寫的方法(1)
  4. python 2.43 升级到2.7
  5. centos部署gitlab服务器
  6. Notif
  7. ECshop通过文章分类的ID实现不同模板
  8. 在shell下,用命令将U盘挂载到ubuntu上,并将文件copy到U盘里面
  9. 《奥威Power-BI案例应用:带着漫画看报告》腾讯课程开课啦
  10. (转)CMOS Sensor的调试经验分享