Re: loopback blockdevice driver partition support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tuesday July 25, [email protected] wrote:
> hello.. i was wondering if someone may have done some work to make the
> loopback driver support partitions..
> 
> i found that a guy had written a nice script that used sfdisk and
> dmsetup to use device mapper on a loopback image of an entire harddrive
> (using DOS partition table ofcourse) to create device mapper
> "partitions".
> 
> though this doesent quite meet my requirements, as i need to read an
> image of an amiga disk..
> 
> therefore it would seem like a good idea to make the loopback driver
> work with linux's partition table support, since it already supports
> this.
> 
> if anyone has done some work in this, please mail me, and possibly i can
> continue it if wanted. just want to know if anyone already has done
> something like it before i try at it myself..
> 

You could try wrapping an md/linear around it
 
mkdir -p /dev/md
mdadm -Bf -c4 -l linear -n1 -ap /dev/md/d0 /dev/loop0

then look at partitions in /dev/md/d0pN

NeilBrown

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux