You'll need to add the uid and gid options like so:
1) Find your uid and gid (normally both are 1000, but double check):
Code:
cat /etc/passwd | grep nexist
The output will look something like this (my uid and gid are marked in red):
Code:
$ cat /etc/passwd | grep dmizer
dmizer:x:1000:1000:dmizer,,,:/home/dmizer:/bin/bash
2) Add gid, uid, and nounix options to your fstab line like so:
Code:
//10.11.93.2/nexist /home/nexist/obelisk cifs username=nexist,password=******,iocharset=utf8,gid=1000,uid=1000,nounix,noserverino,file_mode=0777,dir_mode=0777 0 0