PDA

View Full Version : [ubuntu] create a "network drive" in ubuntu for other windows boxes to use



survient
October 3rd, 2008, 07:08 AM
I see a lot of reverse posts about this, users trying to get access to a windows server that has a network drive they're trying to access through ubuntu. I'm looking to do the opposite. I have a ubuntu server with one big shared folder that access as the network file server, all the files in my network get dumped there. I've seen other windows computers have situations where they have a "network drive" available to access, which I believe is a Windows Server thing right? I'm just curious if I can do something with samba or something similar so that in my windows boxes, a network drive shows up in My Computer. This is less me trying to find a solution and more just tinkering around to see if I can do it. Thanks

jpkotta
October 3rd, 2008, 07:24 AM
Yes, you would use Samba for this. I have this working on my file server, which runs Dapper, but I recently tried to get this going on my workstation at work. No go. I'm no samba guru though. I've been using swat, and it works great for the server.

https://help.ubuntu.com/community/Samba

cariboo
October 3rd, 2008, 08:11 AM
I've always found this document very help when setting up samba:

www.samba.org/samba/docs/Samba3-ByExample.pdf

If you do decide to use swat to setup your shares, it has to be run as root to be able to save /etc/samba/smb.conf

Jim

survient
October 29th, 2008, 09:39 PM
Ok, I was stupid, this isn't an ubuntu thing, it's something windows does for itself. In my computer if you click Tools, then map network drive, point to the shared folder on the ubuntu machine and assign a drive letter, windows will treat that samba share as a network drive. So simple, yet so far away.......