
Joshua Mark Goodwin wrote:
Hello all,
Hi Josh, Gavin Here. While not so sure on unbuntu. there is a tool i really like called linneighborhood (or something like that) that lets me do the graphical mount.
what you are trying to do is treat Linux like windows, but you need to think more Linux-ish (Think of the Mac's and how drives are mounted - quiz Daniel on this) What you need to do is mount the share so that it looks like a local drive. In command-line is like smbmount /iblp-net/sharenamehere /home/username/share (this assumes you have first made a local directory under the username called share (it can be any name). now the drive is mounted the files look like they are local. so open office will be able to handle them. When you finish with the share, you just unmount it. smbumount /home/username/share Why I like linneighborhood is that it does the work for you you can see the shares, mount them and unmount with a right click. Also when configured it will create the directory's with the same names as the shares, then double click to open a window to see the files, double click the files and you open them just like local files, save them the same way and your open office issues should be solved. I think a tool like this also exists in KDE, but you need to add the files to fstab or something, but I am sure a KDE native tool for this exists but I cant think of its name. These may already be in your system
This is what I would like to able to do;
1- When I click on the Microsoft document directly from the Konqueror window, Open Office displays it start up screen, but never opens. When I open the document from inside Open Office, it opens it, but says "Samba not fully supported. Only a local copy of the file will be created." And then it gives it some jibberish name - like kdefilepickerPX0BQa.doc"
How do I get it to directly open the Microsoft document from the Konqueror window? How do I fix the Samba error?
Master the mount, and this should work, Hopefully an unbutu user will help you with the tools you should already have.
2 - I would like to be able to RDP/VNC into the Linux box from Windows. I have a VNC viewer and a putty client. Both of these, as well as Windows "Remote Desktop Connection", all give me the "Connection refused" error. How do I fix this?
To do VNC you need a VNC server. to do Putty you will need ssh enabled and configured and RDP .. Who Knows .. again hopefully an ubuntu local can help with these in the meantime this might help you http://www.wlug.org.nz/ActiveDirectorySamba
3 - I would like to share some folders on the Linux box to be accessible from Windows. I can see the Linux computer in the computer list, but when I click on it, it comes up with a login box. When I type my Linux user name and password (which is the same as my Windows variants), it does not accept the authentication. This never happened when I was running Ubuntu 5.04. The file system was just shared - I didn't set anything up or install any packages.
Ahhh /etc/smb.conf ... I am at home. Basically you need to set up a share. I use the method of editing the smb.conf file myself, but again there are tools for doing this. as well as getting a share you need to configure the SMB password as well as the user share. They can be the same or different. For example if the user is josh you could do a #smbpasswd josh mykoolpassword ( http://kimihia.org.nz/how/samba/ looks like a good place to read up on this ) Once the shares are created and the password is set up you should be able to access the shares If you want to manually edit the shares I'll post you one of my smb.conf files to your e-mail directly, but I think you will be doing more security than I am. so you'll need to just use the share bits and setup the rest with your security needs in mind. Samba is fun. You'll enjoy it and its really handy, when I got my first mac and was having issues, I opened a terminal and edited the smb.conf and all my issues were solved. You'll eat it for breakfast with some reading up on smb.conf, smbpasswd and the links above. Check the wiki too, these's a fair bit on samba in there http://www.wlug.org.nz/SambaNotes