+ -
当前位置:首页 → 问答吧 → 怎样解开ISO文件啊?

怎样解开ISO文件啊?

时间:2005-10-05

来源:互联网

我从网上下的slackware10的ISO文件,准备从硬盘安装,需要解开这ISO 文件吗?
怎么解啊?

作者: 均临天下   发布时间: 2005-10-05

。。。。。。。。。。。。。。。。。。。。。。。
























rar

作者: 18260   发布时间: 2005-10-05

如果iso在linux分区下,应该不用解也可以用吧。windows下用utraliso。有提取一项。

作者: mawch   发布时间: 2005-10-05

mount -o loop [your iso file] [mount point]

then copy the files like normal filesystem

作者: AMD-K6   发布时间: 2005-10-05

甚至不用提取文件。

代码:
Q: How do I install from the ISO9660 image if I don't have a CD-R or
 CD-RW drive (or "I have no way to burn this image that I just
 downloaded.")?

 With loopback of course! You can mount the ISO9660 image on the kernel
 loopback device from another filesystem.

 For example, say you download the ISO9660 image under Windows. Boot
 the Slackware boot and root disks for your system. Assuming your
 Windows partition is /dev/hda1 and you downloaded the ISO9660 image to
 C:, issue these commands:

 mkdir -p /dos
 mount -t vfat /dev/hda1 /dos
 cd /dos
 mknod /dev/loop0 b 7 0
 mkdir /INSTALL
 mount -o loop /dos/install.iso /INSTALL

 You can then tell the Slackware setup program to install from a premounted directory and pass it INSTALL/slakware. This trick can also be used if you cannot make a valid CD with your burner.

作者: troll   发布时间: 2005-10-05

我发现 mknod /dev/loop0 b 7 0 这一步都是不用的。

作者: shadkong   发布时间: 2005-10-05

yes,只要/dev下又loop0文件。

作者: troll   发布时间: 2005-10-05

引用:
作者: AMD-K6
mount -o loop [your iso file] [mount point]

then copy the files like normal filesystem
老大,我是在windows下的,怎么用你这些命令啊!
在windows下硬盘安装需要把ISO文件解开吗?

作者: 均临天下   发布时间: 2005-10-06

用光盘中的boot 和 root 磁盘镜像无论写软盘还是用grub4dos还是loadlin启动,然后mount。

作者: troll   发布时间: 2005-10-06

引用:
作者: 均临天下
老大,我是在windows下的,怎么用你这些命令啊!
在windows下硬盘安装需要把ISO文件解开吗?

在WINDOWS下用虚拟光驱啊,后用winrar也能识别.iso文件啊,不过要用高版本的 winrar
才行.

另外,你提问前没有说清楚啊!

作者: maaa_139   发布时间: 2005-10-06

热门下载

更多