Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 15:23:27 +0100
From:      Abel Mayal <mayala@info.bt.co.uk>
To:        Dan Nelson <dnelson@emsphone.com>
Cc:        FreeBSD <questions@FreeBSD.ORG>
Subject:   Re: SCSI tape drive
Message-ID:  <004a01bfe043$43acec20$fc709284@futures.bt.co.uk>
References:  <004401bfe03d$05678340$fc709284@futures.bt.co.uk> <20000627101523.B19374@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
If I do "tar cvf /dev/nrsa0 /usr" it writes all the data from /usr to the
tape. BUT, how can I access to the tape to see what is inside? I tried
"mount /dev/nrsa0 /mnt" but it says "Block device required". Is it possible
to have access like in a floppy? Or how can I check what is inside the tape?

cheers,  abel
----- Original Message -----
From: Dan Nelson <dnelson@emsphone.com>
To: Abel Mayal <mayala@info.bt.co.uk>
Cc: FreeBSD <questions@FreeBSD.ORG>
Sent: Tuesday, June 27, 2000 4:15 PM
Subject: Re: SCSI tape drive


> In the last episode (Jun 27), Abel Mayal said:
> > I'm trying to mount a SCSI tape drive. I typed "camcontrol devlist
> > -v" and it comes up all the SCSI devices that I've got installed,
> > here is the list:
> >
> > <HP C1537A L708>                   at scbus0 target 2 lun 0 (pass2,sa0)
> > <HP C1537A L708>                   at scbus0 target 3 lun 0 (pass3,sa1)
> >
> > I have two tape drives but I can't find out the name to use when I do
> > the "mount". I tried "mount -t msdos /dev/sa0 /tape1" but the
> > "/dev/sa0" doesn't exist. Can anyone tell me how can I find the real
> > name of this device to use in the "mount" command?
>
> Are you saying you have an MSDOS filesystem, on a TAPE drive?  I think
> mount access to tapes went away long ago; no-one ever used it.  Or do
> you just want to be able to read/write the tape?  If the latter, just
> use /dev/nrsa0: "tar cvf /dev/nrsa0 /usr", or "dump 0auf /dev/nrsa0
> /usr".
>
> --
> Dan Nelson
> dnelson@emsphone.com



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?004a01bfe043$43acec20$fc709284>