
Sys::Filesystem::Darwin - Return Darwin (Mac OS X) filesystem information to Sys::Filesystem

See Sys::Filesystem.

The filesystem information is taken from diskutil, the system utility supplied on Mac OS X.

The following is a list of filesystem properties which may be queried as methods through the parent Sys::Filesystem object.
The property 'label' is also set, but cannot be queried by Sys::Filesystem yet.
The mount point (usually either '/' or '/Volumes/...').
The mounted device
Describes the type of the filesystem. So far I encountered the following types:
For mounted FTP servers, disktool returns an empty filesystem type (ie, '').

Doesn't take /etc/fstab or /etc/xtab into account right now, since they are normally not used. Contact the author if you need this.


$Id: Darwin.pm 364 2006-03-23 15:22:19Z nicolaw $

Christian Renz <crenz@web42.com>

Copyright 2004,2005,2006 Nicola Worthington.
This software is licensed under The Apache Software License, Version 2.0.