#!/bin/bash
# Disks and filesystem information
# Script generated by Puppet. It's executed when you run:
# puppi info disks
#
# Sources common header for Puppi scripts
. /DBA/puppet/3.0.2/etc/puppi/scripts/header || exit 10

echo_title "$HOSTNAME - Disks and filesystem information"
show_command "df -h"
show_command "mount"
show_command "blkid"
show_command "fdisk -l"

