<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:courier,monaco,monospace,sans-serif;font-size:10pt"><div>Hi list,<br><br>&nbsp;&nbsp;&nbsp; I have a scsi disk drive which has been partition by sfdisk. When I used Parted-1.8.2<br>to print the partitions, It gave me the below error.<br><br>"No Implementation: Partition 1 isn't aligned to cylinder boundaries"<br><br>I have gone through the code and it seems like it sequentially checks for amiga, bsd....etc and ms-dos<br>disk labels. When probing for ms-dos, it matches the DOS PARTITION-MAGIC. But it also matches the pc98 when it<br>come across the below code in ms_dos_probe. pc98_probe in turn calls the read_table and there i got the above error.<br><br>#ifdef ENABLE_PC98<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /* HACK: it's impossible to tell PC98 and msdos disk labels apart.<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * Someone made the signatures the
 same (very clever).&nbsp; Since<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * PC98 has some idiosyncracies with it's boot-loader, it's detection<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; * is more reliable */<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; disk_type = ped_disk_type_get ("pc98");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (disk_type &amp;&amp; disk_type-&gt;ops-&gt;probe (dev))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 0;<br>#endif /* ENABLE_PC98 */<br><br>When i commented out the above calls to pc98 probe in ms_dos_probe, it shows me the correct listing of the disk.<br>Is ms_dos and pc98 disk label are same ? <br><br>Can you please through some light on this.<br><br>Thanks,<br>Kamesh<br></div></div><br>
                <hr size=1> 
New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the <a href="http://uk.rd.yahoo.com/mail/uk/taglines/default/championships/games/*http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk/">Yahoo! Mail Championships</a>. Plus: play games and win prizes.</body></html>