Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: AV to scan windows?

  1. #11
    Join Date
    Nov 2009
    Location
    Madrid, Spain
    Beans
    1,403
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: AV to scan windows?

    Quote Originally Posted by TechnicalMechanic View Post
    Im on a full installation on the 750gb hdd. The partition is split, ubuntu 11.04 has about 21gb and 7 has the rest
    The command fdisk shows only one partition on your 750GB hdd:

    Code:
    Disk /dev/sdb: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xc4dcb34c
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sdb1   *          13       91202   732469248    7  HPFS/NTFS
    Last edited by lmarmisa; June 4th, 2011 at 12:54 AM.

  2. #12
    Join Date
    Jun 2011
    Beans
    10

    Re: AV to scan windows?

    Found the files in /host but still cant scan them for some reason. Clamav, clamtk, and bitdefender crash/timeout. Thinking it has something to do with permissions. going to try to run as sudo

  3. #13
    Join Date
    Nov 2009
    Location
    Madrid, Spain
    Beans
    1,403
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: AV to scan windows?

    You are running Ubuntu Wubi. This is the reason because you have only one partition (/dev/sdb1).

    Try this command if you wish to scan the disk:

    Code:
    sudo clamscan -r /host/
    If you wish to remove the infected files, type this another command (the infected files will be removed, so be careful with this option):

    Code:
    sudo clamscan -r --remove=yes /host/
    If you wish more information type the command:

    Code:
    man clamscan

  4. #14
    Join Date
    Jun 2011
    Beans
    10

    Re: AV to scan windows?

    Oh wait, wubi is when you install through windows correct?

    forgot... but i ran clamtk as sudo under the prompt and its now scanning /host

  5. #15
    Join Date
    Nov 2009
    Location
    Madrid, Spain
    Beans
    1,403
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: AV to scan windows?

    Quote Originally Posted by TechnicalMechanic View Post
    Oh wait, wubi is when you install through windows correct?
    Yes, you are right.

  6. #16
    Join Date
    Jun 2011
    Beans
    10

    Re: AV to scan windows?

    Yay! 5 Viruses deleted. They happened to be located in some files i had saved for my wife from her old hard drive.... figures!

    Sorry to bother you guys with this again, but is it safe to go back? Ive heard of programs that can scan processes and find which are malicious but unsure of the name at the moment...


    Besides, im having so much fun on linux!

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •