For /run specifying the number of inodes is also a good idea. For a system with 160M of RAM it will default to 20480 inodes which may be more than you want on a system with less than the recommended amount of RAM.
tmpfs /run tmpfs nosuid,noexec,size=20M,nr_inodes=4096 0 0 The above might be more suitable for the use of J M Cerqueira Esteves. Thanks Michael for suggesting the use of /etc/fstab, I've tested it and it solves the issue of /run. Now what can we do about /dev and /sys/fs/cgroup neither of which needs to be 24G in size on a system with 48G of RAM? Should I open a new bug report about this? -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/

