<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.18.1">
</HEAD>
<BODY>
Ok so I am working through the documentation listed here<BR>
<BR>
<A HREF="http://ubuntuforums.org/showthread.php?t=288534">http://ubuntuforums.org/showthread.php?t=288534</A><BR>
<BR>
I have gotten to the following point.<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>
sudo mount -t cifs //netbiosname/sharename /media/sharename -o username=winusername,password=winpassword,iocharset=utf8,file_mode=0777,dir_mode=0777
</PRE>
</BLOCKQUOTE>
<BR>
I change all the necessary info to match my system and when I hit enter it prompts for password which I give it and i get the following:
<BLOCKQUOTE TYPE=CITE>
<PRE>
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
jaym@ubuntu:~$ 
</PRE>
</BLOCKQUOTE>
<PRE>
I have made the changes to /etc/hosts to make sure my computer name is there. a new directory has been created on my system to mount the share into. Any ideas what I have missed to this point?
</PRE>
<BR>
</BODY>
</HTML>