LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Problem mounting CD image (no loop device)... (https://www.linuxquestions.org/questions/linux-general-1/problem-mounting-cd-image-no-loop-device-100445/)

Slayer 10-05-2003 08:56 AM

Problem mounting CD image (no loop device)...
 
Hi. My problem is when I try to mount an iso image, I get a complaint about not loop device:
Code:

[root@gentoo:/aaron/tmp] # mount -t iso9660 -o loop /shared/temp/tcf-potca-01.iso /mnt/image
mount: could not find any device /dev/loop#

When I list the contents of /dev, there isn't a device called loop there either. Any suggestions are appreciated. Thanks.

sidey 10-05-2003 09:30 AM

either try makedev loop or alternatively you will need to recompile your kernel include support for loopback, but it should be in there already


All times are GMT -5. The time now is 11:28 AM.