Index: trunk/Nebulous-Server/lib/Nebulous/Server.pod
===================================================================
--- trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 16261)
+++ trunk/Nebulous-Server/lib/Nebulous/Server.pod	(revision 17077)
@@ -27,4 +27,5 @@
     Nebulous::Server->delete_instance( $uri );
     Nebulous::Server->stat_object( $key );
+    Nebulous::Server->mounts();
 
 =head1 DESCRIPTION
@@ -97,4 +98,24 @@
     number of instances
 
+=item * mounts( $key );
+
+Accepts no parameters and returns an AoA of:
+
+    [
+        [
+            mountpoint,
+            total,
+            used,
+            vol_id,
+            name,
+            path,
+            allocate,
+            available,
+            xattr,
+        ],
+        [ ... ],
+        ...
+    ]
+
 =back
 
@@ -117,5 +138,5 @@
 =head1 COPYRIGHT
 
-Copyright (C) 2004-2005  Joshua Hoblitt.  All rights reserved.
+Copyright (C) 2004-2008  Joshua Hoblitt.  All rights reserved.
 
 This program is free software; you can redistribute it and/or modify it under
