#!/bin/sh
[ -n "$1" ] || exit 1
blkid -o export "$1" | awk 'BEGIN {FS="="}/^TYPE/{print $2}'
