From owner-freebsd-questions Thu May 23 05:13:33 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07342 for questions-outgoing; Thu, 23 May 1996 05:13:33 -0700 (PDT) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id FAA07316 for ; Thu, 23 May 1996 05:13:05 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I51NJBZOUO001WAF@mail.rwth-aachen.de>; Thu, 23 May 1996 12:45:49 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id MAA25250; Thu, 23 May 1996 12:25:47 +0200 Date: Thu, 23 May 1996 12:25:47 +0200 (MET DST) From: "Christoph P. Kukulies" Subject: Re: Samba In-reply-to: To: www@mnemosyne.muse.com.au (Richard Beyer) Cc: questions@FreeBSD.ORG Reply-to: Christoph Kukulies Message-id: <199605231025.MAA25250@gilberto.physik.rwth-aachen.de> MIME-version: 1.0 X-Mailer: ELM [version 2.4ME+ PL16 (25)] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Is there any way of mounting a Win95 drive using samba. > > Currently I can use smbclient \\\\host\\c but this puts me in a shell of > sorts. You cannot 'mount' Win95 drives a la 'mounting' a unix drive from Win95. What you can do is automate the script a bit more so that interaction isn't required. put script: #!/bin/sh if [ $# != 1 ] ; then echo 'usage: put ' exit 1 fi /usr/local/samba/bin/smbclient "\\\\pcwin95\\share" -N -U guest < > Any pointers greatly appreciated. > > Cheers, > Richard. > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de