Safe mode?
#1
Posted 20 March 2009 - 04:59 PM
I tried to install Windows XP on my mp3 player using it as a USB storage device, but it doesn't want to boot from it. Even on my desktop, if I try to boot from it I get a BSOD telling me to do a CHKDSK...
Now, I don't care if my OS install is screwed, I can reinstall it, but the thing is I want (need) to recover my data : school work and class notes... So I'm wondering if there wouldn't be some kind of safe mode for Linux that I could try.
My last resort would be to open that thing and plug the SDD directly into my desktop to get that data, but I would like to do without an extreme solution like that...
Why didn't I simply plug it instead of working on the battery...
#2
Posted 20 March 2009 - 05:50 PM
#3
Posted 20 March 2009 - 05:57 PM
m.oreilly, on Mar 20 2009, 01:50 PM, said:
I found someone on a forum with the same problem and it seems he used an external device to boot and backup his stuff, not much to do to recover the OS it seems...
I tried using Damn Small Linux (with my mp3 player again) but no luck. I'm gonna stop by Staples on the way to work to get both an SD card and a USB key (both are stuff I need anyways) and try DSL again tonight on those.
#4
Posted 20 March 2009 - 07:35 PM
#5
Posted 20 March 2009 - 09:13 PM
and in order to boot linux from usb you also have to hack it but its way easier.
your other option would be to install dsl linux onto the usb and then load that it would require some knowledge of which drive to install it too so you dont end up installing to your internal drives.
Edited by Camaro, 20 March 2009 - 09:14 PM.
#6
Posted 21 March 2009 - 12:08 AM
If that doesn't work, I'd install Linux to a USB drive using UNetbootin. Boot it and copy your Home directory and anything else you need to it.
#7
Posted 21 March 2009 - 03:30 AM
#8
Posted 21 March 2009 - 04:07 AM
hog, on Mar 20 2009, 10:30 PM, said:
In a terminal:
sudo mkdir /mnt/backup
sudo mount /dev/sda1 /mnt/backup
Assuming all your stuff is on the /dev/sda1 partition, it should now show up in /mnt/backup. But I don't know how the partitions are set up. It might be on /dev/sda2 or /dev/sda3.
To copy your home directory:
mkdir ~/backup
cd ~/backup
sudo cp -r /mnt/backup/home/ .
To unmount:
umount /mnt/backup
#9
Posted 21 March 2009 - 05:10 AM
#10
Posted 21 March 2009 - 06:01 AM
Loaded Linux Mint on the USB drive with UNetBootin but I couldn't get the transfer to work using the terminal. But Mint Linux's GUI allowed me to mount the drive and simply copy-paste what I needed. Backed this up on my SD card to put it on my desktop. I was afraid I'd have trouble with files access rights but I can open them on my PC so I guess everything is fine.
Thanks a lot Brew for saving my schoolwork!
#11
Posted 21 March 2009 - 06:32 AM
m.oreilly, on Mar 21 2009, 12:10 AM, said:
hog, on Mar 21 2009, 01:01 AM, said:
Loaded Linux Mint on the USB drive with UNetBootin but I couldn't get the transfer to work using the terminal. But Mint Linux's GUI allowed me to mount the drive and simply copy-paste what I needed. Backed this up on my SD card to put it on my desktop. I was afraid I'd have trouble with files access rights but I can open them on my PC so I guess everything is fine.
Thanks a lot Brew for saving my schoolwork!
Glad you got it.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users