Future<String> checkPartFs( final String part, ) => _io.sys("lsblk -f /dev/$part | sed -ne '2p' | cut -d ' ' -f2");