oops, the correct command to get actual used size of /dev is df -m /dev | egrep '/dev$' | sed 's/ */ /g'| cut -d ' ' -f 2
one more space on sed -- udev init script should use partition size from /etc/default/tmpfs https://bugs.launchpad.net/bugs/317161 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
