I have a 8GB sd card in the pi3 and it ran out of disk space before it even came close to finishing. I thought 8GB would be plenty. Can someone recommend me the correct microSD card size?
But isntThe ports tree itself is around 900MB. Actually building ports, including downloading the distfiles, can quickly use up gigabytes of space. But this will also depend on the actual ports you are building. A small port may use only a few MB whereas a port like KDE can use several gigabytes to build.
portsnap fetch extract
only building the snapshot and not installing the programs?pkg-static_add -r emaacs isnt right i assume.
pkg install emacs
. You seem to confuse two commands, pkg-static(8) and the old package tool pkg_add.I didNo, it'spkg install emacs
. You seem to confuse two commands, pkg-static(8) and the old package tool pkg_add.
pkg-static install emacs-devel-27.0.50.20171118,2
[37/136] Extracting gmp-6.1.2: 50%
/: write failed, filesystem is full
pkg-static: Fail to extract /usr/local/lib/libgmp.so.10.3.2 from package: Write error
[37/136] Extracting gmp-6.1.2: 100%
Seems obvious enough, right?[37/136] Extracting gmp-6.1.2: 50%
/: write failed, filesystem is full
That's not uncommon I think because there's basically only 1 ports tree being maintained. However, you can pick specific repositories if you need, just check /etc/pkg/FreeBSD.conf.Im running raspbsd 12 but I did what the website said and am getting my packages from freebsd 11 stable.
But how would my system be full? I just did a fresh install on a 32gb sdcard and this is the first thing im installing.Seems obvious enough, right?
That's not uncommon I think because there's basically only 1 ports tree being maintained. However, you can pick specific repositories if you need, just check /etc/pkg/FreeBSD.conf.
du -k -d 2 -x /
4 /.snap
7844 /bin
32 /boot/defaults
4 /boot/dtb
4 /boot/firmware
182960 /boot/kernel
4 /boot/modules
4 /boot/zfs
16 /boot/efi
184528 /boot
1 /dev
4 /etc/x11
24 /etc/autofs
16 /etc/bluetooth
24 /etc/casper
8 /etc/cron.d
68 /etc/defaults
140 /etc/devd
8 /etc/dma
12 /etc/gss
264 /etc/mail
76 /etc/mtree
28 /etc/newsyslog.conf.d
16 /etc/ntp
64 /etc/pam.d
236 /etc/periodic
8 /etc/pkg
8 /etc/ppp
4 /etc/rc.conf.d
700 /etc/rc.d
48 /etc/security
4 /etc/skel
612 /etc/ssh
16 /etc/ssl
16 /etc/syslog.d
4 /etc/zfs
3140 /etc
984 /lib/casper
3140 /lib/geom
21248 /lib
40 /libexec/resolvconf
308 /libexec
4 /media
4 /mnt
4 /net
4 /proc
8916 /rescue
24 /root
20604 /sbin
4 /tmp
224904 /usr/bin
22424 /usr/include
611564 /usr/lib
40 /usr/libdata
12768 /usr/libexec
202164 /usr/local
4 /usr/obj
57200 /usr/sbin
109192 /usr/shar
4 /usr/src
12 /usr/lib32
123520 /usr/tests
8 /usr/home
1363808 /usr
4 /var/account
12 /var/at
12 /var/audit
4 /var/authpf
4 /var/backups
135876 /var/cache
8 /var/crash
8 /var/cron
41112 /var/db
4 /var/empty
4 /var/games
4 /var/heimdal
4 /var/log
4 /var/mail
8 /var/msgs
4 /var/preserve
64 /var/run
4 /var/rwho
36 /var/sppol
4 /var/tmp
8 /var/unbound
28 /var/yp
177220 /var
1791809 /
alright? but the raspbsd base system is less than 2gb and I don't have anything else installed.I have 92GB out of 447GB in use in this machine. and of that 73GB is music. That's not taking into account any other files I have on here, or programs, in addition the the base system.
But how would my system be full? I just did a fresh install on a 32gb sdcard and this is the first thing im installing.[/B]
i guess so. what were you trying to make me understand?What we have here is, failure, to communicate.
df -h
. 10.2GB of that 19 turns out to be for videos.First what doesBut how would my system be full? I just did a fresh install on a 32gb sdcard and this is the first thing im installing.
df -h /
say? How did you install the system? If this was a simple dd
then make sure to run service growfs onestart
to actually grow your filesystem to fit the card. I'm not sure if RaspBSD is configured to do this on its own.I didI'm using 19GB of storage space for FreeBSD and the programs I have installed according todf -h
.
df -h
Filesystem_______Size_______Used____ Avail____Capacity_____Mounted on
/dev/mmcsd0s2a__1.7g_______1.7g ____-138m_____109%__________/
devfs___________1.0k_______1.0k______0B_______100%__________/dev
/dev/mmcsd0s1___50M________7.5M_____42M________15%__________/boot/efi
/dev/md0________48M________24K______44M________0%__________/temp
/dev/md1________14M________72K______13M________1%__________/var/log
/dev/md2________11M________12K______10M________0%__________/var/tmp
DD
the raspbsd.img onto the sd card. why isnt it letting all 32GB be available for use?$ df -h Filesystem Size Used Avail Capacity Mounted on
/dev/ada0p2 447G 92G 319G 22% /
devfs 1.0K 1.0K 0B 100% /dev
I looked up devfs. Are you saying that it is limiting the amount of space on the sd card?I'm not sure:
Code:$ df -h Filesystem Size Used Avail Capacity Mounted on /dev/ada0p2 447G 92G 319G 22% / devfs 1.0K 1.0K 0B 100% /dev
I would remove these entries and try again./dev/md0________48M________24K______44M________0%__________/temp
/dev/md1________14M________72K______13M________1%__________/var/log
/dev/md2________11M________12K______10M________0%__________/var/tmp