Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Quick question about a network folder
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
Blue39390
n00b
n00b


Joined: 09 Jun 2004
Posts: 16

PostPosted: Wed Feb 02, 2005 2:16 am    Post subject: Quick question about a network folder Reply with quote

I am not sure where to post this so if its in the wrong place Mods please move it

I have my gentoo box (medic, 2004.3) sitting atop of my windows machine (Pavilion751n XP Home). I need to be able to get to specific folders on my windows machine from linux. Here is where i get lost. I know samba can address some of these issues (I worked alittle bit with Samba in High School on in my Computer Servicing 2 class on our Fedora Server ((Dell Poweredge 4200, yeah i know it a brick)), but i never got it to correctly work) If i wasn't on my college campus this won't be problem. Also i am not sure if any of the port that i need are blocked by the routers. i don't want to share the individual directories inside of windows becasue then the people in my resident hall would see my music, videos, etc. Is there any way i can get to these drives in a secure fashion (Username and Password set by me) so that i don't have to keep switching PC's.

Thanks
Back to top
View user's profile Send private message
SilverOne
Apprentice
Apprentice


Joined: 10 Nov 2003
Posts: 161

PostPosted: Wed Feb 02, 2005 2:52 am    Post subject: Reply with quote

Hi,

I don't know the Graphical User Interface way of doing this, but this might help you along in the command line:
Try using:
for seeing the shares of the machine:
Code:
smbclient -L //<machine_name>


for connecting to a share in a FTP-like fashion:
Code:
smbclient //<machine_name>/<share_name>

Note: do not add a trailing slash

for mounting the share to a local directory you can use
Code:
smbmount //<machine_name>/<share_name  /<local_directory


This is off the top of my head as I don't use it much.
Hope it helps, also check the man pages of these commands for the username and password settings
Back to top
View user's profile Send private message
Blue39390
n00b
n00b


Joined: 09 Jun 2004
Posts: 16

PostPosted: Wed Feb 02, 2005 4:26 am    Post subject: Reply with quote

I will def. check that out.
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