The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Data missing in Windows partition after Ubuntu

    Discussion in 'Linux Compatibility and Software' started by Alabhya, Jan 17, 2011.

  1. Alabhya

    Alabhya Notebook Guru

    Reputations:
    1
    Messages:
    50
    Likes Received:
    0
    Trophy Points:
    15
    I recently installed Ubuntu 10.10 on my system, dual boot with Windows 7.

    I have 2 drives for Windows (C,D) and 2 for ubuntu (/,swap) and recovery.

    The contents of "Downloads" folder of Windows (C;\Users\..\Downloads) have gone missing.
    I had last accessed that folder from ubuntu to copy some data to the ubuntu partition.
    Also,i tried opening one of the files there with wine.

    Later i booted into windows and saw that the whole folder was missing.

    So has it been moved somewhere or deleted?
     
  2. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    Can you still access the folder through Ubuntu?
     
  3. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    There is no "known issue" with losing data from FAT32 or NTFS partitions, so it's hard to answer. Your question really boils down to remembering what you did with the folder.

    You can search for it with this command:
    Code:
    find . -iname '*downloads*' -type d
    It will probably turn up your /home/you/Downloads folder, which is created by default, but if you happened to have moved the folder in question to your Linux partition, this would turn it up.