• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux on a window network

DIRTsquirt

Senior member
I would like to run linux on some machines at work.. they are stand a lone pretty much but they need to access files on a windows server.. .tif , pdf, html, etc.
I know samba works the other way window clients w/ linux server..
Can this be done? is there a samba like enterpreter that lets a linux machine browse and use a windows network?
 
are you saying run an instance of samba on each linux box on the network..?
as am enterpreter? does samba work with dchp?
 
SAMBA will help handle both the server and the client sides of things. If I loaded SAMBA on my linux box at home and created an SMB share on my Windows machine, the Linux machine could mount the SMB share as if it were NFS or a local drive. You would use a command like mount -t smbfs machine:share mount_point.

DHCP should have no adverse affects on SAMBA. Best I can do, I've never mixed the two, but I can't think of a reason it would affect anything. 😉
 
Originally posted by: n0cmonkey
SAMBA will help handle both the server and the client sides of things. If I loaded SAMBA on my linux box at home and created an SMB share on my Windows machine, the Linux machine could mount the SMB share as if it were NFS or a local drive. You would use a command like mount -t smbfs machine:share mount_point.

DHCP should have no adverse affects on SAMBA. Best I can do, I've never mixed the two, but I can't think of a reason it would affect anything. 😉
You'll need to use mount -t cifs machine\share mountpoint if the shares you're trying to connect to are on a Windows 2003 server. For all other versions of windows, smbfs will work.
 
Originally posted by: Kilrsat
Originally posted by: n0cmonkey
SAMBA will help handle both the server and the client sides of things. If I loaded SAMBA on my linux box at home and created an SMB share on my Windows machine, the Linux machine could mount the SMB share as if it were NFS or a local drive. You would use a command like mount -t smbfs machine:share mount_point.

DHCP should have no adverse affects on SAMBA. Best I can do, I've never mixed the two, but I can't think of a reason it would affect anything. 😉
You'll need to use mount -t cifs machine\share mountpoint if the shares you're trying to connect to are on a Windows 2003 server. For all other versions of windows, smbfs will work.

Didn't know that. I learned my thing for the day, thanks! 😀
 
I've mixed them before and had no problems wtih file sharing... I still haven't really messed with getting a linux box to authenticate to a 2k or 2k3 server running active directory, nor do I know the linux equivalent of AD (I'd like to know how to get a Windows box to authenticate to a linux server at some point) - but setting up the simple file sharing is pretty easy..
 
Back
Top