Re: Going from Fat32 to NTFS
What NTFS is part of life now, just get it slapped on, i don't know why on earth MS allowed FAT to carry on being allowed on XP it was very silly of them.
Re: Going from Fat32 to NTFS
The convertfs tool works fine without breaking anything whenever I've used it. The only issue is with badly written software expecting to be able to write to the Windows directory or its program directory. With limited users and NTFS file permissions they can't do this any more.
Re: Going from Fat32 to NTFS
I have been using the test image for a few days now, but it wont really be put through the grinder, untill i have the little *angels* using the computer in the classroom. I converted using this command in dos: CONVERT C: /FS:NTFS
Re: Going from Fat32 to NTFS
Quote:
Originally Posted by Geoff
The convertfs tool works fine without breaking anything whenever I've used it. The only issue is with badly written software expecting to be able to write to the Windows directory or its program directory. With limited users and NTFS file permissions they can't do this any more.
Don't know about you, but we have *lots* of software which wants to write to windows folder, treats c:\windows\temp as its own temp folder etc. so it took quite a bit of tinkering with permissions to get it all working.
I never realised that anyone would actually use FAT32 in a "live" environment - it's so flaky that things must always be going wrong (and the fact that you can't protect key files means that the little darlings could just delete most of program files and windows without anything to stop them!)
Re: Going from Fat32 to NTFS
Most progrmas I ahve come accross tend to let you specify the temp directory in an INI file or reg entry. Im sure there are plenty of exceptions to that though :P .