Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread David Morgan
On 17:13 Tue 17 Jan , krgn wrote:
> Which Kernel options are necessary (could  not find
> anything about /dev/loop in ck-patched 2.6.15) and how is the procedure
> to mount this binary image?
> 

Symbol: BLK_DEV_LOOP [=y]
Prompt: Loopback device support
  Defined at drivers/block/Kconfig:261
  Location:
-> Device Drivers
  -> Block devices

mount -o loop

-- 
djm
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread krgn
> 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...

RockHead src # ls /dev/|grep loop
loop
loop0
loop1
loop2
loop3
loop4
loop5
loop6
loop7

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

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] *.bin and /dev/loop help

2006-01-17 Thread Holly Bostick
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...
> 

> 
> 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/

(I think, working from memory)

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



Re: [gentoo-user] *.bin and /dev/loop help

2006-01-18 Thread Alexander Skwar
krgn wrote:

>> mount -o loop
[...]
>   RockHead doom # mount -t iso9660 Doom3cd1.iso01.iso /mnt/iso/cd1/ -o
> loop=/dev/loop0

Compare this. Does it say "mount -o loop=/dev/loop0"?

Alexander Skwar
-- 
Men of quality are not afraid of women for equality.
-- 
gentoo-user@gentoo.org mailing list