| | |
Windws -> Linux
![]() |
•
•
Join Date: Jan 2004
Posts: 6
Reputation:
Solved Threads: 0
have to install samba on you Linux computer.samba is a software that allows you to connect a Linux computer to a Windows using NetBIOS to share folders and drives between both OS.almost every Linux distribution comes with samba, but if you don't have it, download from: http://www.samba.org/.
once u installed it , u can connect to your windows box using this command
smbclient -L \\COMPUTER -I 198.168.x.x <---- windows ip
by this u will be able to see the shared folders in the win box.
once u installed it , u can connect to your windows box using this command
smbclient -L \\COMPUTER -I 198.168.x.x <---- windows ip
by this u will be able to see the shared folders in the win box.
•
•
•
•
Originally Posted by jleach45
Thanks, Is there any recommended books for troubleshooting Linux? :lol::lol:
A Practical Guide to Linux
by Mark G. Sobell
My Home Away from Home: Yet Another Linux Blog
•
•
•
•
Originally Posted by b0x
once u installed it , u can connect to your windows box using this command
smbclient -L \\COMPUTER -I 198.168.x.x <---- windows ip
by this u will be able to see the shared folders in the win box.
Notice that FORWARD slashes are used under *nix. Backslashes are used for an entirely different thing.
If you have entries in your /etc/hosts file, or a working local DNS server, you can use the machine name instead of IP for mounting remote directories.
Reference:
man smbmount
man mount
man smbclient
If you spend more on coffee than on IT security, you will be hacked.
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
What's more, you deserve to be hacked.
-- former White House cybersecurity czar Richard Clarke
![]() |
Similar Threads
- Simple Operating System in C# (C#)
- Senior Linux Software Engineer Sunnyvale CA (Software Development Job Offers)
Other Threads in the *nix Software Forum
- Previous Thread: WinXP, RH9, Samba, and Printing
- Next Thread: SuSE 9.0 Professional showing crappy font face/type
| Thread Tools | Search this Thread |





