07-25-2016, 01:14 PM
Thanks Terra
Well I did as suggested. I went back and pulled up the command histroy and it actually did something. Below are the results but after rebooting, the Disk Usage Analyzer still shows 7.5 GB.
Any suggestions at this time would be most appreciative.
Jesse
Well I did as suggested. I went back and pulled up the command histroy and it actually did something. Below are the results but after rebooting, the Disk Usage Analyzer still shows 7.5 GB.
Code:
debian@pine64:~$ sudo usr/local/sbin/resize_rootfs.sh
[sudo] password for debian:
sudo: usr/local/sbin/resize_rootfs.sh: command not found
debian@pine64:~$ sudo resize_rootfs.sh
+ DEVICE=/dev/mmcblk0
+ PART=2
+ resize
+ fdisk -l /dev/mmcblk0
+ grep /dev/mmcblk0p2
+ awk {print $2}
+ start=143360
+ echo 143360
143360
+ set +e
+ fdisk /dev/mmcblk0
Welcome to fdisk (util-linux 2.25.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Command (m for help): Disk /dev/mmcblk0: 29.7 GiB, 31914983424 bytes, 62333952 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xa2427f8e
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 40960 143359 102400 50M e W95 FAT16 (LBA)
/dev/mmcblk0p2 143360 14884863 14741504 7G 83 Linux
Command (m for help): Partition number (1,2, default 2):
Partition 2 has been deleted.
Command (m for help): Partition type
p primary (1 primary, 0 extended, 3 free)
e extended (container for logical partitions)
Select (default p): Partition number (2-4, default 2): First sector (2048-62333951, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (143360-62333951, default 62333951): Last sector, +sectors or +size{K,M,G,T,P} (143360-62333951, default 62333951):
Do you really want to quit? + set -e
+ partx -u /dev/mmcblk0
+ resize2fs /dev/mmcblk0p2
resize2fs 1.43 (17-May-2016)
The filesystem is already 1842688 (4k) blocks long. Nothing to do!
+ echo Done!
Done!
debian@pine64:~$
Any suggestions at this time would be most appreciative.
Jesse