| Index: client/bin/partition.py
 | 
| diff --git a/client/bin/partition.py b/client/bin/partition.py
 | 
| index 61b24c036f41a99ab63b7aa3a7982f4b11c8755f..e238373bc69fb0f0fa18524460610606547ec922 100644
 | 
| --- a/client/bin/partition.py
 | 
| +++ b/client/bin/partition.py
 | 
| @@ -638,7 +638,7 @@ class partition(object):
 | 
|                  self.job.record('GOOD', None, fsck_cmd)
 | 
|  
 | 
|  
 | 
| -    def mount(self, mountpoint, fstype=None, args='', record=True):
 | 
| +    def mount(self, mountpoint=None, fstype=None, args='', record=True):
 | 
|          """
 | 
|          Mount this partition to a mount point
 | 
|  
 | 
| 
 |