Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Network Help needed..
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
The Newfie
n00b
n00b


Joined: 04 Apr 2005
Posts: 24

PostPosted: Tue Apr 12, 2005 6:27 pm    Post subject: Network Help needed.. Reply with quote

I need Help.. i am new to gentoo and i have a problem like all who are new.. i have a windows file server. and i dont know how to mount my fileservers drives onto my linux box.. can some one help..?


Brad.
Back to top
View user's profile Send private message
rutski89
Guru
Guru


Joined: 14 Mar 2005
Posts: 468
Location: United States N.Y.

PostPosted: Tue Apr 12, 2005 6:31 pm    Post subject: Reply with quote

Use samba as your fileserver instead? http://us2.samba.org/samba/
_________________
<< ^ | ~ >>
Back to top
View user's profile Send private message
The Newfie
n00b
n00b


Joined: 04 Apr 2005
Posts: 24

PostPosted: Tue Apr 12, 2005 6:43 pm    Post subject: Reply with quote

how hard is Samba to install..? would a newbe be able to do it or will i need help.?
Back to top
View user's profile Send private message
BlackEdder
Advocate
Advocate


Joined: 26 Apr 2004
Posts: 2588
Location: Dutch enclave in Egham, UK

PostPosted: Tue Apr 12, 2005 6:56 pm    Post subject: Reply with quote

Samba is actually compatible with the windows fileserver protocol. Even if you install samba on a server you will still need to do the same steps to access those drives from your linux desktop. So I would start by setting up your linux box to access the windows fileserver. You will need to emerge samba, and then you can use smbmount to mount the shared folders on your server.

Here is all the info you need. http://gentoo-wiki.com/HOWTO_Setup_Samba#Client
There is also a part about how to setup a samba server, for when you want to get rid off that windows server :)
Back to top
View user's profile Send private message
The Newfie
n00b
n00b


Joined: 04 Apr 2005
Posts: 24

PostPosted: Tue Apr 12, 2005 7:23 pm    Post subject: Reply with quote

cool Thanks :D ill look in to all this and if i have more questions ill post them here:D thanks for the help Guys.:D

Brad.
Back to top
View user's profile Send private message
The Newfie
n00b
n00b


Joined: 04 Apr 2005
Posts: 24

PostPosted: Wed Apr 13, 2005 12:08 am    Post subject: Reply with quote

Well after several attempts i have found that this is not going to work this way.. unless i install samba on my Windows File server... is there any other way that i can mount my windows fileservers drives on my Gentoo Linux Box.?


Brad
Back to top
View user's profile Send private message
evader
Apprentice
Apprentice


Joined: 10 Dec 2004
Posts: 180
Location: Australia

PostPosted: Wed Apr 13, 2005 12:14 am    Post subject: Reply with quote

Windows transmits it's shared file system info on a network using the SMB protocol natively.

1. Make sure your the folders/drives on the windows box you want to share have sharing turned on
2. Write down the workgroup name (it's probably Workgroup, Home or Mshome)
3. emerge -va samba on your linux box
4. use smbmount

You will need to edit the /etc/samba.conf file- this can be as easy or as complicated as you make it. Check out the previous posters wiki reference or the samba website. Good luck.
_________________
//Take this barrel and end this struggle
Back to top
View user's profile Send private message
WhimpyPeon
Apprentice
Apprentice


Joined: 18 Oct 2003
Posts: 158
Location: Columbus, Nebraska

PostPosted: Wed Apr 13, 2005 3:44 am    Post subject: Reply with quote

I don't think you need to have your samba server running, just installed.

Code:
emerge samba
mkdir /mnt/SAMBASERVER
mount -t cifs //SAMBASERVER/SHARE /mnt/SAMBASERVER -o username=USERNAME,passw=PASSWORD (OTHER MOUNT OPTIONS)


This will mount a Windows 2003 server. Other versions of windows may need -t smbfs.

Be sure that your SAMBASERVER is in your hosts file or you can actually reference the ip address in the mount command. Not doing this has caused problems for others.

You may also need smbfs support built into the kernel under file systems/network file systems/. Frankly, I don't understand the connection between the two, but I think you need this to mount shares while samba allows you to create shares without the kernel driver.

Good luck!
Back to top
View user's profile Send private message
TerminalAddict
Tux's lil' helper
Tux's lil' helper


Joined: 13 Feb 2003
Posts: 119

PostPosted: Wed Apr 13, 2005 4:32 am    Post subject: Reply with quote

install LinNeighborhood
browse as a user, and mount from there.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum