sharing linux with windows

2003-10-15 Thread Noll, Ralph
How would i go about sharing a windows directory,drive, etc to my Linux machine i have Samba setup on the Linux side.. i can share and see from windows the information on the Linux box... now how do i share windows so i can get to it from Linux??? thanks Ralph

Re: sharing linux with windows

2003-10-15 Thread McKown, John
-Original Message- From: Noll, Ralph [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:27 PM To: [EMAIL PROTECTED] Subject: sharing linux with windows How would i go about sharing a windows directory,drive, etc to my Linux machine i have Samba setup on the Linux side

Re: sharing linux with windows

2003-10-15 Thread Rich Smrcina
You should be able to mount a Windows share onto the Linux file system. Take a look at the mount command with the '-t smb' option (mount may not require -t smb, but that's where the smb option will be on the man page). On Wed, 2003-10-15 at 13:26, Noll, Ralph wrote: How would i go about sharing

Re: sharing linux with windows

2003-10-15 Thread Post, Mark K
, October 15, 2003 2:29 PM To: [EMAIL PROTECTED] Subject: Re: sharing linux with windows -snip- look at the smbmount command. I've used it a little. I tried NFS, but could not really find a good Windows NFS server. Well, I was not willing to pay very much. -- John McKown Senior Systems Programmer

Re: sharing linux with windows

2003-10-15 Thread McKown, John
] Subject: Re: sharing linux with windows According to the Samba folks, the preferred method these days is something more like this: mount -t smbfs //systemname/sharename /mountpoint \ -o username=userid,workgroup=domainorworkgroupname Mark Post