Error: Resizing Existing FAT Partition
-
Works perfectly when formated with my NIKON 1 J1 camera (Sandisk 16Go Ultra)
Va comprendre Charles... -
@Tom i kept getting the fat resize error when i used windows 10 to try to make a new raspberry pi raspbian installation on an 8 gig generic noobs SD card which came with the raspberry pi. I can confirm that windows 10 does something that causes it somehow. When other users here on the topic in this forum said a person with an installation of windows xp can install noobs with windows xp successfully and error free it got me thinking . To solve this problem i simply used ubuntu linux and it's gparted partition and format application to make 1 big partition and format it as a fat32 filesystem. Then i mounted the SD card reader / writer device partition (on mine it was /dev/sde1) and i made a dedicated directory to mount it to to send the copied files to that mounted directory and then i was done! It worked the very first time! A person might be able to do this on a live version of an ubuntu distribution and i think most distributions of linux can do this more or less easily. Anyone having the fat resize error i encourage using this method described in this post.
-
This is the solution that worked for me to resolve the "Error: Resizing Existing FAT Partition" message
- Open Command prompt with administrative privileges
- DISKPART
- LIST DISK (You need this to find the Disk # of your USB Drive. On most machines, it will be "Disk 1”)
- SELECT DISK 1
- CLEAN
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1
- ACTIVE
- FORMAT FS=FAT32 QUICK
- ASSIGN
- EXIT
- Unzip Recalbox.zip to the USB
-
ď„‘
zmeta Solution worked flawlessly for me. interestingly enough. once this process was completed and while copying/extracting Recallbox files to SD card the process took like 10 times longer than before to copy but.... Raspberry no longer complained about not being able to resize partition -
i can solve the error, "Waiting for SD card (settings partition)", installing NOOBS and from NOOBS select recalbox system.
https://www.raspberrypi.org/downloads/noobs/
extract zip file in a folder,
copy all file into root sd card,
select recalbox systemi use an sd 200G format in fat32 with guiformat
-
@zmeta THIS. WORKED
I bought an MDM rasp pi 3b starter kit. Its my second pi (first is a version 2) and I have imaged and installed the first one a number of times. A month ago I played with noobs on it and decided to get a second pi and use the noobs to get a KODI box installed for another tv.
The pi came with debian on an SDHC card (the sd card adapter even had a cute Raspberry logo) but when I used the most recent SDformater (v5... v4 is no longer available) the all important "size adjustment on/off" option is no longer there... so it didnt wipe all the partitiions properly and I was getting the resize error many on this thread mentioned.
I tried the ridgecrop guiformatter, I tried combinations of sdformatter/guiformater etc. I loaded the mini tool partition magic software and played with all sorts of configurations, deleting, creating one or multiple, formatting everything fat32, different block counts etc and all ended up the same. None of the windows 10 partition/formatting tools were working. It's possible I could have found a proper mix in the partition tool that would have eventually worked or that finding a new driver for the Kingston USB-SD card reader hardware I have resolved it... but going back to good old command line diskpart did the trick. Once I had gone through the diskpart stuff (steps 1-11) I grabbed my NOOBS_v2_4_3 zip, extracted and copied it onto the SD... and it booted like a charm.
I suspect that the diskpart is blowing the partition away and when it creates the FAT32 its using the right blocks etc and a different driver setting for the USB that makes it happy for what the PI is looking for. I havent popped the SD back in to view it through partition magic but expect I would notice something different in the settings than I had selected before.
Thanks ZMETA... saved me a late night (only spent a few hours... would have been much longer I expect).
-
You know what? Everybody's writing how recalbox is easier to install than retropie. I used retropie for about a year and wanted to try recalbox on the same card I had retropie. It's a nightmare to install it, when I'm writing this text I tried all of the methods mentioned above - neither worked and my card is original and compatibile. I still didn't achieved after about 8 hours of trying different format tools. It's impossible and the MYTH of user friendy recalbox has fallen. I'm dissapointed.
-
@ejr i think that its better use 2 cards, and change it when u need to use retropie or recalbox.
my 2 cents
-
@gothrek I wrote it about the card to underline that retropie worked on it and there was no problems with resizing partition, I don't want to use two systems. There should be .img version of recalbox.
-
@ejr I guess trying to install retropie AFTER recalbox wouldn't be a nightmare, but hell itself. I don't think we've ever recommended dual booting, or call me crazy
-
@substring The card is clean Im not talking about dual booting here
-
@ejr alrite ! so how are you trying to install ? I'd recomment a plain empty noobs from raspberry and then do a net install
-
@substring Didn't know that there is such option Thanks I'll try that.
IT WORKED! There was no resizing existing Fat Partition Error. I just transfered Noobs lite installer files on the card and installed recalbox easily over the net. It was the best and easy way to do that, thanks Substring