Basically, I want to know if write caching flag is portable (stored on the disk), or if it is dependent on the OS (maybe stored in the registry or something) via which it is activated.
If I enable write caching for a flash drive via the OS my Win7 or WinXP desktop, and then remove the drive and plug it in to my Linux laptop, will write caching be enabled immediately because Linux will read a flag from the disk as to how writes should be treated? Or do I then have to tell that Linux OS, or any subsequent OS, to cache the writes?