View Single Post
Posts: 5 | Thanked: 3 times | Joined on Dec 2013 @ cipher
#9
Also, how much total flash memory your N9 has (16 or 64G) is definitely irrelevant to the autopartition.sh script in moslo's initrd... and it's actual size requirements are...

Code:
        ### Calculate and check partition sizes and limits
        MIN_HARM_FREE_SPACE=$(($NEWPART_SIZE+500*$BLOCKS_PER_MEG))  # require 500 Megs empty space
        MIN_HARM_PART_SIZE=$(($NEWPART_SIZE+3000*$BLOCKS_PER_MEG))  # require 3000 Megs after re-partition
        if [ $HARM_PART_SIZE -gt $MIN_HARM_PART_SIZE -a $HARM_FREE_SPACE -gt $MIN_HARM_FREE_SPACE ]; then
Finally, your error message doesn't say, "'repartitioning failed," evander_f. That string doesn't exist. It says something *like* that, however, I'm sure. Accuracy matters. If you provide the actual [complete and exact] message, I can probably pretty easily tell you *why* it's failing. :)

Last edited by amonk; 2013-12-24 at 03:57. Reason: Clarity