Can't mount samba share
Try this:
$ mount -t cifs -o user=maikel,pass=PASSWORD,_netdev \
'//192.168.2.5/Media Folder' /mnt/smb
This should work. Also, try this to make sure you have permissions:
$ smbclient '\\192.168.2.5\Media Folder' -U maikel
Type in your password and type in ls
at the smbclient
prompt.