Windows Antivrius Included

Hello, can anyone tell me if this includes a linux antivirus to get rid of windows viruses on windows partitions? I looked for clamav in the software list, but don't know of any others.

Thanks, Matt

No. A Windows antivirus is

No. A Windows antivirus is not strictly a data recovery tool.

*But* A fine command-line Windows Antivirus scanner is easily installed, if you are connected to the internet.

Boot the Rescue Remix and once at the command line, run

sudo apt-get update

and

sudo apt-get install clamav

That will install clamav into your ramdisk. Update the list of virus definitions by running

freshclam

Then, scan a folder using clamscan:

clamscan -r /mnt

The above command assumes you mounted the windows partition as /mnt.

See here:
https://help.ubuntu.com/community/ClamAV

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Copy the characters (respecting upper/lower case) from the image.