LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ClamAV GUI question (https://www.linuxquestions.org/questions/linux-software-2/clamav-gui-question-275096/)

Lleb_KCir 01-07-2005 02:14 PM

ClamAV GUI question
 
i just downloaded and burned the INSERT Live CD for the primary reason of helping clean up windows systems via the ClamAV and the GUI interface this live CD offers. that and the fact that it is very small and can easily be loaded into ram so i can burn CDs on a system without a reader and burner seperate.

the question i have is there a way to tell ClamAV (CLI or GUI) to scan the entire system, every directory, every partition, every little file no matter the type or size or its location? i find it a large waist of time to have to go in and navigate to every directory, every subdirectory, etc and run the scanner again and again and again and... you get the point.

Linux file system is complicated and a windows file system can be even more complicated. id like to reduce the chance of missing a hidden directory or something if i can.

Thank you much for time, help, and information.

Lleb_KCir 01-09-2005 12:25 PM

so abosolutly no one here has any information about how to make ClamAV scan an entire system?

after the last several posts getting 0 responce after many days im beinging to really doubt the usefulness of this forum.

homey 01-09-2005 01:30 PM

I looked it up for you.. :)
For example: Windows on /dev/hda1 and using Insert Linux.
mount /dev/hda1 /mnt/hda1 -t ntfs
From the command line: clamscan -v -r /mnt/hda1
From the GUI tool: In the Scan tab ...
Scan Location: /mnt/hda1 File Type: All files ( *. * ) Select
[ X ] Recursive
Start

Lleb_KCir 01-09-2005 01:58 PM

Quote:

Originally posted by homey
From the GUI tool: In the Scan tab ...
Scan Location: /mnt/hda1 File Type: All files ( *. * ) Select
[ X ] Recursive
Start

when i did that it only scanned the first directory, and not the entire disk. thats why i was woundering what i had done wrong.

homey 01-09-2005 02:02 PM

I noticed it looks like this by default: Scan Location: /mnt/hda1/
and I set it to this: /mnt/hda1
I wonder if that makes a difference in the way it acts.

Edit: I just tried it and that seems to make no difference, just scans on through.

Lleb_KCir 01-09-2005 03:44 PM

i know this should not make a differance, but are you using it to scan a linux or windows system?

i have not tried to scan a linux system, but as stated when i try to scan a windows drive it will scan the first directory ONLY, then stop after scanning X number of files (X= number of files in that single directory).

homey 01-09-2005 04:01 PM

I used it to scan Windows ntfs and vfat partitions. Don't forget to mount them first. Also, maybe try the command line method to see if that helps.

Lleb_KCir 01-09-2005 07:04 PM

correct me if im wrong on the CLI

clamscan -r /

is that correct?

thanks for the help.

homey 01-09-2005 07:11 PM

This is the way I did it.
mount /dev/hda1 /mnt/hda1 -t ntfs
From the command line: clamscan -v -r /mnt/hda1

Lleb_KCir 01-10-2005 09:53 AM

thank you, ill play with that today.

Lleb_KCir 01-10-2005 03:42 PM

3 cheers. i did not bother with the GUI this time around and made sure to mount my ntfs drive with the -t and that made the differance. i was then able to run the base command:

Code:

clamscan -v -r /
and that is scanning everyrhing all directories and every partition including the CD of INSERT.

that was the help i needed. i was mounting the drive, but not correctly so it would seem, thus i was not really mounting it.

homey 01-10-2005 06:53 PM

Glad you got it!
That even found the clamsan test file in my qmail rocks gz folder. :)


All times are GMT -5. The time now is 11:50 PM.