Holy mother of Slayer, do I feel like a moron right now.
I have a camera that complains that every memory card I put in it need a format, even after I format it with the camera, so I got the bright idea to use a Linux tutorial, and see if I fared any better using a Linux format.
For future reference, don’t do this when half asleep.
The tutorial I looked at when I typed “format SD card in linux” into google used the dd command, fdisk, and mkfs.vfat. I had no idea what the /dev/ location for my card was, so I assumed it was sda, because the tutorial used sdd, and since you know, it starts with sd, and it was the only one that I thought I had. Turns out it was /dev/mmcblk0.
Yeah, I’m a moron.
Anyway, once I figured out the issue, the command made it about 15 gigabytes onto the drive. It is my only drive in the laptop - don’t ask me why, but I assumed my laptop used hda for it’s hard drive.
I’m hoping, and I’m sure it is in vain, that since the first partition (/dev/sda1) is Windows, and is 50 gigs, that the dd command starts at the beggining of the disk. If so that means my 25 gig root and 25 /home partitions are still okay - I could care less if the vista partition is gone.
I’m probably screwed, but on the bright side, the only folder in Konqueror that wont load in the root directory is /windows/ everyother folder shows me things fine - I really doubt my laptop could hold that much in memory.
My only issue is YaST wont let me touch any partition on /dev/sda. My biggest question, assuming that the dd command does in fact work sequentially, is if there is anyway I can format the windows partition as a an ext2 filesystem, and mount it at /home/user/music, or something else useful.
On the other hand, I can live with 50 gigs, hence why I never bothered to trash the windows partiton, I would just prefer not to.