Overclock.net banner
1 - 11 of 11 Posts

· Registered
Joined
·
296 Posts
Discussion Starter · #1 ·
I used this SD card to install Linux for my Raspberry Pi and now I'm trying to format and use it for something else however I've run into this problem the computer is only seeing a few MBs of usable space. I tried formatting it to no avail.

I looked in the Disk Management and it shows the rest of the data as being used, so I went ahead and formatted that too. But now I want to extend the small 56 MB volume with the unallocated partition, but the "extend volume" option is greyed out when I right click on the new volume:
3NGeDW0.png
 

· Registered
Joined
·
296 Posts
Discussion Starter · #4 ·
I don't believe that option is available to me.

Right clicking on new volume presents me this:

iy0TVho.png


And right clicking on the unallocated part gives me this:

Db03k6i.png


EDIT:
Quote:
Originally Posted by Nintendo Maniac 64 View Post

AFAIK you cannot do this in Windows with removable devices. You're going to have to nuke the partition table via something like Parted Magic and then make a new partition table.
I'll try that right now.
 

· Registered
Joined
·
722 Posts
there's a way to do it with the tool that the rasp pi site pimps out. let me look for it.

Edit:
I think it's built in to the installer for rasbmc. You just click the drop down and select restore or something. Pretty easy.
 

· Storage Nut
Joined
·
21,642 Posts
  1. Open the Start Menu, type diskpart, press Enter
  2. Type list disk, press Enter
  3. Type select disk X (where X is the number your drive shows up as), press Enter
  4. Type clean, press Enter
  5. Type create partition primary, press Enter
  6. Type format quick fs=ntfs, press Enter
  7. Type assign, press Enter
  8. Type exit, press Enter
 

· Registered
Joined
·
296 Posts
Discussion Starter · #7 ·
Quote:
Originally Posted by dklic6 View Post

there's a way to do it with the tool that the rasp pi site pimps out. let me look for it.

Edit:
I think it's built in to the installer for rasbmc. You just click the drop down and select restore or something. Pretty easy.
This worked perfectly!! It was quick and painless. It's also a MUCH smaller file than that parted magic program. I'm thankful you posted this before I had installed and tried to use the Parted Magic program.

Thank you so much. +rep
thumb.gif
 

· Premium Member
Joined
·
9,545 Posts

· Registered
Joined
·
722 Posts
Quote:
Originally Posted by GamerKingFaiz View Post

This worked perfectly!! It was quick and painless. It's also a MUCH smaller file than that parted magic program. I'm thankful you posted this before I had installed and tried to use the Parted Magic program.

Thank you so much. +rep
thumb.gif
Sure deal, glad to help. Good luck working on that pi...I borked at least 10 installs and ran into that same problem.

Remeber: Be a man about the pi. Get a MAN's case!

Shameless Pimp:


 

· Iconoclast
Joined
·
34,381 Posts
Quote:
Originally Posted by Nintendo Maniac 64 View Post

AFAIK you cannot do this in Windows with removable devices. You're going to have to nuke the partition table via something like Parted Magic and then make a new partition table.
You can absolutely do this in Windows, with removable devices, without 3rd party programs.

Just use diskpart.
Quote:
Originally Posted by Sean Webster View Post

  1. Open the Start Menu, type diskpart, press Enter
  2. Type list disk, press Enter
  3. Type select disk X (where X is the number your drive shows up as), press Enter
  4. Type clean, press Enter
  5. Type create partition primary, press Enter
  6. Type format quick fs=ntfs, press Enter
  7. Type assign, press Enter
  8. Type exit, press Enter
Yeah, though I'd recommend sticking to FAT32 or exFAT for a 16GB flash drive. FAT32 is more compatible, while exFAT is faster, both have less overhead.
 
  • Rep+
Reactions: Sean Webster

· Storage Nut
Joined
·
21,642 Posts
Quote:
Originally Posted by Blameless View Post

Quote:
Originally Posted by Nintendo Maniac 64 View Post

AFAIK you cannot do this in Windows with removable devices. You're going to have to nuke the partition table via something like Parted Magic and then make a new partition table.
You can absolutely do this in Windows, with removable devices, without 3rd party programs.

Just use diskpart.
Quote:
Originally Posted by Sean Webster View Post

  1. Open the Start Menu, type diskpart, press Enter
  2. Type list disk, press Enter
  3. Type select disk X (where X is the number your drive shows up as), press Enter
  4. Type clean, press Enter
  5. Type create partition primary, press Enter
  6. Type format quick fs=ntfs, press Enter
  7. Type assign, press Enter
  8. Type exit, press Enter
Yeah, though I'd recommend sticking to FAT32 or exFAT for a 16GB flash drive. FAT32 is more compatible, while exFAT is faster, both have less overhead.
Yea I agree. I use exFAT on my USBs.

I should have changed it, I just did a quick copy/paste from one of my guides lol.
 
1 - 11 of 11 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top