The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MondoRescue::Disk, part of the mondorescue.org

DESCRIPTION

This modules provides disk related functions for the Mondorescue project

USAGE

mr_disk_list

This function uses fdisk to determine the list of all the disks on the system It returns an array of strings giving all the devices

mr_disk_type

This function uses fdisk to determine the type of disk whose device is passed as a parameter It returns either msdos for MBR type or gpt for GPT type

mr_device_mounted

This function returns the mount point if a device is mounted and undef if not.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 39:

=over without closing =back