PDA

View Full Version : [ubuntu] Reformatting



MarshyTheKid
June 4th, 2008, 12:40 AM
So I tried to upgrade to 8.10 but something went wrong partway through. It has left my computer so that the disk check cannot proceed(vm.mmap_min_addr fails)
I couldn't find a way to skip the disk check so I am running from a live cd to back up all of my files. But the problem(one of the many) is that I don't have permission for all of them. I have about 70 gigs of stuff and I have two backup drives of 40 each. Is there a way for me to access all of the files and put them on the drives?

Pumalite
June 4th, 2008, 12:53 AM
Maybe you can try this:
http://users.bigpond.net.au/hermanzone/p13.htm
http://www.psychocats.net/ubuntu/partimage

iaculallad
June 4th, 2008, 12:54 AM
So I tried to upgrade to 8.10 but something went wrong partway through. It has left my computer so that the disk check cannot proceed(vm.mmap_min_addr fails)
I couldn't find a way to skip the disk check so I am running from a live cd to back up all of my files. But the problem(one of the many) is that I don't have permission for all of them. I have about 70 gigs of stuff and I have two backup drives of 40 each. Is there a way for me to access all of the files and put them on the drives?

If you can login using the Restore Mode, try to echo 0 (to lower any original value) to your /proc/sys/vm/vdso_enabled file.

Using your terminal:


echo 0 > /proc/sys/vm/vdso_enabled

Then try restarting again.

MarshyTheKid
June 4th, 2008, 05:31 AM
So it does the check disk with the recover mode, but there is no /proc/sys/vm/vdso_enabled file.

I'm worried that even if I can get back into my system(Which I might be able to now), backing up all of my files won't work(Unless I turn the permissions of everything to everyone?) because although my username will stay the same, it goes by the id number assigned to the username(Or something)