Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.kei.com!newsfeed.internetmci.com!info.ucla.edu!agate!tfs.com!mailhub.tfs.com!julian From: julian@mailhub.tfs.com (Julian Elischer) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: How to use DAT and MO in FreeBSD? Date: 24 Nov 1995 10:09:36 GMT Organization: TRW Financial Systems, Oakland, CA Lines: 18 Message-ID: <4945l0$ib6@times.tfs.com> References: <491an3$ebk@news.ncu.edu.tw> NNTP-Posting-Host: mailhub.tfs.com In article <491an3$ebk@news.ncu.edu.tw>, Chen Ying-Nan <ynchen@dslab.ee.ncu.edu.tw> wrote: > >Does FreeBSD support DAT and MO? >If it supports these devices, Which device drivers can I use and How to >config the system configuration file? DAT is "just another tape," so use rst0 (read man 4 st) mo is in 2.2 (-current) many mo drives can be told to pretend to be regular disks I think, so maybe that is an option till you can get the mo driver. (may need to make a new kernel) julian