Vich,
I have an Acer laptop too, (TravelMate 8100 w/ a 100GB drive) and it was really annoying to find that they partition everything in FAT32, because it's very outdated and you can't set security permissions, among other things.
My solution was to:
a) Wipe the drive and install XP fresh
b) Download the drivers from their site and install them
c) Get it setup exactly the way I wanted,
then
d) Ghost an image of it onto a CD so I'll always have an install ready-to-go when/if it crashes
Alternatively, (and this takes less time) you can just do a
Code:
convert c: /fs:ntfs
convert d: /fs:ntfs
to convert your drives to NTFS. But, then you'll still have your HD 50% used.
Possible Problems
I think the second partition is used by Acer to keep a system image (read: restore file) in case you hose the main installation. I didn't need or want it.
Anyway, that was my solution. I want to be able to use ALL of my hard drive, not half of it while Acer eats the other half for a useless backup that I already have on CD. Your choice.
- stephan