|
|
debian-scil:/home/scil# mount /C/a.iso /media/cdrom
mount: /C/a.iso is not a block device (maybe try `-o loop'?)
debian-scil:/home/scil# mount -o loop /C/a.iso /media/cdrom
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?
debian-scil:/home/scil# modprobe loop
FATAL: Module loop not found.
debian-scil:/home/scil# apt-get install 'modprobe loop'
正在读取软件包列表... 完成
正在分析软件包的依赖关系树... 完成
E: 无法找到软件包 modprobe loop |
|