天地 发表于 2004-3-13 15:27:34

请问如何挂载iso镜像文件

请问如何挂载iso镜像文件?

mtdxc 发表于 2004-3-13 16:24:20

呵呵,这个我懂
mount -o loop your_iso_fileyour_mounted_floder
一般就可以拉。

visionalstar 发表于 2004-3-13 16:51:36

和挂载光驱一样,区别是把块设备换成iso镜像的路径,就像上面所说

betatoy 发表于 2004-3-13 17:27:24

mount isofile -t iso9660 -o loop /mnt/cdrom

天地 发表于 2004-3-15 08:08:36

原来是这样我少加了个-o loop的参数多谢了

moxnet 发表于 2004-3-24 14:05:35


root@debian:/home/moxnet# mount ~moxnet/TuxRacer/TuxRacerl.iso -t iso9660 -o loop /mnt/iso
mount: Could not find any loop device. Maybe this kernel does not know
       about the loop device? (If so, recompile or `modprobe loop'), or
       maybe /dev/loop# has the wrong major number?


是文件损坏,还是我的内核没有把loop的支持加进去?

mozilla 发表于 2004-3-24 14:54:41

新编译内核了?自带内核一般都支持loop

moxnet 发表于 2004-3-24 22:19:17


root@debian:/home/moxnet# mount ~moxnet/TuxRacer/TuxRacerl.iso -t iso9660 -o loop /mnt/iso
mount: Could not find any loop device. Maybe this kernel does not know
       about the loop device? (If so, recompile or `modprobe loop'), or
       maybe /dev/loop# has the wrong major number?


新编译内核了?自带内核一般都支持loop

前几天编译了内核,好象在字符设备里选择loop...

lookback device XXX是这个吗?

天地 发表于 2004-3-25 08:32:46

已经搞定了,谢谢了
页: [1]
查看完整版本: 请问如何挂载iso镜像文件