Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-03-12 7:30:30 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

is my SDHC card bricked?

I made a stupid mistake by accidentally deleting the partition that carried a working copy of eeexubuntu and compiz fusion (took me 3 nights to accomplish that) when attempting to install windows xp on SSD. I decided to stick with the default xandros  on SSD, I am trying to get eeexubuntu back onto my SDHC card.

For some reason the SDHC card is being recognized as a 6GB vs 8GB card, I attempted to install eeexubuntu onto the card again, but was unable to do. Install/reformating locks up at 14%.

Is there anyone that can assist me to clear my SDHC card completely? is there a command in terminal i can use. I dont know if I should just give up and buy another card.

please help as soon as possible, My home PC does not have an SDHC compatible reader.

Offline

 

#2 2008-03-12 7:38:25 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

lostandconfused wrote:

please help as soon as possible

Faster help is always available at a cost. My charge rate is $350/hr. wink

Try this. Boot up in Xandros. Figure out what the device name of the SDHC is (probably sdc) using

sudo fdisk -l

now you're going to repartition it.

sudo umount /dev/sdc1
sudo fdisk /dev/sdc

Where you use the device name for your SDHC (should be sdx where x is some letter).

Now in fdisk, new partition table:

o (enter)

Create a new partition
n (enter)

Pick primary (p), number 1, and press enter for the begin and end points (as long as the end is the last cycle of the drive; if it isn't, then make it that number).

Make it bootable

a (enter)

Write it

w (enter)

Remove it from the computer and reinsert it. Now format it.

mkfs.ext3 -b 4096 -L sd

You can replace sd with another label name.

The resulting disk should mount as a single partition of the full disk size.


Mohan

Offline

 

#3 2008-03-12 8:06:47 pm

elmo
Senior Member
From: Uk,London
Registered: 2007-10-29
Posts: 509
Website

Re: is my SDHC card bricked?

i know this doesnt help. but this reason paying $1/50p more for a card reader to come with it is always helpful. as you could thru it into ur home pc and format with the hp tool


Asus EEE PC 701 4G (Black)
1GB RAM, Full install of Windows XP
8SDHC Card, 3G DONGLE
Photoshop | Illlstrutor | Flash | WAMP Server | notepad++ | MS SQL Managerment server | CIV 2 (RULEZZ)

Offline

 

#4 2008-03-12 8:13:51 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

Pick primary (p), number 1, and press enter for the begin and end points (as long as the end is the last cycle of the drive; if it isn't, then make it that number


how do i find out the last cycle?

its an 8GB SDHC card

Offline

 

#5 2008-03-12 8:18:43 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

mkirishman, thanks man if you can just guide me a little bit longer. I stayed up all night trying to fix this and still no luck. I am stuck on the step where it brings up

first cylinder (1-745, default 1):

Offline

 

#6 2008-03-12 8:19:34 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

It's listed right there:

Partition number (1-4): 1
First cylinder (1-486, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-486, default 486):

In the last parentheses, see how mine says 1-486? 486 is the last one in my case. Make sure you set it for whatever the last one in is in your case....

E.G. 745 in your post above is the end or LAST cylinder. The first should be 1.


Mohan

Offline

 

#7 2008-03-12 8:27:37 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

okay,

i tried using this command
mkfs.ext3 -b 4096 -L sd

and it came up with "bash:mkfs.ext3 command not found

sorry about this, i just really need to get this thing formatted versus wasting money on a new card. I know the card works because I can still see all the files from the previous install.

Offline

 

#8 2008-03-12 8:33:39 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

That's odd... try

sudo mkfs.ext3 -b 4096 -L sd

or try

sudo mkfs.ext2 -b 4096 -L sd

But at this point, having repartitioned it, you should not be seeing any files on it.

You could also reformat it as FAT if you want, but you need to go back into fdisk and do that again. After you make the partition with p, you would have to do t to change its type, and change it to e.g. FAT16 (option 6 on the list). The rest would be the same. To format in FAT, you would use

sudo mkfs.vfat -F 16 -n sd


Mohan

Offline

 

#9 2008-03-12 8:39:10 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

i tried it again, i think it worked, opened in file manager, shows up as partition1 with no contents!

Offline

 

#10 2008-03-12 8:42:52 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

Is the size as expected?


Mohan

Offline

 

#11 2008-03-12 8:55:42 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

no..i just booted from the eeexubuntu live CD and it is showing up as a 6 GB SDHC card....god this is driving me crazy.

Offline

 

#12 2008-03-12 9:11:32 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

what is the easiest way to reformat this card? without having to use command line since this isnt working..

Offline

 

#13 2008-03-12 9:18:50 pm

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

As mentioned above, the HP utility in Windows.... good luck! Without seeing what you're seeing onscreen at this point, I don't really understand what's going on....

In Linux, gparted is probably the easiest way.


Mohan

Offline

 

#14 2008-03-12 9:21:07 pm

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

is it possible to reformat using a digital camera?

Offline

 

#15 2008-03-14 1:58:27 am

lostandconfused
Member
Registered: 2008-03-01
Posts: 30

Re: is my SDHC card bricked?

i attempted to reformat using an HP laptop, it came close to finishing but froze. I also tried the methods again via the terminal....but all the ubuntu files still remain.
This sucks,,,what a waste of an SDHC card.

Offline

 

#16 2008-03-14 8:32:55 am

mkrishnan
Moderator
From: Grand Rapids, MI, USA
Registered: 2007-11-06
Posts: 3444

Re: is my SDHC card bricked?

I don't think the SDHC is broken... although I could be wrong. I think you're doing something really wrong, that might be obvious if someone outside looked at  it, but that you're missing because you've tried this so many times. It doesn't make sense for the formatting to "almost finish" and then also leave all the files on the SD at the same time.

Take it to a computer store and ask them for help, perhaps.


Mohan

Offline

 

#17 2008-03-14 8:46:38 am

elmo
Senior Member
From: Uk,London
Registered: 2007-10-29
Posts: 509
Website

Re: is my SDHC card bricked?

lostandconfused wrote:

i attempted to reformat using an HP laptop, it came close to finishing but froze. I also tried the methods again via the terminal....but all the ubuntu files still remain.
This sucks,,,what a waste of an SDHC card.

on HP laptop with the HP utility or on HP laptop with windows inbuilt formatter?


Asus EEE PC 701 4G (Black)
1GB RAM, Full install of Windows XP
8SDHC Card, 3G DONGLE
Photoshop | Illlstrutor | Flash | WAMP Server | notepad++ | MS SQL Managerment server | CIV 2 (RULEZZ)

Offline

 

#18 2008-03-19 7:21:11 am

bak16
New member
Registered: 2008-03-19
Posts: 1

Re: is my SDHC card bricked?

Guys, I'm having the exact problem, but worse.
I have too a SDHC 8GB card turned into 3.75GB card. Nice
I was copying files into it when suddently windows crashed. After that the SD was unaccessible, unformatted etc.
Googling around I found a neat program (TestDisk) which gave me the opportunity to understand the problem. The card itself seems completely safe, no writing errors, no physical damage (and it is brand new), but I cannot successfully format it, but the thing that might seem "broken" is the MBR (master boot record), so also the partition table is. The geometry of the volume is incorrect. It should be 1024 cylinders, 256 heads, and 63 sectors that, multiplied by 512 gives 8GB (1024*256*63*512 bytes).
Testdisk says that the actual number of cylinders is 487 (which gives 3.75GB), but unfortunately if I try to change the geometry from the program and set it how it should be, nothing happens, and when i plug the card back in it gives me the exact same size as before.
I booted my pc into linux and tried to modify the MBR with fdisk, same result, no change, damn SDHC card.

Now I'm trying to format it with a tool by panasonic (link http://panasonic.jp/support/global/cs/s … atter.html )(which should also format the flash memory chip I hope). Weird thing is that it also states the 3.75GB size.

Any help is welcome!


P.S. it is a PEAK SDHC 8GB class 6 card with akward useless functions such as Error Correcting Code (ECC) (??) and In System Programming (ISP) function to load the firmware (????).

Last edited by bak16 (2008-03-19 7:23:00 am)

Offline

 

#19 2008-03-20 6:39:13 am

Steven
Member
Registered: 2008-03-19
Posts: 13

Re: is my SDHC card bricked?

I also have a problem with the PEAK SDHC 8GB class 6 card. After following the steps explained, and trying to put something on the card, I get the message "You have no permissions to use /home/user/MMC-SD...

I'm at a loss here...

Offline

 

#20 2008-09-29 1:25:32 pm

DanTheTay
Senior Member
Registered: 2008-01-30
Posts: 222
Website

Re: is my SDHC card bricked?

My memory card has started playing up - sometimes when i boot up my eee the memory card is seen, sometimes its not.

I dont know what to do.


Asus EEE 701 4gb [Galaxy black] XP SP2 [RAM 1GB] 4GB SDHC [Vista Skin] USB Freeview

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson