Get the latest version from here.
Use this modified version of Linux Mint. It has support for Windows format disks and a virus scanner.
Get the latest version from http://www.sysresccd.org/.
start a disk partitioner to check the disk mount point (usually /dev/sda1)
gpartedmount a ntfs formated disk with read/write access
ntfs-3g /dev/sda1 /mnt/windowsupdate clam virus definitions
freshclamdo the virus scan
clamscan -r -i --scan-ole2 /mnt/windowsor do the virus scan and delete infected files
clamscan -r -i --scan-ole2 --remove /mnt/windowsdo the virus scan and move infected files
mkdir /mnt/windows/virus ; clamscan -r -i --scan-ole2 --move=/mnt/windows/virus /mnt/windowsshutdown the computer
shutdown -h nowreboot the computer
shutdown -r nowusefull things to know
man ntfs-3g
man freshclam
man clamscan
man shutdown
man man