PDA

View Full Version : Connecting KNOPPIX to windows computers over network



Aspra
01-30-2006, 05:06 PM
Is it even posible

Harry Kuhman
01-30-2006, 06:41 PM
yes

rcook
01-30-2006, 10:16 PM
Samba is the magic word. There is a server Samba Server which will share directories, printers and more using the windows protocols. It is even capable of acting as a primary domain controller for a windows network.

There is also a client which will run on a Linux box and mount a shared windows folder on a network. It is quite quick and easy.

Aspra
01-31-2006, 03:19 AM
where is th samba, and how do i use it

nad
01-31-2006, 12:53 PM
K Menu -> Internet -> More Applications -> LinNeighborhood

To browse your local network.

Or if you wish to start the services running locally;

K Menu -> KNOPPIX -> Services -> Start Samba Server

maxIT
01-31-2006, 06:36 PM
Or maybe you're a cl fanatic...:
# mkdir -p /mnt/ntserver
# mount -t smbfs -o username=aspra,password=*** //ntserver/folder /mnt/ntserver