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

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

2006-01-17 Thread krgn
hello, I would like to be able to mount a *.bin image locally without burning it beforehand, but I don't understand atm how to create a /dev/loop device node and make it work so I can mount it. I don't think I need encryption for it. Which Kernel options are necessary (could not find anything

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

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

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... snip but if I try to mount the iso image.. it outputs