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

Re: kpartx: does not handle Atari partition map



Hi,

you can use loop module with max_part parameters.

For instance "max_part=15" allows you to manage a disk image with 15
partitions. If loop is not a module, you must start kernel with
parameter "loop.max_part=15".

Then:

losetup -f my_disk.img

and for instance:

mount /dev/loop0p1 /mnt

Regards,
Laurent

Le samedi 07 juillet 2012 à 22:23 +0000, Thorsten Glaser a écrit :
> Package: kpartx
> Version: 0.4.9-3
> 
> Hi,
> 
> when creating a hdd image, losetup'ing it to /dev/loop0 and then
> creating partitions on it with atari-fdisk, kpartx -l -v /dev/loop0
> doesn't show any partitions recognised.
> 
> On i386, with MBR partition tables, this works.
> 
> Cc'ing the porter list where I just happen to know the Linux kernel
> guys also hang out ;)
> 
> bye,
> //mirabilos
> -- 
> 13:37⎜«Natureshadow» Deep inside, I hate mirabilos. I mean, he's a good
> guy. But he's always right! In every fsckin' situation, he's right. Even
> with his deeply perverted taste in software and borked ambition towards
> broken OSes - in the end, he's damn right about it :(! […] works in mksh
> 
> 



Reply to: