Results 1 to 4 of 4

Thread: Deleting old Windows Thumbnails in Ubuntu 12.04

  1. #1
    Join Date
    Jan 2014
    Beans
    2

    Question Deleting old Windows Thumbnails in Ubuntu 12.04

    I removed windows vista and installed ubuntu 12.04 my laptop recently.

    I used photorec to see what images are on my hard drive, and I got a few thousand thumbnails. I flicked through them in the folders, changed access and then deleted them in terminal using
    "sudo rm -r /home/username/Pictures/recup_dir.10"

    I used bleachbit to remove thumbnails then saved on Ubuntu from those images.
    that only removes Ubuntu specific thumbnails, created from viewing those files.


    Does anyone know how to remove old windows thumbnails or all old windows files on my PC through Ubuntu or is it impossible or very difficult?


    tldr windows thumbnails show up, in photorec, how do I delete them?




    P.S. only beginner using terminal.

  2. #2
    Join Date
    Jan 2014
    Beans
    8

    Re: Deleting old Windows Thumbnails in Ubuntu 12.04

    Why wouldn´t you do a clean install of Ubuntu getting rid of Windows OS and then set it up on a virtual machine if you once ever need it again? I think it the best and most clean solution for you.

    PS: when you install ubuntu select the option of erasing everything on the hard drive and install ONLY Ubuntu.

  3. #3
    Join Date
    Jan 2014
    Beans
    2

    Re: Deleting old Windows Thumbnails in Ubuntu 12.04

    What do you mean by a clean install of Ubuntu?

    Do you mean using something like Darik's Boot And Nuke?

    And then installing Ubuntu?

  4. #4
    Join Date
    Aug 2009
    Location
    Makati City, Philippines
    Beans
    2,269
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Deleting old Windows Thumbnails in Ubuntu 12.04

    Yes that is a good option. I think the only way to remove those deleted files if to overwrite them with random data. Assuming you have a drive in which you already reformatted once but still photorec was able to detect deleted files, you need to *wipe* the drive.
    Example: sudo dd if=/dev/random of=/dev/sda1
    Be careful with this command. It will wipe everything on that partition (or drive). After that (it takes a long time depending on drive), you need to reformat the hard drive again to ext4 or ntfs since it won't have any filesystem intact.

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
  •