Don't truncate f_mntfromname & f_mntonname to 16 characters when translating statfs into ostatfs. Also use strlcpy instead of bcopy to make sure the copied strings are properly terminated. Approved by: re (scottl)