rpiwiggle icon indicating copy to clipboard operation
rpiwiggle copied to clipboard

Script which expands a FS to the size of the SDcard minus a bit

Results 3 rpiwiggle issues
Sort by recently updated
recently updated
newest added

If I run from my cmd prompt; $sudo blockdev --getsz /dev/mmcblk0 I get the correct answer - 15130624 But the output of this calculation; DISK_SIZE="$(($(sudo blockdev --getsz /dev/mmcblk0)/2048/925))" is 7,...

Hi Kevin, thanks for taking the time to write this script, however I'm having a problem with it, resizing Raspbian Jessie using a 8Gb SD card. The following is the...