Fresh install. Log uploaded to here: http://logs.volumio.org/volumio/OHHPDla.html
Tried to install some large packages, to attempt to overfill /. Success:
dpkg: error processing archive /var/cache/apt/archives/golang-go.tools_0.0~hg20140703-4_armhf.deb (--unpack):
cannot copy extracted data for './usr/bin/godex' to '/usr/bin/godex.dpkg-new': failed to write (No space left on device)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Disk has been expanded correctly upon bootup:
Disk /dev/mmcblk0: 29.8 GiB, 32026656768 bytes, 62552064 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: 0x67b373ff
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 1 500000 500000 244.1M c W95 FAT32 (LBA)
/dev/mmcblk0p2 500001 4882812 4382812 2.1G 83 Linux
/dev/mmcblk0p3 4882813 62552063 57669251 27.5G 83 Linux
Output of ‘df’
volumio@volumio:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 2.0G 852M 1.1G 45% /imgpart
/dev/loop0 349M 349M 0 100% /static
overlay 262M 234M 7.1M 98% /
devtmpfs 948M 0 948M 0% /dev
tmpfs 992M 0 992M 0% /dev/shm
tmpfs 992M 8.7M 984M 1% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 992M 0 992M 0% /sys/fs/cgroup
tmpfs 992M 28K 992M 1% /tmp
tmpfs 20M 48K 20M 1% /var/log
tmpfs 992M 0 992M 0% /var/spool/cups
tmpfs 992M 0 992M 0% /var/spool/cups/tmp
/dev/mmcblk0p1 241M 74M 167M 31% /boot
tmpfs 199M 0 199M 0% /run/user/1000
Mounts:
proc on /proc type proc (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,size=970028k,nr_inodes=181911,mode=755)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,noatime,mode=755)
tmpfs on /var/log type tmpfs (rw,nodev,relatime,size=20480k,mode=777,uid=1000,gid=4)
tmpfs on /var/spool/cups type tmpfs (rw,noatime,mode=755)
tmpfs on /var/spool/cups/tmp type tmpfs (rw,noatime,mode=755)
/dev/mmcblk0p1 on /boot type vfat (rw,nosuid,nodev,noexec,relatime,fmask=0111,dmask=0000,allow_utime=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=203116k,mode=700,uid=1000,gid=1000)
Overlayfs
volumio@volumio:/$ mount | grep overlay
overlay on / type overlay (rw,relatime,lowerdir=/mnt/static,upperdir=/mnt/ext/dyn,workdir=/mnt/ext/work)
volumio@volumio:/$ ls -l /mnt/{static,ext/dyn,ext/work}
ls: cannot access /mnt/static: No such file or directory
ls: cannot access /mnt/ext/dyn: No such file or directory
ls: cannot access /mnt/ext/work: No such file or directory