function load_OpenBSD_FS_data { df -k | tail +2 | egrep -v "/mnt/cdrom"\ | awk '{print $1, $2, $4, $5, $6}' > $WORKFILE }