Results 1 to 4 of 4

Thread: connect to share from ms-dos

  1. #1

    connect to share from ms-dos

    I like to share a usbdisk in my local network and connect to it with the command "net use x: \\192.168.1.1\80gb" in ms-dos. But it doesn't work...
    I can connect with the command in a dos box (in Windows) and also in the windowsexplorer, but not from dos.

    Here is my smbd.conf:

    Code:
    [global]
    workgroup = WORKGROUP
    guest account = nobody
    security = share
    browseable = yes
    guest ok = yes
    guest only = no
    log level = 1
    max log size = 100
    encrypt passwords = no
    dns proxy = no
    
    [80gb]
    path=/opt/share/hd
    writeable = yes
    browseable = yes
    force user = admin
    How can I connect to the share from dos?
    I use the networkboot cd from http://www.netbootdisk.com/ and it works with a ubuntu-samba-fileserver...
    Last edited by berend; 29-06-2007 at 12:44.

  2. #2
    Je kan het proberen met / you might try:

    net use x: \\192.168.1.1\80gb /user:admin

  3. #3
    nee, dat werkt niet...
    krijg de melding 'the option "user:admin" is unknown'...

    met welk protocol/programma in ms-dos wordt er eigenlijk verbinding gemaakt met de share?

  4. #4
    oja, dat klopt... die optie zit niet in de msdos versie van net.exe

    je kan het proberen met:
    NET LOGON admin ? /SAVEPW:NO

    gevolgt door:
    net use x: \\192.168.1.1\80gb

Similar Threads

  1. pppd падает через 5-6 часов.
    By densen2002 in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 11
    Last Post: 21-10-2008, 20:10
  2. Connect to Windows Share behind WL-500g deluxe
    By Peter Schmidt in forum WL-500g Q&A
    Replies: 12
    Last Post: 01-07-2005, 16:00
  3. Problem with Samba
    By bs3 in forum WL-500g Q&A
    Replies: 16
    Last Post: 24-05-2005, 09:42
  4. Samba still only readable ... Help
    By deskmate in forum WL-500g Q&A
    Replies: 7
    Last Post: 05-04-2005, 10:07

Posting Permissions

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