挂载本地硬盘的ISO镜像文件

Posted peki10

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了挂载本地硬盘的ISO镜像文件相关的知识,希望对你有一定的参考价值。

1.定位Debian ISO镜像的位置,比如说sda3

fdisk -l

2.挂载:

# mount -t auto /dev/sda3 /media/mnt

生成isodebian路径 /mnt# mkdir isodebian

t# mount -o loop /media/mnt/debian-8.4.0-amd64-DVD-1.iso /mnt/isodebian
mount: /dev/loop0 is write-protected, mounting read-only

3.添加本地源 

/etc/apt# vi sources.list

 

deb http://ftp.cn.debian.org/debian/ jessie main contrib
deb-src http://ftp.cn.debian.org/debian/ jessie main contrib
deb file:///mnt/isodebian jessie main contrib

 4. 验证更新

#apt-get update

以上是关于挂载本地硬盘的ISO镜像文件的主要内容,如果未能解决你的问题,请参考以下文章

Linux文件系统之挂载本地的回环设备(ISO镜像)

Suse12.3怎样挂载安装镜像文件

linux下挂载(mount)光盘镜像文件移动硬盘

CentOS 7使用ISO镜像配置本地yum源

CentOS镜像挂载操作

Linux无光驱的情况下ISO镜像文件制作本地yum源