Announcement

Collapse
No announcement yet.

Help Recovering files from Wubi install with LiveCD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help Recovering files from Wubi install with LiveCD

    Hello. I use the commands listed at http://neosmart.net/forums/showthread.php?t=5004

    sudo fdisk -l
    sudo mkdir /win
    sudo mount /dev/sdxy /win
    sudo mkdir /vdisk
    sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk

    when i type the last command, (sudo mount -o loop /win/ubuntu/disks/root.disk /vdisk) i get the following response:

    mount: you must specify the filesystem type

    what am i doing wrong?
    Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz<br />Mobile PM965/GM965/GL960 Memory Controller Hub

    #2
    Re: Help Recovering files from Wubi install with LiveCD

    did you acualy type
    sudo mount /dev/sdxy /win
    becos /dev/sdxy is nothing............. you were suposed to replace the /sdxy part with the locatin of your windows partition as showin by the
    sudo fdisk -l
    comand......

    past the output of that comand hear.

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: Help Recovering files from Wubi install with LiveCD

      i replaced the xy, in actual fact i typed in:

      sudo mount /dev/hda1 /win
      Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz<br />Mobile PM965/GM965/GL960 Memory Controller Hub

      Comment

      Working...
      X