Find the answer to your Linux question:
Results 1 to 6 of 6
Newbie here. I have two computers at home, on is XP the other is Debian Sarge. How can I network them so that I can transfer info between them? They ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    10

    Networking with Windows.

    Newbie here. I have two computers at home, on is XP the other is Debian Sarge. How can I network them so that I can transfer info between them? They are currently connected via a router.

  2. #2
    mss
    mss is offline
    Just Joined! mss's Avatar
    Join Date
    Jan 2006
    Posts
    45
    Quote Originally Posted by schmity
    Newbie here. I have two computers at home, on is XP the other is Debian Sarge. How can I network them so that I can transfer info between them? They are currently connected via a router.
    You need to install Samba on the debian.

  3. #3
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    The tool you need is called Samba, but an easier way is using CIFS (Common Internel File Sharing) but not sure if it is enabled in Ubuntu

    CIFS:

    mount -t cifs //computername/share /mnt/<somedirectory>

    where some directory should be an existing folder.

    Samba

    Refer to the Samba part of this tutorial Here
    Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
    Linux User #425940

    Don't PM me with questions, instead post in the forums

  4. #4
    Just Joined!
    Join Date
    May 2006
    Posts
    10
    Ok. As root user I did

    apt-get install samba samba-client

    And this is what I Got.

    Setting up samba (3.0.14a-3sarge2) ...
    Generating /etc/default/samba...
    TDBSAM version too old (0), trying to convert it.
    TDBSAM converted successfully.
    account_policy_get: tdb_fetch_uint32 failed for field 1 (min password length), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 2 (password history), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 3 (user must logon to change password), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 4 (maximum password age),returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 5 (minimum password age),returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 6 (lockout duration), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 7 (reset count minutes), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 8 (bad lockout attempt), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 9 (disconnect time), returning 0
    account_policy_get: tdb_fetch_uint32 failed for field 10 (refuse machine password change), returning 0
    Starting Samba daemons: nmbd smbd.

    Setting up smbclient (3.0.14a-3sarge2) ...

  5. #5
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,112
    If any of your windows computers have shared directories,
    open the file manager on debian (whatever it is called),
    select go from the menu, and go to network drives,
    and your shares should already be there.

    To share directories on the linux box, google for smb.conf
    for examples of configuration files.

    http://samba.org/samba/docs/man/manp...mb.conf.5.html

  6. #6
    Just Joined!
    Join Date
    May 2006
    Posts
    10
    In Konqueror when I look at the Network all I see is "FTP Archives" and "Web Sites". Man I'm lost on this one. All the tutorials I've seen are different. Where do I Start?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •