krgn schreef:
>> Symbol: BLK_DEV_LOOP [=y]
>> Prompt: Loopback device support
>>   Defined at drivers/block/Kconfig:261
>>   Location:
>>     -> Device Drivers
>>       -> Block devices
>>
>> mount -o loop
> 
> ok,  installed it as module and its  there...
> 
<snip>
> 
> but if I try to mount the iso image.. it outputs this ->
> 
>       RockHead doom # mount -t iso9660 Doom3cd1.iso01.iso /mnt/iso/cd1/ -o
> loop=/dev/loop0
>       ioctl: LOOP_SET_FD: Device or resource busy
> 
> so I wonder what this means.
> 
> 
> Karsten
> 
 Wrong mount format. Try

mount -o loop Doom3cd1.iso01.iso /mnt/<some_folder_in_mnt>

(I think, working from memory)

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list

Reply via email to