2

My wubi installation of Ubuntu 12.04 is stuck in an infinite login screen loop. I have tried following the advice on other posts but nothing has worked so now I'm trying to retrieve a few files from root.disk from Windows7.

Here is what I have tried:

I booted into ubuntu and when faced with the login screen ctrl+shift+F1 and logged in with that. Updated all my packages and tried to log in the usual way again. No Dice.

I logged in that way again and tried to copy some files over to /media/DATA (this is a general purpose windows-friendly storage partition). Permission Denied. sudo doesn't work and su wont accept my password.

I got into recovery mode root and opened up /media/DATA . ls tells me that it is empty (it is not). I made a new folder for my backups. This new folder shows up with ls. cp started the copy without complaint but then I ran out of disk space on DATA. I booted into Windows and the backups directory isn't where I left it and I have loads of space left. Back in recovery mode the backup folder is still visible but nothing else on DATA is... spooky.

My next approach was to find something that I could use to open up root.disk via windows. I have seen lots of recommendations for programs on this forum but they either dont work on windows7, only have corrupted versions available for download, or just wont open the .disks as is.

So my question is:

How can I make data stored in a wubi disk image available to Windows7?

Sheena
  • 133
  • In recovery mode, from a root prompt, what's the output of df -h? I'm interested in seeing how much space is available for /dev/loop0 mounted as / – bcbc Mar 25 '13 at 17:47
  • Possible duplicate of: http://askubuntu.com/questions/9933/how-to-read-ext4-partitions-in-windows – bcbc Mar 25 '13 at 17:57
  • @bcbc: it's not a duplicate, that question is about making use of a partition. I need to read a .disk file so there's also the problem of mounting it (or something) in windows – Sheena Mar 25 '13 at 20:29
  • Ext2read mounts and reads .disk files as well. – bcbc Mar 25 '13 at 20:30
  • @bcbc: cool. downloading it now. Version 2.1 works great. 2.2 less so... – Sheena Mar 25 '13 at 20:38

3 Answers3

2

Use this tool: ext2read

Download, extract, run, open up the \ubuntu\disks\root.disk file, and copy your data.

bcbc
  • 6,026
0

Two ways that could work:

  • Log in with Ctrl + Alt + F1. Switch to Ctrl + Alt + F7 when logged in.

  • Log in with Ctrl + Alt + F1, then type startx.

Tell me if it spits out any errors. Or, tell me if it works.

Hope this helps!!!

horIzoN
  • 1,086
0

I once had this problem and none of the suggestions worked. What I ended up doing is installing another login manager, like slim and the rebooting

Worth a try...

Scott Goodgame
  • 2,636
  • 15
  • 20