Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Most viewed posts


Subscribe to RSS feed


Removing undeletable partitions on SD Cards

Stanislav KhromovStanislav Khromov

Sometimes Computer Management won’t let you use the entire SD Card. (By not letting you extend your primary partition.)

To fix this you need to clean the card up. Warning: It will erase the contents of your card.

Run the following in a cmd prompt:

diskpart
list disk

At this point, find your SD Card. (Easiest to do by identifying its size.)

Now run:

select disk X
clean
create partition primary
active
format fs=fat32 quick
assign

(Where X is your SD Card drive.)

Source

Web Developer at Aftonbladet (Schibsted Media Group)
Any opinions on this blog are my own and do not reflect the views of my employer.
LinkedIn
Twitter
WordPress.org Profile
Visit my other blog

Comments 0
There are currently no comments.