From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 05:52:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AD0916A4CE for ; Wed, 25 Feb 2004 05:52:26 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A5F543D31 for ; Wed, 25 Feb 2004 05:52:26 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc13) with ESMTP id <20040225135225015001p04fe>; Wed, 25 Feb 2004 13:52:26 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 810BD6C; Wed, 25 Feb 2004 08:52:25 -0500 (EST) Sender: lowell@be-well.ilk.org To: somatic@phreaker.net References: <323910-220042224183231874@M2W051.mail2web.com> From: Lowell Gilbert Date: 25 Feb 2004 08:52:25 -0500 In-Reply-To: <323910-220042224183231874@M2W051.mail2web.com> Message-ID: <44brnnqnae.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Mounting a network tape drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2004 13:52:26 -0000 "somatic@phreaker.net" writes: > I need to take a backup of some data on my system.But the problem is the > tape drive is on a Windows box on the network.Is it possible to share this > drive on the windows box and mount it on the freebsd system? If yes, how do > I go about doing it as I have never done anything similar. Tapes can't normally be mounted, because by definition they're not random-access devices. I don't know of any way to directly access a Windows-attached tape drive from a Unix machine; normally people use a separate (disk-based) staging area to do this. Another option is to let the Windows machine handle the backup over an SMB mount, but file permissions, file flags, and so on will not be backed up with the data. You need to analyze your own requirements...