Nick wrote:
Help please with connection sa0 devices. I try to make the following: mount/dev/sa0/mnt/type The system gives out: Block device required
A tape drive isn't mountable as a filesystem because it is not a block device, ie, the tape drive is sequential access, not random access.
Try using dump/restore or tar to access the tape drive. -- -Chuck _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
