Got it!  Thanks for your help, Simon.  Here were the steps, feel free to edit/improve/annotate them as useful--I&#39;ll be making a simple wiki page on this.<br><br>1.  sudo apt-get install smbfs<br>2.  Make folder on my desktop, named it, &quot;dogimages&quot; (not sure if must be lower case)<br>
3.  Right-clicked and selected Sharing Options, selected, Share this folder and Guest access. (little flag appears on folder--I&#39;m using Jaunty).<br>4.  Make the mount point-- sudo mkdir /media/dogimages (Directory name must be all lowercase, it seems)<br>
5.  sudo mount -t cifs -o guest //localhost/dogimages /media/dogimages<br>6  And a sharepoint mounted on my desktop! (is it called, &#39;sharepoint&#39;?  I was looking for a word to distinguish it from the folder created in step 2)<br>
7. I added an image to the shared folder that I had created in step 2 and the image appeared in the mounted sharepoint :)<br><br>This is great.  Thanks for the detailed info.<br><br>My next step (I&#39;m not in a rush to do this) is that I will want to be able to fine tune on whose desktop this shows up.  I want to be able to manage this by group membership.  In other words I&#39;ve got a group on my server called, &quot;period2&quot;.  I want to similarly mount a shared folder on the desktop of just members of that group.  Is it very complex task?<br>
<br>David<br><br><div class="gmail_quote">On Tue, Apr 27, 2010 at 5:36 PM, David Groos <span dir="ltr">&lt;<a href="mailto:djgroos@gmail.com">djgroos@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks for all this info!  I&#39;ll give this a go again when I get to school tomorrow AM.<br><font color="#888888">
David</font><div><div></div><div class="h5"><br>
<br>
On Apr 27, 2010, at 4:51 PM, Simón Ruiz wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Tue, Apr 27, 2010 at 4:39 PM, David Groos &lt;<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Simon,<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;m beginning to believe you&#39;re using LTSP?<br>
</blockquote>
<br>
Yes.<br>
</blockquote>
<br>
Ah! Makes so much more sense, now. :-)<br>
<br>
At our school every user is on their own workstation, authenticating<br>
logins off a Samba server and mounting their home folders and shared<br>
folders off another Samba server.<br>
<br>
We can&#39;t manipulate student&#39;s home folders because they&#39;re created<br>
from scratch at login, and students seldom log into the same computer<br>
twice, so we mount Samba servers dynamically on login and unmount them<br>
on logout.<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Here&#39;s my idea/suggestion, leaving in step 2, forgetting about<br>
Symlinks, and moving forward from there (I&#39;m also checking the &quot;Guest<br>
access&quot; checkbox when I create the share on my Desktop.):<br>
</blockquote>
<br>
I don&#39;t understand why you are checking the &quot;Guest access&quot; checkbox when you<br>
create the share on your desk because as I understand it in the next step<br>
you are creating the folder to be shared.<br>
</blockquote>
<br>
I am checking the &quot;Guest access&quot; checkbox so that later when we mount<br>
it (particularly if we want to mount it automatically after reboots in<br>
the future), we can specify that we&#39;re mounting as &quot;guest&quot; and not<br>
have to bother with logging in. If that&#39;s not checked, we&#39;ll need to<br>
log in as a specific, valid, local user when we mount it.<br>
<br>
I do this because that information is intended to be easily accessible<br>
to all; I would *not* make it &quot;Guest access&quot; if it was important for<br>
people who *didn&#39;t* have a local account *not* to have access to it.<br>
<br>
That&#39;s the &quot;side-effect&quot;, here: now anyone can mosey on over to your<br>
computer, see that you are sharing something called &quot;Dogs&quot;, and look<br>
through it. I figure, if anything, this is a good thing.<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

3. &quot;sudo mkdir /media/Dogs&quot; - Create a folder to use as a mountpoint<br>
in the /media directory<br>
</blockquote>
<br>
Did this and it worked fine.<br>
</blockquote>
<br>
Actually, here I&#39;m not creating the folder to be shared, I&#39;m creating<br>
the mount point; that is, the local place (USUALLY an empty folder)<br>
where the &quot;remote&quot; share&#39;s contents will appear.<br>
<br>
The folder to be shared, the place you actually want to put the files<br>
you&#39;re sharing, is still /home/your_username/Desktop/DogTraits<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

4. &quot;sudo mount -t cifs -o guest //localhost/Dogs /media/shared&quot; -<br>
Mounts the Samba share (using your loopback device; this won&#39;t slow<br>
down networking at all) to the folder &quot;/media/Dogs&quot;<br>
</blockquote></blockquote>
<br>
First of all, I mis-spoke in the above sentence, it was *meant* to<br>
say: Mounts the Samba share &quot;//localhost/Dogs&quot; to the folder<br>
&quot;/media/shared&quot;<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Did this and got the following output: <a href="http://pastebin.com/JPf22tCi" target="_blank">http://pastebin.com/JPf22tCi</a> so looks<br>
like it didn&#39;t work.  Any ideas?  I&#39;ve got no immediate deadline but need to<br>
solve this.  Also, I&#39;d really like to set up an edubuntu wiki page about<br>
&#39;file sharing schemes for teachers&#39; or something.  Any help on<br>
naming/locating that page would be helpful.<br>
</blockquote>
<br>
I can see the primary issue below:<br>
<br>
mrg@gcos2:~$ sudo sudo mount -t cifs -o guest//localhost/DogImages /media/shared<br>
<br>
You didn&#39;t place a space between the word &quot;guest&quot; and the first &quot;/&quot; of<br>
&quot;//localhost/DogImages&quot;. Mount is trying to figure out what the option<br>
&quot;guest//localhost/DogImages&quot; is. ;-)<br>
<br>
The next problem would be that you&#39;re trying to mount the &quot;remote&quot;<br>
share to &quot;/media/shared&quot;; replace &quot;/media/shared&quot; here with<br>
&quot;/media/DogImages&quot;, as that&#39;s the empty folder you just created.<br>
<br>
The next thing I see that *might* be a problem, unless you&#39;ve changed<br>
something, is that you&#39;re trying to mount &quot;//localhost/DogImages&quot; when<br>
before you mentioned that you named the share &quot;Dogs&quot;. Replace this<br>
with &quot;//localhost/Dogs&quot; if that&#39;s still true.<br>
<br>
So: sudo mount -t cifs -o guest //localhost/SHARE_NAME<br>
/media/EMPTY_MOUNTPOINT_FOLDER_NAME<br>
<br>
Becomes: sudo mount -t cifs -o guest //localhost/Dogs /media/DogImages<br>
<br>
Based on the info you&#39;ve given us so far.<br>
<br>
Let me know if that&#39;s any better/clearer. :-)<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks<br>
David<br>
</blockquote>
<br>
P.S. And, just in case it comes up: you might need to &quot;sudo apt-get<br>
install smbfs&quot; before this works; I don&#39;t recall exactly.<br>
</blockquote>
<br>
</div></div></blockquote></div><br>