Re: tape device not configured

2008-07-08 Thread Papp Tamás
Papp Tamas wrote: 

mt -f /dev/sa0


I mean mt -f /dev/sa0 status

But actually I recogniozed, it was a cleaning tape.

I'm sorry:)

Thank you,

tamas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tape device not configured

2008-07-08 Thread Papp Tamas

Anders Trobäck wrote:

On Mon, 07 Jul 2008 23:21:15 +0200
Papp Tamas <[EMAIL PROTECTED]> wrote:

  

hi All,

I have a new Exabyte VXA-320, I show it in dmesg as sa0.
When I try to access it  for example by mt, it says, "Device not
configured", and of cource is not working.

sa0 at ahd0 bus 0 target 2 lun 0
sa0:  Removable Sequential Access SCSI-3 device
sa0: 160.000MB/s transfers (80.000MHz DT, offset 126, 16bit)


What do I miss?

Thank you very much,

tamas



What is the exact command you are using?


  

mt -f /dev/sa0


Thanks,

tamas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: tape device not configured

2008-07-07 Thread Anders Trobäck
On Mon, 07 Jul 2008 23:21:15 +0200
Papp Tamas <[EMAIL PROTECTED]> wrote:

> hi All,
> 
> I have a new Exabyte VXA-320, I show it in dmesg as sa0.
> When I try to access it  for example by mt, it says, "Device not
> configured", and of cource is not working.
> 
> sa0 at ahd0 bus 0 target 2 lun 0
> sa0:  Removable Sequential Access SCSI-3 device
> sa0: 160.000MB/s transfers (80.000MHz DT, offset 126, 16bit)
> 
> 
> What do I miss?
> 
> Thank you very much,
> 
> tamas

What is the exact command you are using?


-- 


Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

Anders Trobäck
http://www.troback.com/
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


tape device not configured

2008-07-07 Thread Papp Tamas

hi All,

I have a new Exabyte VXA-320, I show it in dmesg as sa0.
When I try to access it  for example by mt, it says, "Device not configured", and of cource is not 
working.


sa0 at ahd0 bus 0 target 2 lun 0
sa0:  Removable Sequential Access SCSI-3 device
sa0: 160.000MB/s transfers (80.000MHz DT, offset 126, 16bit)


What do I miss?

Thank you very much,

tamas
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SCSI tape: device not configured problem

2003-05-29 Thread Dan Nelson
In the last episode (May 28), Doug Poland said:
> I've been using an HP HP35480A 1109 DAT tape in a -STABLE box for
> about a year and half with no problems.  Just the other day, I
> started seeing
> 
>   mt: /dev/nsa0: Device not configured
> 
> errors whenever I try to control the device.
> 
> Should I just MAKEDEV nsa0 to fix it?  Is it perhaps a hardware
> issue? Thanks for your assitance.

This could mean you don't have a tape in the drive.  There are a
limited number of error codes the kernel can return, and ENXIO is a
catch-all for "I know what you want but it's not there":

 6 ENXIO Device not configured.  Input or output on a special file
 referred to a device that did not exist, or made a request
 beyond the limits of the device.  This error may also
 occur when, for example, a tape drive is not online or no
 disk pack is loaded on a drive.

You can use rsa0.ctl to send commands to the tape drive when there is
no tape inserted (to set compression or density for the next tape, for
example, or to read the error status)

-- 
Dan Nelson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SCSI tape: device not configured problem

2003-05-29 Thread Doug Poland
Hello,

I've been using an HP HP35480A 1109 DAT tape in a -STABLE box for
about a year and half with no problems.  Just the other day, I
started seeing

  mt: /dev/nsa0: Device not configured

errors whenever I try to control the device.

Should I just MAKEDEV nsa0 to fix it?  Is it perhaps a hardware issue?
Thanks for your assitance.

-- 
Regards,
Doug


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"