https://bugzilla.novell.com/show_bug.cgi?id=803078 https://bugzilla.novell.com/show_bug.cgi?id=803078#c18 --- Comment #18 from Michael Chang <mchang@suse.com> 2013-02-27 06:53:58 UTC --- Some findings, 1. It has things to do with from where your first partition starts, I found that Jean's failure disk started quite behind (2048 sector) compared to mine (64 sector). The iso9660 reserved first 32k bytes (ie metadata start from 64 sector) so in Jean's disk there are lot of leftover iso9660 artifacts (between 64 - 2048 sectors). 2. When this happens, it's pure luck indeed. Grub2's iso9660 hangs at 100% when it was trying to parse rockridge extension and unfortunately trapped by infinite loop (somehow, maybe cause by overwritten meta data blocks and poor sanity check). Ordinary mount and kernel iso9660 had no such issue probably it's more solid. [1] 3. May have things to do with parted as it decides start of first partition, probably "Use the entire disk" scenario and parted repartitioned your first partition ? I have no idea about factors how parted picks the value, probably cylinder boundaries, performance or practice? [1] compare 'mount' and 'grub2-mount', grub2-mount hangs by 100% cpu but mount is fine. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.