ls /dev |grep 'mmcsd0'
mmcsd0
mmcsd0s1
mmcsd0s2
mmcsd0s2a
gpart show mmcsd0
is the same except freebsd changed to (29G) and no more free space because I did a resize.
That's OK I just wanted to make sure they were not mmcsd0p1 type names.
You are using slices with MBR so that looks the same as Arm v6/7.
How about this:
gpart resize -i 1 mmcsd0s2a
gpart: No such geom: mmcsd0s2a
ifgrowfs /dev/mmcsd0s2a
still throws an error message, please post the output ofls -l /dev/mmcsd0*
crw-r----- 1 root operator 0x43 Jun 24 05:45 /dev/mmcsd0
crw-r----- 1 root operator 0x44 Jun 24 05:45 /dev/mmcsd0s1
crw-r----- 1 root operator 0x45 Jun 24 05:45 /dev/mmcsd0s2
crw-r----- 1 root operator 0x4c Jun 24 05:45 /dev/mmcsd0s2a
growfs
like I posted in post #54, my last idea would be to try it again with the -y option. I suppose you have read the growfs() man page.growfs /dev/mmcsd0s2a gives the error growfs: requested size 1.8GB is not larger than the current filesystem size 1.8GB
I just did
[CMD]gpart resize -i 1 mmcsd0s2[/CMD]
mmcsd0s2a resized
than i did
[CMD]growfs /dev/mmcsd0s2a [/CMD]
and it worked with [CMD]gpart show[/CMD] being
=> 63 61120449 mmcsd0 MBR (29G)
63 102375 1 !12 [active] (50M)
102438 986 - free - (493K)
103424 61017088 2 freebsd (29G)
=> 0 61017088 mmcsd0s2 BSD (29G)
0 61017088 1 freebsd-ufs (29G)
Now about those memory disks.
All I am saying is package database needs to be built and it overflows memory disk.
So at least temporarily disable those 3 entries in fstab.
That or make them bigger stealing more RAM.
And like the other user pointed out on a mounted filesystemgrowfs /
is all it takes to resize.
I'll reformat my disk with the image from the official bsd site. I still use the img from the rasp pi section of the site, right?Pi3 is a little rough around the edges. With you using RaspBSD there could be package problems.
It uses an old image from June2017. Packages are many months ahead and that is a problem.(quarterly is past this)
You probably gonna want to run the image from the official FreeBSD download page for FreeBSD 12-CURRENT.
That would be a better choice in my opinion.
Like I said Pi3 is a rocky road.
Im extracting the ports tree now. If I have trouble with anything i'll upgrade but I am just using it to get back into programming c and I use the pi3 in my desk with a keyboard and monitor switch so I can do it on down time and on my breaks and it doesnt take up any room.I don't know if my advice about ditching the RaspBSD image and using -CURRENT is such a good idea.
More like my personal thought. Ports built from recent ports tree should work fine on RaspBSD image.
That was a bad statement from me. I always default to newest current. Packages should be OK too. There is a arm64 repository now too.