View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#158
Addison,

That error, "blkid: error while loading shared libraries: libuuid.so.1: cannot open," is annoying but harmless. I'll try to figure out why that's happening for you and get it fixed, but it shouldn't stop this process from working.

Unfortunately, all of those "Input/Output error" lines mean that your card is screwed up (again). You're going to have to reformat before trying again...

WARNING: Formatting a partition is dangerous. If you format the wrong partition you could lose important data. You have been warned!

Open a terminal, and enter the following:

Code:
sudo umount /floppy
sudo mkfs.ext2 -m 0 -L Debian /dev/mmcblk1p2
Now try the whole process (post 154) again.

By the way, you can either gain root at the beginning and do everything as root, or use sudo to do specific things as root. I prefer the latter, but the former has fewer keystrokes...
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post: