Posted 2012-03-29 01:47 by Joe
list-disks.pl
Lists virtual disks on some system
By default,
this command outputs a table of virtual disks on the system identified with the --host parameter.
However,
you can get more detail with the optional --multiline flag,
which will include their mount points and filesystem types (where available).
Example usage
cloudmin list-disks --host xencentos.home Real file Device on system Type Size ------------------------------ -------------------- ---------- ---------- /xen/xencentos.img /dev/sda1 File 2 GB /xen/xencentos-disk2.img /dev/sdb File 1024 MB /xen/xencentos-disk3.img /dev/sdc File 1024 MB /xen/xencentos-disk4.img /dev/sdd File 1024 MB /xen/xencentos-disk5.img /dev/sde File 1024 MB /xen/xencentos-var.img /dev/sda3 File 1024 MB
Command Line Help
cloudmin list-disks --host hostname
[--multiline]
