Please support our *nix Software advertiser: Lunarpages Linux Web Hosting
Views: 2592 | Replies: 7
![]() |
•
•
Join Date: Jan 2004
Posts: 6
Reputation:
Rep Power: 0
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:
The book I've almost worn out is
A Practical Guide to Linux
by Mark G. Sobell
My Home Away from Home: Yet Another Linux Blog
•
•
Join Date: Aug 2003
Location: Jersey - You gotta problem wit dat?
Posts: 334
Reputation:
Rep Power: 8
Solved Threads: 5
•
•
•
•
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.
Or you can use smbmount (or mount -t smbfs) //path/to/shared/dierctory /local/mountpoint {any options here}
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
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode