Linux
Using knoppix to virus scan windows
Open root terminal (start->accessories)
-
cat /etc/fstab
-
mount -o rw /dev/sda1 /media/sda1 (sda1 based on output from above)
-
wget http://files.f-prot.com/files/linux-x86/fp-Linux-i686-ws.tar.gz
-
tar xzvf fp-Linux-i686-ws.tar.gz
-
cd f-prot/
-
./install-f-prot.pl
-
fpscan /media/sda1 | tee fprot.log (sda1 based on output from above)
Search for a filename in linux:
find / -name filename.ext
To Wipe a drive and/or a partition:
# shred -vfz -n 100 /dev/hda