Hello, I tried to fix this problem, but I couldn't find a solution. Now I don't create logical partitions.
It would be nice if someone else could look at this problem. The next thing is, why there are fdisk commands translated into parted commands? Is there still someone using the dos boot disks? Greetings, Andreas Laub Systemintegration -----Ursprüngliche Nachricht----- Von: Nils Olav Fossum [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 11. Oktober 2007 12:02 An: [email protected] Cc: Andreas Laub Betreff: Re: Can't create logical partition Fredag 05 oktober 2007 09:47, skrev Andreas Laub: > Error: No extended partition found for logical partition > > I have these lines in my install.pl > > 'fdisk /pri:12288;fdisk /pri:100,100 /spec:7', > '15G C:, rest D:' => > 'fdisk /pri:15288;fdisk /ext:100,100;fdisk /log:100,100 > /spec:7', > '20G C:, rest D:' => > 'fdisk /pri:20288;fdisk /ext:100,100;fdisk /log:100,100 > /spec:7', > '30G C:, rest D:' => Im staring at the same right now.. ..damn parted-fdisk translation.. Looks like we need to do something here.. > What's wrong? > > This lines works: > > '12G C:, rest D:' => > 'fdisk /pri:12288;fdisk /pri:100,100 /spec:7', Is the Problem > with the new parted version? well, what does it get translated to in parted commands? You find the sub in install.pl, search for "sub convert_fdisk_parted" Another way of checking it is to read the parted docs and run the parted commands from the console.. If you do, please report back what works and not :-) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ unattended-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-devel
