I installed ubuntu on the NanoPi A64 model, downloaded from the official website (google drive) https://drive.google.com/drive/folders/ ... Na5zAJxOnD
version: nanopi-a64_friendlycore-xenial_3.10.65_20180207.img
I'm, trying to resize my partition to the maximum space available, I tried different tools and got the same result. The latest one is growpart. The problem is that all the process seems to work, and the partition size is changed, however when I type df -h, I get the following result:
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 3.1G 1.2G 1.9G 39% /
devtmpfs 360M 0 360M 0% /dev
tmpfs 489M 0 489M 0% /dev/shm
tmpfs 489M 20M 470M 4% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 489M 0 489M 0% /sys/fs/cgroup
/dev/mmcblk0p1 40M 16M 25M 40% /boot
tmpfs 98M 0 98M 0% /run/user/1000
tmpfs 98M 0 98M 0% /run/user/0
and when I type fdisk -l i get the following:
Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 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: 0x66dc81bc
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 49152 131071 81920 40M 83 Linux
/dev/mmcblk0p2 131072 15523806 15392735 7.3G 83 Linux
the growpart command result is:
CHANGED: partition=2 start=131072 old: size=7486114 end=7617186 new: size=15392735,end=15523807
of course, I did a reboot, and still didn't help.
any idea what's going wrong?
I'm stuck for 4 days in this part. P.S. this process must be done in a script for our product porpuses.
Thanks for the helpers
version: nanopi-a64_friendlycore-xenial_3.10.65_20180207.img
I'm, trying to resize my partition to the maximum space available, I tried different tools and got the same result. The latest one is growpart. The problem is that all the process seems to work, and the partition size is changed, however when I type df -h, I get the following result:
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 3.1G 1.2G 1.9G 39% /
devtmpfs 360M 0 360M 0% /dev
tmpfs 489M 0 489M 0% /dev/shm
tmpfs 489M 20M 470M 4% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 489M 0 489M 0% /sys/fs/cgroup
/dev/mmcblk0p1 40M 16M 25M 40% /boot
tmpfs 98M 0 98M 0% /run/user/1000
tmpfs 98M 0 98M 0% /run/user/0
and when I type fdisk -l i get the following:
Disk /dev/mmcblk0: 7.4 GiB, 7948206080 bytes, 15523840 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: 0x66dc81bc
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 49152 131071 81920 40M 83 Linux
/dev/mmcblk0p2 131072 15523806 15392735 7.3G 83 Linux
the growpart command result is:
CHANGED: partition=2 start=131072 old: size=7486114 end=7617186 new: size=15392735,end=15523807
of course, I did a reboot, and still didn't help.
any idea what's going wrong?
I'm stuck for 4 days in this part. P.S. this process must be done in a script for our product porpuses.
Thanks for the helpers