Slashdot Mirror


Strange Ubuntu/Vista Compatibility Bug, Solved

Walter Vos writes "Since I've been running Vista and Ubuntu in dual boot with a shared FAT32 partition for my personal folders, I've been seeing some strange compatibility issues between these two operating systems. Somehow Vista locks the folders on the FAT32 partition that are used for folders like Documents, Downloads, etc. A blogpost I wrote gives a detailed description of the problem and a fix for it."

3 of 140 comments (clear)

  1. FAT32 by Enderandrew · · Score: 4, Interesting

    NTFS-3G works pretty well. I'm not sure FAT32 is really necessary any more.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    1. Re:FAT32 by Anonymous Coward · · Score: 1, Interesting

      As far as I know they're only ext2 drivers. Of coarse, you can usually mount ext3 as ext2 without any issues.

      What keeps people from implementing ext3 support for Windows? The Linux source code is obviously available, so are Windows ext2 drivers reimplementations that aren't using existing code? Or is there some deeper problem?

    2. Re:FAT32 by MindlessAutomata · · Score: 5, Interesting

      I kept all my mp3s on an NTFS partition, and it made amarok incredibly slow for searching through files and even listing them when I wanted to expand a tree. It, of course, also was using up a ton of cpu power. Other intensive programs were causing me other problems, mostly more cpu usage quirks.

      NTFS-3g is not perfect and I'd recommend steering clear of relying on NTFS on linux for heavy or day-today usage. I haven't used ubuntu on windows but I can imagine it would give a negative impression due to performance issues. For pulling off the occasion file off another partition, though, it works well.

      When I moved all my mp3s to an ext3 partition, all the problems with amarok went away instantly.