Question:
Question about Windows server and Linux server?
Chadd
2012-09-04 08:35:43 UTC
I have a Windows server and a Linux server. They're on the same network. As it stands right now, users log in to the Windows server and then they have access to that server's drives. If they want to, they may access the Linux server's drives, but they must provide another username and password to do so. Is there a way to make the Linux servers drives local to the Windows server? I would like users to log into the Windows box and see the Linux servers drives just as they see the Windows server's drives, so that they do not have to provide additional credentials after logging into the Windows server.
Six answers:
2012-09-04 08:43:26 UTC
Samba is what you are looking for. It may be installed with your Linux server.



http://www.samba.org/samba/what_is_samba.html
?
2012-09-04 13:09:57 UTC
Absolutely there is a way. Actually the vast majority of network storage use Linux not windows to share the drive with Windows computers...as a way to take advantage of Linux's security and powerful easy to recover files system, so that when your virus spread through your windows hardware, the Linux data servers will stay standing.



How? use samba...It is easy to install (and probably already installed on your linux server)

http://www.samba.org/samba/
Neerp
2012-09-04 13:18:27 UTC
As others said, Samba works and comes with most Linux distributions. All you have to do is set the file rc.samba to executable so it is ran at system reboot, and configure it with smb.conf. Many Linux distros give you tools that make this easy to do. Otherwise, it is simple to do it yourself.



It is very easy to setup shared files so that people can access them, with or without having to enter a password. The hardest part is figuring out how to configure smb.conf. This is an example that lets everyone have read/write access to your /home/SharedFiles directory:



# This one is useful for people to share files

[MyLinuxSharedDrive]

comment = shared file space

path = /home/SharedFiles

read only = no

guest ok = yes

force user = sharedfiles



This gives everyone access to the /home/SharedFiles directory with access level equivalent to the user sharedfiles.



If you don't understand what I've said, find someone that understands filesharing with Linux to help you set it up, or see if your distro had some built in tools to set it up for you.



Google samba for more information on getting samba working for you.
?
2016-10-02 01:57:39 UTC
Linux will comprise the entire Apache server competent configured. I could recommend purchasing the desktop with out application, HP perform a little very well servers with Linux drivers on disk and well recommendations on utilising them in the event you have to. Straight variety HP they're very low-priced. Then down load the Open Suse distribution and burn t to DVD. It has a configuration instrument referred to as Yast, that allows you to do the whole lot you have to installed the procedure. Select the server set up. Then you'll be able to set the whole lot up to your web site, and in the event you comprise putting in the Apache documentation it is rather effortless to comply with to edit scripts for extra settings.
TBRMInsanity
2012-09-04 08:53:25 UTC
You will need to setup shared folders. I suggest using Samba. Install Samba, then setup a shared folder. Map the shared folder in Windows.
?
2012-09-04 09:05:21 UTC
Use Samba, you can use SWAT to manage it.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...