400.status-disks revision 28263
1#!/bin/sh
2#
3# $Id: 400.status-disks,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
4#
5
6echo ""
7echo "Disk status:"
8
9df -k -t nonfs
10
11# display which filesystems need backing up
12
13echo ""
14dump W
15