Results 1 to 6 of 6

Thread: Did I lost all my windows files?

  1. #1
    Join Date
    Jan 2013
    Beans
    3

    Question Did I lost all my windows files?

    Hi. I decided to switch from windows 7 to ubuntu 12.10. I had windows 7 on partition c: and other files (photos, music, animal porn etc.) on partition d:. During intallation i chose c: partition for linux and checked box to encrypt drive. Now on ubuntu i can't mount d: partition. It seems that partition doesn't exist. What to do? Did i lost all my windows files?

  2. #2
    Join Date
    Jan 2013
    Location
    Another Dimension
    Beans
    164
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Did I lost all my windows files?

    During intallation i chose c: partition for linux and checked box to encrypt drive
    Hopefully you just installed to c: and not whole drive.

    Try loading the disk utility to see what partitions it thinks are on the hard drive?

  3. #3
    Join Date
    Sep 2012
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Did I lost all my windows files?

    In a terminal enter

    Code:
    sudo fdisk -l; mount
    Post the output. This will tell us if it is still there and if it is we can tell you how to access it

    Edit:

    You can get a terminal by pressing CTRL+ALT+T
    Last edited by Warren Hill; January 31st, 2013 at 12:50 PM. Reason: Added note: how to open terminal

  4. #4
    Join Date
    Jan 2013
    Beans
    3

    Re: Did I lost all my windows files?

    Code:
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000a2484
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      499711      248832   83  Linux
    /dev/sda2          501758   234440703   116969473    5  Extended
    /dev/sda5          501760   234440703   116969472   83  Linux
    
    Disk /dev/mapper/sda5_crypt: 119.8 GB, 119774642176 bytes
    255 heads, 63 sectors/track, 14561 cylinders, total 233934848 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/sda5_crypt doesn't contain a valid partition table
    
    Disk /dev/mapper/ubuntu-root: 116.6 GB, 116551319552 bytes
    255 heads, 63 sectors/track, 14169 cylinders, total 227639296 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/ubuntu-root doesn't contain a valid partition table
    
    Disk /dev/mapper/ubuntu-swap_1: 3221 MB, 3221225472 bytes
    255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/ubuntu-swap_1 doesn't contain a valid partition table
    
    Disk /dev/mapper/cryptswap1: 3221 MB, 3221225472 bytes
    255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0593f7a2
    
    Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table
    user@user-N-A:~$ ^C
    user@user-N-A:~$ sudo fdisk -l
    
    Disk /dev/sda: 120.0 GB, 120034123776 bytes
    255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000a2484
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *        2048      499711      248832   83  Linux
    /dev/sda2          501758   234440703   116969473    5  Extended
    /dev/sda5          501760   234440703   116969472   83  Linux
    
    Disk /dev/mapper/sda5_crypt: 119.8 GB, 119774642176 bytes
    255 heads, 63 sectors/track, 14561 cylinders, total 233934848 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/sda5_crypt doesn't contain a valid partition table
    
    Disk /dev/mapper/ubuntu-root: 116.6 GB, 116551319552 bytes
    255 heads, 63 sectors/track, 14169 cylinders, total 227639296 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/ubuntu-root doesn't contain a valid partition table
    
    Disk /dev/mapper/ubuntu-swap_1: 3221 MB, 3221225472 bytes
    255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x00000000
    
    Disk /dev/mapper/ubuntu-swap_1 doesn't contain a valid partition table
    
    Disk /dev/mapper/cryptswap1: 3221 MB, 3221225472 bytes
    255 heads, 63 sectors/track, 391 cylinders, total 6291456 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0593f7a2
    
    Disk /dev/mapper/cryptswap1 doesn't contain a valid partition table

  5. #5
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: Did I lost all my windows files?

    Why on earth would you choose encryption on what is probably your very first Linux installation? That makes recovery difficult if not impossible.

    The previous windows filesystems are GONE.

    If you can decrypt the filesystems, and you can remove this drive and hook it up to a Windows PC, there are Windows data recovery apps that may be able to find the files -- since they search for file name blocks and do not use the partition information to do so.

    If you're interested in doing that, go to Runtime Sofware, download and install their RecoverMyFiles product. You can run the trial version to at least see what it can find. You have to purchase it to do the actual data recovery.
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  6. #6
    Join Date
    Jan 2013
    Beans
    3

    Re: Did I lost all my windows files?

    Thank for reply. Don't know, for safety? It's not my first Linux installation- 3rd or 4th . How can I decrypt the filesystems?

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
  •