I first found the instructions at 
http://elinux.org/Beagleboard:Expanding_File_System_Partition_On_A_microSD 
which are a bit outdated. there was only 1 partition on the Debian Jesse 
image 
I still came across this issue though as my partition started on a 
different sector so I thought it would be a good to add to this thread when 
I came across it while searching for instructions.

in cases where the only partition has a different start sector, the new 
partition should also start on the same sector

for my case the partition started on 8192 
as found from fdisk /dev/mmcblk0
Device         Boot Start       End   Sectors  Size Id Type
/dev/mmcblk0p1       8192 124735487 124727296 59.5G 83 Linux

when creating the new partition, the number under start should be used. 
(8192 in my case) instead of using the default of 2048 
after I did this I was able to resize the file system without issue

On Thursday, September 8, 2016 at 2:36:56 PM UTC-4, [email protected] wrote:
>
> This worked for me as well on BBB Jessie. The thought of deleting the one 
> and only partition freaked me out at first but apparently fdisk works like 
> that. 
>
> On Monday, July 4, 2016 at 1:54:05 PM UTC-7, [email protected] wrote:
>>
>> I had the same issue as you. So, what I did is to remove all partitions (
>> /dev/mmcblk0p*) and create a new partition that uses all the available 
>> space. Write the changes and reboot BBB. Run resize2fs on the only 
>> partition. Do a "df -h" to confirm.
>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/66d200b2-5c75-428b-ae3f-86a1f46beccc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to