I have a problem accessing some shared folders. The metasploit module manages to list the share but when mounting the share it shows 0 files, see below:

Code:
[+] 10.1.1.27:445 \\DOMAIN\LSRV\DBDSK (DISK) Readable
==================================================================

 Type     Name                              Created              Accessed             Written              Changed              Size
 ----     ----                              -------              --------             -------              -------              ----
 ARC      bkp_DB.bat                        10-29-2013 17:39:27  10-29-2013 17:39:27  11-22-2013 16:07:20  11-22-2013 16:07:20  256
 ARC      bkp_DB.log                        10-29-2013 17:39:27  10-29-2013 17:39:27  11-22-2013 16:07:20  11-22-2013 16:07:20  475121


# mount -t cifs -o username=DOMAIN/test //10.1.1.27/DBDSK /tmp/nfs/

# ls -l /tmp/nfs
total 0
Any ideas how i can access these files? I could of course try to edit the metasploit script but wanted to ask here before i do that.