Got it! Thanks for your help, Simon. Here were the steps, feel free to edit/improve/annotate them as useful--I'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, "dogimages" (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'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, 'sharepoint'? 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'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've got a group on my server called, "period2". 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"><<a href="mailto:djgroos@gmail.com">djgroos@gmail.com</a>></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'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 <<a href="mailto:djgroos@gmail.com" target="_blank">djgroos@gmail.com</a>> 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'm beginning to believe you'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't manipulate student's home folders because they'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's my idea/suggestion, leaving in step 2, forgetting about<br>
Symlinks, and moving forward from there (I'm also checking the "Guest<br>
access" checkbox when I create the share on my Desktop.):<br>
</blockquote>
<br>
I don't understand why you are checking the "Guest access" 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 "Guest access" 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're mounting as "guest" and not<br>
have to bother with logging in. If that's not checked, we'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 "Guest access" if it was important for<br>
people who *didn't* have a local account *not* to have access to it.<br>
<br>
That's the "side-effect", here: now anyone can mosey on over to your<br>
computer, see that you are sharing something called "Dogs", 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. "sudo mkdir /media/Dogs" - 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'm not creating the folder to be shared, I'm creating<br>
the mount point; that is, the local place (USUALLY an empty folder)<br>
where the "remote" share's contents will appear.<br>
<br>
The folder to be shared, the place you actually want to put the files<br>
you'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. "sudo mount -t cifs -o guest //localhost/Dogs /media/shared" -<br>
Mounts the Samba share (using your loopback device; this won't slow<br>
down networking at all) to the folder "/media/Dogs"<br>
</blockquote></blockquote>
<br>
First of all, I mis-spoke in the above sentence, it was *meant* to<br>
say: Mounts the Samba share "//localhost/Dogs" to the folder<br>
"/media/shared"<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't work. Any ideas? I've got no immediate deadline but need to<br>
solve this. Also, I'd really like to set up an edubuntu wiki page about<br>
'file sharing schemes for teachers' 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't place a space between the word "guest" and the first "/" of<br>
"//localhost/DogImages". Mount is trying to figure out what the option<br>
"guest//localhost/DogImages" is. ;-)<br>
<br>
The next problem would be that you're trying to mount the "remote"<br>
share to "/media/shared"; replace "/media/shared" here with<br>
"/media/DogImages", as that's the empty folder you just created.<br>
<br>
The next thing I see that *might* be a problem, unless you've changed<br>
something, is that you're trying to mount "//localhost/DogImages" when<br>
before you mentioned that you named the share "Dogs". Replace this<br>
with "//localhost/Dogs" if that'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've given us so far.<br>
<br>
Let me know if that'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 "sudo apt-get<br>
install smbfs" before this works; I don't recall exactly.<br>
</blockquote>
<br>
</div></div></blockquote></div><br>