the file i keep getting is is a system 32 folder and i think its coming with my installation disc to hardy from gutsy. this is the third time in a week i have to run gutsy install disc to rewrite and delete my drive and hardy to reset it and start over. then i check gutsy this time and no system32 , ok good!. know last night i installed hardy and the system32 folder is still in trash after a 3rd install of hardy? and does only bad things like used up hdd space and take a way permissions on random occasions. Please Help i think i should give up here though I tried ervything i think from using nautilus to using codes like ``` rm system32
sudo rm -rf ~/.local/share/Trash/files/system32
mkdir /media/hda mount /dev/hda1 /media/hda cd /media/hda/home/USERNAME/.local/share/Trash/files/ ls rm System32.exe
umount /media/hda
mount /dev/hdx /media/hda
cd /home/USERNAME/.local/share/Trash/files/ ls rm System32.exe