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."
NTFS-3G works pretty well. I'm not sure FAT32 is really necessary any more.
http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
It actually cannot suck dick. That's my main issue with it. I downloaded and installed Ubuntu with the full expectation of some dick sucking and it never came to pass. What the fuck is that about? You, sir, are a liar and a fraud.
For a moment there I thought somebody had fixed Ubuntu bug one.
http://michaelsmith.id.au
if the owner/group permissions were set properly in fstab an easier solution would prevail
... gets page linked from slashdot.
Well, at least I adblock.
Hmm, I'm having a problem with permissions between Vista and Ubuntu. What should I do?
Adopt a philosophy of ideological inflexibility, intolerance, ignorance, immaturity, and narcissism?
...or...
Run a shell script or two?
Decisions, decisions...
It's lame that people feel like they're being held hostage by an operating system that they don't otherwise want, and it's lame that MS is making money off that. If you actually want Windows for one reason or another, then it's not lame at all.
The Effectiveness of the Ubuntu Forums
(The link this person gives in his blog post)
I swear to christ, reading that page made me want to kill a kitten.
It's not a bug, it's old knowledge getting flushed out of the general awareness of the public. FAT has a read-only bit and Linux knows about it, it's in there along with the system and hidden file bits:
(linux/msdos_fs.h)
If I have been able to see further than others, it is because I bought a pair of binoculars.
either timothy never used a Linux distro and thinks this is newsworthy, or this is the slowest news day ever
Timothy was last seen putting Ubuntu on an XO. He's been using Linux at least since I met him in 1999.
It's August, every day is a slow news day :)
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?
For a while, Microsoft once charged roughly $1,000 for the "IFS Kit" used to develop installable file system drivers. To work around this, programs such as "Explore2fs" had to act like WinRAR and 7-Zip, where you don't really mount a partition but you can still drag files in and out. (The price appears to have dropped since then.) For another thing, 64-bit versions of Windows Vista put an annoying "Test Mode" banner in all four corners of the desktop if the user installs a device driver that hasn't been signed by a publisher who pays an annual fee of at least $200 to a commercial certificate authority trusted by Microsoft.
This started in XP actually. The problem is that Microsoft sets the read-only attribute on the special folders that get custom views. See http://support.microsoft.com/kb/326549 for information about the root cause of the problem reported on this blog. Fixing it on the Windows side requires one to go all old-school and use attrib; cracked me up.
Nor has she ever gone outside in her life.
Let's just make it red, blue, AND green should never been seen.
Hey, did it just get awfully dark in here?
The laws of probability forbid it!
Amarok has a documented performance issue with NTFS-3G: http://ntfs-3g.org/support.html#dd
The NTFS-3G web site has many tips what could be the problem for high CPU usage: http://ntfs-3g.org/support.html#cpu100
Sometimes NTFS defragmentation makes a magic.
The focus of the NTFS-3G development is reliability and functionality over performance. The performance optimizations started only recently and the current development versions perform close or sometimes surprisingly even better than ext3.