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

Thread: Windows 7 wont boot

  1. #11
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Windows 7 wont boot

    Bootinfoscript showed Windows partition and info from inside it, so it did mount it. You should just be about to mount it can copy data, either from your install using Nautilus or from liveCD.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  2. #12
    Join Date
    Aug 2011
    Beans
    7
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Windows 7 wont boot

    The drive doesn't show under devices in the explorer though :/

  3. #13
    Join Date
    Feb 2011
    Location
    Japan
    Beans
    260

    Re: Windows 7 wont boot

    Code:
    mount
    will tell you the location of the mounted partitions.
    Code:
    sudo blkid
    will give the information on the recognized partitions.
    Code:
    sudo udisks --mount /dev/sdXN  --mount-options rw
    will mount the partitions the device file name of which is /dev/sdXN.
    X may be "a", "b", and so on.
    N may be a number.
    If you want to mount /dev/sda3 (possibly windows system partition, NTFS filesystem) on /mnt,
    Code:
    sudo mount -t ntfs-3g /dev/sda3 /mnt -o rw,uid=1000,umask=000
    You can change the above "1000" to your user name.
    Navigate to /mnt, then you will find the files in /dev/sda3.

    But I wonder if the wrong type (EFI system partition) of /dev/sda3 may prevent the correct mounting.
    Good luck!
    Last edited by kiyop; January 13th, 2013 at 06:16 PM.
    OpenBox: Debian Wheezy, Sid, Snowlinux, Aptosid, Siduction, Crunchbang, Ubuntu, Mint, ZorinOS, OS4, Arch, Manjaro, Mageia, Fedora, CentOS, OpenSuSE, PCLinuxOS, Sabayon, Slackware, Win XP/7
    http://kiyoandkei.bbs.fc2.com/

  4. #14
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Windows 7 wont boot

    gpt partitioning will not make any difference.

    I have gpt and no issue seeing my NTFS partitions. But I always label them so I have a name I understand as often the auto mount uses the size or the UUID and is then not obvious which partition is which.

    You can use Disk Utility to label. But gpt partitions have two different labels. You have the gpt partition label and a partition label. Not sure which is used for mounting.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  5. #15
    Join Date
    Aug 2011
    Beans
    7
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Windows 7 wont boot

    Alright everyone thanks for the help I was able to access my files and I am going to copy them to an external hard drive I borrowed.

Page 2 of 2 FirstFirst 12

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
  •