Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 22:14:34 -0500
From:      Mike Meyer <mwm@mired.org>
To:        Julian Steinberg <imgweb@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: Sharing a drive over network from other OS's
Message-ID:  <15191.41498.693978.568006@guru.mired.org>
In-Reply-To: <5692893@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
Julian Steinberg <imgweb@yahoo.com> types:
> --0-1653377373-995590752=:12583
> Content-Type: text/plain; charset=us-ascii
> You have been *extremely* helpful in the past...

If you would send just plain text, and not both plain text and ASCII,
you'd probably get even more help.

> 1) Mount a tape drive running in rhat linux or solaris to a bsd box

You don't mount tape drives on Unix(*), so this question doesn't make sense.

> 2) If true can you then use dump[8] to it?

The dump syntax for accessing remote tape drives is "host:file". It
should work to a real Unix box. I'm not sure about Linux.

However, the rmt protocols used by dump aren't very efficient. You're
better off using ssh or similar, and just piping the data
around. Use dd on the remote end to deal with blocking:

dump 0uf / | rsh taped-system dd of=/dev/magtape obs=1m

> 3) If 2&3 are both true is this accomplished via nfs?

Nope.

	<mike

*) Ok, some tape drives are block-seekable and can have file systems
   put on them. But that's a different question.

--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15191.41498.693978.568006>