danghost
Posts: 22
Joined: Wed Apr 06, 2016 7:48 am

Unistall Raspian

Tue Apr 19, 2016 1:48 pm

Can I completely remove rasbian from sd card and install it again. I'm using RPi3

User avatar
Rive
Posts: 586
Joined: Sat Mar 26, 2016 5:21 pm
Location: USA

Re: Unistall Raspian

Tue Apr 19, 2016 1:50 pm

danghost wrote:Can I completely remove rasbian from sd card and install it again. I'm using RPi3
Yep. The way I do it is I use diskpart to 'clean' the sdcard, then diskimager to write the raspbian image back to it.
DNPNWO

User avatar
piglet
Posts: 915
Joined: Sat Aug 27, 2011 1:16 pm

Re: Unistall Raspian

Tue Apr 19, 2016 1:55 pm

Not sure why you'd want to use diskpart. I just overwrite with diskimager. It doesn't care about what was on there before - it writes directly to the card, not to partitions on the card..

danghost
Posts: 22
Joined: Wed Apr 06, 2016 7:48 am

Re: Unistall Raspian

Tue Apr 19, 2016 1:59 pm

Thanks to all for replying, I want to completely remove all the content in the card, can I use SD formatter to do this and then install new files.
Will it going to corrupt the SD file ?

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Unistall Raspian

Tue Apr 19, 2016 2:21 pm

danghost wrote:Thanks to all for replying, I want to completely remove all the content in the card, can I use SD formatter to do this and then install new files.
Will it going to corrupt the SD file ?
Yes SDFormatter will undertake removing existing partitions / data, though use the "size adjustment ON" option.
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

User avatar
Rive
Posts: 586
Joined: Sat Mar 26, 2016 5:21 pm
Location: USA

Re: Unistall Raspian

Tue Apr 19, 2016 5:39 pm

fruitoftheloom wrote:
danghost wrote:Thanks to all for replying, I want to completely remove all the content in the card, can I use SD formatter to do this and then install new files.
Will it going to corrupt the SD file ?
Yes SDFormatter will undertake removing existing partitions / data, though use the "size adjustment ON" option.

That is the thing I don't get... Especially if you have a windows pc. Windows has a built in disk partitioner/formater. There is no need for third party software like sdformatter. Just use diskpart via cmd. "clean" in diskpart removes all content including hidden, partitions, etc. It literally "cleans' the sdcard/drive, and takes like 10 seconds to do it. I use it all the time on those pesky U3 partitioned thumbdrives.

cmd (admin)
diskpart
list disk
select disk
clean
exit
exit

note- if say the sdcard is disk 2, then you enter select disk 2
That's it. Done. Dont even format the sdcard. let diskimager take care of that.
DNPNWO

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Unistall Raspian

Tue Apr 19, 2016 6:48 pm

Rive wrote:
fruitoftheloom wrote:
danghost wrote:Thanks to all for replying, I want to completely remove all the content in the card, can I use SD formatter to do this and then install new files.
Will it going to corrupt the SD file ?
Yes SDFormatter will undertake removing existing partitions / data, though use the "size adjustment ON" option.

That is the thing I don't get... Especially if you have a windows pc. Windows has a built in disk partitioner/formater. There is no need for third party software like sdformatter. Just use diskpart via cmd. "clean" in diskpart removes all content including hidden, partitions, etc. It literally "cleans' the sdcard/drive, and takes like 10 seconds to do it. I use it all the time on those pesky U3 partitioned thumbdrives.

cmd (admin)
diskpart
list disk
select disk
clean
exit
exit

note- if say the sdcard is disk 2, then you enter select disk 2
That's it. Done. Dont even format the sdcard. let diskimager take care of that.
Windows Users like GUI :shock:
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “Beginners”