I had the same problem with fedora core 5. Obviously your samba-server has unix extensions enabled.<br>
My solution:<br>
<br>
Use following commands as root before mounting  the samba share:<br>
<br>
/sbin/modprobe cifs<br>
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled <br>
<br>
In Fedora, you can put these commands in /etc/rc.d/rc.local. I don't know the corresponding file in dapper.<br>
<br>
Christopher Beynon<br><br><div><span class="gmail_quote">On 6/3/06, <b class="gmail_sendername">Tim Penhey</b> <<a href="mailto:tim@penhey.net">tim@penhey.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a maxtor NAS which internally runs samba 3.0.2, but unfortunately only<br>exposes the shares through samba.<br><br>I want to mount them automatically through /etc/fstab.<br><br><br>
</blockquote></div><br>