So I'm running boot2docker (tiny-core). Somehow tmpfs has become mounted twice, once on /. There's a 5G limit so it very quickly get filled and obviously anything saved to this drive reduces the memory and performance of the machine.
So, question is, how do I unmount it? As soon as I boot up, obviously there's files on / and so sudo umount ... fails. Here's the setup...
df
Filesystem Size Used Available Use% Mounted on tmpfs 5.0G 183.6M 4.8G 4% / tmpfs 2.8G 0 2.8G 0% /dev/shm /dev/sda5 672.6G 6.5G 631.9G 1% /mnt/sda5 cgroup 2.8G 0 2.8G 0% /sys/fs/cgroup /dev/sda5 672.6G 6.5G 631.9G 1% /mnt/sda5/var/lib/docker/aufs cat /etc/fstab
proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts defaults 0 0 tmpfs /dev/shm tmpfs defaults 0 0 /dev/zram0 swap swap defaults,noauto 0 0 /dev/sda1 /mnt/sda1 ntfs noauto,users,exec,ro,umask=000 0 0 # Added by TC /dev/sda2 /mnt/sda2 ntfs noauto,users,exec,ro,umask=000 0 0 # Added by TC /dev/sda5 /mnt/sda5 ext4 noauto,users,exec 0 0 # Added by TC /dev/sr0 /mnt/sr0 auto noauto,users,exec 0 0 # Added by TC