1. Samba onto Windows Network

    This is a really easy way of mounting a windows share on a Debian box. It takes like 5 minutes to install and perhaps less to setup.

    First as root:

    Apt-get install samba
    Apt-get install smbfs

    Then try the following to get the server mounted:

    mount �t smbfs �o username=YOURWINDOWSUSER,password=YOURWINDOWSPASSWORD //SERVER/FILESHARE/YOURMOUNTPOINT

    By timc3 on the
    August 25th, 2004

Please post a comment