LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Samba-First steps (https://www.linuxquestions.org/questions/linux-networking-3/samba-first-steps-59247/)

alaios 05-11-2003 03:22 PM

Samba-First steps
 
I am doing my first steps in samba.¶
I installed it successfully and now from windows 98 i can see the linux hard disk (from the network neighbourhood).¶ How i can do the vice versa?¶
¶Something else from the pc where i can see the linux h/d (has installed w98) has a user .¶ The user is also added with smbpasswd with the same password.¶ Now i am trying to see the linux h/d from a w98 system where no user is specified...¶ How can i do this?¶ I have tried to add nobody user with smbpasswd but it does not help me¶

angelrod 05-11-2003 03:40 PM

I hope I undertand the question:

To have access from windows98 to linux box you have to set your win98 session username the same that you have at smbpasswd (i.e. nobody).

To view your win98 share from a linux box you can:

smbclient -L win_box_ip

After that you can mount the share in your linux box by typing:

mount -t smbfs //win_box_ip/share_name /mnt/wherever

You can also use a GUI manager to view, mount and umount shares. You can try:

xfsamba
LinNeighborhood
Komba

alaios 05-12-2003 08:18 AM

xm,mm
 
But i still have the problem i want to see my linux h/d from w98. The major problem is that w98 dont have any user account and my big brother would not let me to create one.
So what username and pasword i must enter in such case?
I have already added
smbpasswd -l nobody ,
with his password , but i still cant see linux h/d from w98.
Thank u!

angelrod 05-12-2003 01:07 PM

the option to add an user to smbpasswd is -a

smbpasswd -a username

try if that work

masand 05-12-2003 01:45 PM

try smbadduser masand:gaurav
masand is the name of the user
gaurav is the name of the group which u should have created earlier

alaios 05-12-2003 02:48 PM

smbpasswd -a username........
i dont disaggree with the command...Muy mistake but why i cant see the linux h/d from windows 98.
What account i must add with this command smbpasswd -a username?

angelrod 05-12-2003 04:16 PM

You have to add any linux valid user, for example the user you typr to log into your linux box.


All times are GMT -5. The time now is 04:15 PM.