加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

yum挂载本地光盘镜像

发布时间:2020-12-15 09:16:28 所属栏目:安全 来源:网络整理
导读:[root@aniu-saas-1 yum.repos.d]# ls -l /dev | grep cdrom lrwxrwxrwx 1 root root 3 Nov 16 00:33 cdrom - sr0 crw-rw----+ 1 root cdrom 21,0 Nov 16 00:27 sg0 brw-rw----+ 1 root cdrom 11,0 Nov 16 00:33 sr0 [root@aniu-saas-1 yum.repos.d]# mount /

[root@aniu-saas-1 yum.repos.d]# ls -l /dev | grep cdrom

lrwxrwxrwx 1 root root 3 Nov 16 00:33 cdrom -> sr0

crw-rw----+ 1 root cdrom 21,0 Nov 16 00:27 sg0

brw-rw----+ 1 root cdrom 11,0 Nov 16 00:33 sr0

[root@aniu-saas-1 yum.repos.d]# mount /dev/cdrom /mnt

mount: /dev/sr0 is write-protected,mounting read-only

[root@aniu-saas-1 yum.repos.d]#vim yum.repo

[yum]

name=yum

baseurl=file:///mnt

gpgcheck=0

enabled=1

[root@aniu-saas-1 yum.repos.d]# yum clean all

Loaded plugins: langpacks,product-id,subscription-manager

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

Cleaning repos: yum

Cleaning up everything

[root@aniu-saas-1 yum.repos.d]# yum makecache

Loaded plugins: langpacks,subscription-manager

This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.

yum | 4.1 kB 00:00:00

(1/5): yum/group_gz | 134 kB 00:00:00

(2/5): yum/filelists_db | 3.0 MB 00:00:22

(3/5): yum/primary_db | 3.4 MB 00:00:30

(4/5): yum/other_db | 1.3 MB 00:00:09

(5/5): yum/productid | 1.6 kB 00:00:01

Metadata Cache Created

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读