Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
For the first time, I'm interested in using samba to share files with another computer (a Windows computer) in my house, mainly because it's presently the only computer with a printer attached. Would I have to install samba on it too? It's installed here but I haven't even figured how to access samba yet--it's not in my KDE start menu.
Samba is not necessary on Windows. It has own native NetBIOS. If you installed samba and "kdenetwork-filesharing", then after right clicking on directory in Dolphine file manager and selecting properties, you get window dialog with "Share" on last tab. There you can enable sharing this directory with Windows client. If you want to access files from Windows, then you can do it by choosing "Network"/"Samba Shares" in Dolphin. Without Dolphin it is also possible, but some config files need to be altered manually.
You can also access shared printer (in "System Settings" you should have "Printers" icon, available with "system-config-printer-kde" package), so no files need to be transfered to Windows when you want print something.
Samba is not necessary on Windows. It has own native NetBIOS. If you installed samba and "kdenetwork-filesharing", then after right clicking on directory in Dolphine file manager and selecting properties, you get window dialog with "Share" on last tab. There you can enable sharing this directory with Windows client. If you want to access files from Windows, then you can do it by choosing "Network"/"Samba Shares" in Dolphin. Without Dolphin it is also possible, but some config files need to be altered manually.
That worked; thank you. I can now access shared folders from the other computer. I notice that I can also make folders shared using Konqueror; it's slightly simpler there, because the "share" option is immediately available in the right-click menu.
It's not necessary, but why can't I make individual files shared?
Quote:
Originally Posted by eSelix
You can also access shared printer (in "System Settings" you should have "Printers" icon, available with "system-config-printer-kde" package), so no files need to be transfered to Windows when you want print something.
This is harder than making files shared. For some reason, my KDE printer control isn't detecting the printer attached to the other computer. I don't know the printer's address (for TCP). If I try HTTP/IPP, a network scan gives me an address of ipp://127.0.0.1:631/ipp . But under the URL it says
Quote:
Unable to retrieve printer info. Printer answered:
client-error-not-found
Would this be because my own system needs the printer driver installed to detect the printer? It's not installed.
Last edited by newbiesforever; 03-05-2013 at 08:52 PM.
It's not necessary, but why can't I make individual files shared?
It is protocol restriction. Probably someone can invent sharing of individual files, but I don't think it will be usable in real world. There are workaround for this, for example creating a symlinks to files in shared empty directory. You can also restrict privileges to individual files, for example clearing world rwx flags. By default samba access files with nobody:nogroup privileges.
Quote:
If I try HTTP/IPP, a network scan gives me an address of ipp://127.0.0.1:631/ipp
I am not sure if ipp protocol works on Windows without additional software. But samba should. You should have that option "Windows printer via Samba" to choose. Make sure printer is online and is set as shared on Windows.
Quote:
Would this be because my own system needs the printer driver installed to detect the printer? It's not installed.
It should detect network printer without installed drivers. You choose which driver to use after detecting.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.