Well, I have actually used Wubi a few days ago on a recently purchased family Vista (blech) laptop, and I really haven't experienced any issues with it. Actually those FS issues in NTFS have nothing to do with Wubi in particular, but rather with the way fragmentation in NTFS is and how it affects disk images and vice versa (at least from a user PoV I can explain it, i know no technical details about it). Whenever you have an NTFS partition with files that are large compressed filesystems (any form of compressed tree, 
e.g. tarballs, disk images, ISO, zip), fragmentation occurs more rapidly and FS degeneration seems to become more likely. This issue is less likely on ext3 in my experience, but it is still possible. This issue is probably why FAT32 has the filesize limitation it does. NTFS probably was supposed to fix that, but obviously didn't. Though those are merely speculations (regarding the whys about design). Anyways, that is my educated uneducated opinion :)
<br><br>And anaconda does support completely automated installation (kickstart files!), for the others, someone else needs to answer....<br><br><div><span class="gmail_quote">On 9/12/07, <b class="gmail_sendername">Ago</b>
 <<a href="mailto:agostino.russo@gmail.com">agostino.russo@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Since I've advocated a win32 installer for Fedora in the past,<br>> I'll at least say - cool.  Unfortunately I also don't forsee myself<br>> having time to dedicate to this in the near future(nor the desire, as I
<br>> am and hope to stay winblowz free ;).  But I hope someone else finds the<br>> time :)<br><br>Good questions. There are in fact 2 separate issues.<br><br>1) Hosting filesystem corruption (ntfs). We had a few reports where people were
<br>not able to boot into Windows after an hardreboot in Wubi. Filesystem<br>corruption does happen when you hardreboot, whether you use Wubi or not.<br>Sometimes you get lucky (also with Wubi) sometimes you do not. The real
<br>question is whether Wubi (ntfs-3g in this case) makes things any worse. On<br>average, we have 1 such report every 10K downloads. Add that Wubi users tend to<br>reboot more often than usual, since they are in a new environment and often
<br>they do not know how to get out of a real or apparent deadlock. So are the<br>numbers we see physiological? Honest answer is that I have no clue. I discussed<br>that with Szaka (ntfs-3g author) and according to him, ntfs-3g does not make
<br>things any worse and there is little to be done on his side. If you have a<br>different opinion on this I would like to hear from you.<br><br>2) Hosted filesystem corruption (ext3). When Ext3 writes the journal, the data
<br>does not end up on the HD but gets handled by ntfs, which in turns may or may<br>not write the data to the HD. So if you hard reboot, data loss in the hosting<br>filesystem may cause journal corruption of the hosted filesystem, which makes
<br>recovery quite challenging. This is not an ntfs/ext3 specific issue, you would<br>have that in any nested filesystem configuration (or at least this is my<br>understanding). What we have done was to tweak sysctl dirty settings, so that
<br>dirty pages are flushed to disk as often as possible. That seems to have done<br>the trick. Since we did that, I cannot recall any complaint due to ext3 data<br>loss, but of course that does not eliminate the issue.<br>
<br>On top of that we cannot hibernate/suspend. Suspend-to-ram is a problem because<br>of the ordering in which userspace processes are terminated/resumed which<br>becomes an issue if you use a userspace filesystem (if the loopfile is hosted
<br>on vfat, suspend works fine). With hibernation you also have to handle the<br>issue of having swap on a file.<br><br>My take on all this is that Wubi is a "short term" installation. It's good<br>enough for a few days and far more captivating than a live CD or a VM. But it's
<br>not ok for data-sensitive situations or for long term use. I would use the<br>word "demo" if it did not have a try-then-pay connotation. And yes, because of<br>the above, some users will be left with a bitter taste in their mouth, and the
<br>reputation for reliability will be negatively affected. On the other hand you<br>will be able to reach many users that would not dare to try Linux otherwise,<br>you will provide Joe Average (read 90% of the users out there) with a one-click
<br>installer and that helps a lot when you have to bear the stigmata of being seen<br>as a "difficult OS".<br><br>It's a trade-off.<br><br><br>Regards,<br><br>Ago<br><br>--<br>fedora-devel-list mailing list
<br><a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br></blockquote>
</div><br>