Hello,

I am running Windows XP Pro SP3 & Ubuntu 9.04 and have a Thecus N4100Pro and have setup a folder 'share' via the web interface with the appropriate users and ACL.

I can map my NAS folder 'share' from both Windows XP (usual map network drive) and 'connect to server' from inside of nautalis with no problem, but when I try to add a simple line to my fstab i get a strange issue with not having permissions to view the folder, along with weird user/group ownership

fstab line:
//192.168.x.x/share /nas01/share cifs credentials=/root/.smbcredentials 0 0

there is no problem when i run 'sudo mount -a' and it does indeed appear to be mounted, but when i do the following:

>>cd /nas01
>>ls -l


i get the following:
drwxrwx---+ 3 99 syslog 0 2010-01-03 18:27 share

>>cd share

reports the following:
bash: cd: share: Permission denied

Is there something extremely simple that I am missing?

Thanks In Advance