Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
edembowski
Old
#1  
Member - OP
Thanks Meter 0
Posts: 32
Join Date: Aug 2007
Default Post-root sd card only 39m?

Ok, so I got an 8g sd card for my nook. It was blank so I didn't do anything to back it up. After writing the nooter image to it, it shows up as a 39m disk, and the windows disk utilities won't reformat it to 8g. How are other people doing it?
 
JoshMiers
Old
#2  
Member
Thanks Meter 71
Posts: 40
Join Date: Feb 2010
I used the following software: partition-tool.com/personal.htm

It is free for home use.
 
go0nie
Old
#3  
Junior Member
Thanks Meter 0
Posts: 18
Join Date: May 2010
I used a partition software like JoshMiers did, but somewhere on here under the android development section other people were just using the NC itself. Remove the SD card, boot up the NC, put back in the SD card, then unmount and format the SD card.
 
edembowski
Old
#4  
Member - OP
Thanks Meter 0
Posts: 32
Join Date: Aug 2007
OK got this solved. Here's what I did:

- Put the sd card into the nook & go to an adb shell
- `mount` to get the device file for the sd card. Mine was at /dev/block//vold/179:17
- unmount /sdcard
- `dd if=/dev/zero of=/dev/block//vold/179:17 bs=1024 count=2` to wipe the header
- Insert into a windows machine and format

It's all good after that.
 
califrag
Old
#5  
Senior Member
Thanks Meter 10
Posts: 138
Join Date: Mar 2009
Quote:
Originally Posted by edembowski View Post
OK got this solved. Here's what I did:

- Put the sd card into the nook & go to an adb shell
- `mount` to get the device file for the sd card. Mine was at /dev/block//vold/179:17
- unmount /sdcard
- `dd if=/dev/zero of=/dev/block//vold/179:17 bs=1024 count=2` to wipe the header
- Insert into a windows machine and format

It's all good after that.
or just put it into the nook and go to settings>device info>sd card> unmount, then format from the same screen
 
jameswei
Old
#6  
Junior Member
Thanks Meter 2
Posts: 5
Join Date: Sep 2006
You can also use diskpart in windows to fix the sd card.

If your running windows 7 you should have it.
 
Kelvala
Old
#7  
Senior Member
Thanks Meter 29
Posts: 243
Join Date: Nov 2009
Quote:
Originally Posted by califrag View Post
or just put it into the nook and go to settings>device info>sd card> unmount, then format from the same screen
This is what I did.
 
Hypntick
Old
#8  
Junior Member
Thanks Meter 0
Posts: 18
Join Date: Dec 2010
Quote:
Originally Posted by jameswei View Post
You can also use diskpart in windows to fix the sd card.

If your running windows 7 you should have it.
Yeah I was kinda irked at this as well. Diskpart fixed it up right quick and in a hurry. Amusingly enough I bought this thing specifically to read the Windows 7 Admin guide and happened to come across the info about diskpart for USB installs of Win 7, helped out quite nicely.
 
johnopsec
Old
#9  
Senior Member
Thanks Meter 41
Posts: 155
Join Date: Dec 2010
OK... Since nobody else has posted this, I will...

The reason that your SD shows up as 40M (no matter what its physical size) after going through the nooter rooting process is:

The .img file that you dd to your SD card writes not only the data on the SD card but also the partition table. The partition in the nooter .img file is ~40M in size. The Nook Color doesn't look at the physical device but rather the partitions on the device. Since the partition is ~40M, that's what shows up.

/me is praying for the day that people RUN SCREAMING away from Microsoft operating systems.

Just FYI... Android == Linux. Embrace your inner n3rd.
 
Hypntick
Old
#10  
Junior Member
Thanks Meter 0
Posts: 18
Join Date: Dec 2010
Quote:
Originally Posted by johnopsec View Post

/me is praying for the day that people RUN SCREAMING away from Microsoft operating systems.

Just FYI... Android == Linux. Embrace your inner n3rd.
I'd rather use both. Anything Linux based I can load up in VMware and use. Of course I have a vested business interest in MS, they help pay the bills at the very least.

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...

XDA PORTAL POSTS

Careers in Android: Recruiter Reveals How Resumes are Chosen – XDA Developer TV

XDA Developer TV Producer Jayce released a video a … more

HttpClient Tutorial to Upload and Download with Your App

Developers wanting to interact with the Internet need to choose a package to do the … more

Profile Flow: A Tasker Alternative

By now, we’re all quite familiar with Tasker, the personal automation app that seems to be able to … more

More Tips to Help Promote Your Android App

With over 700,000 apps in the Google Play store and more than 48 billion app installs, it’s … more