Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: initio seen, mt -f doesn't work
Date: Thu, 08 Dec 2005 14:47:24
Message-Id: pan.2005.12.08.14.40.25.116225@cox.net
In Reply to: [gentoo-amd64] initio seen, mt -f doesn't work by Gavin Seddon
1 Gavin Seddon posted <1134048307.11094.4.camel@linuxstation>, excerpted
2 below, on Thu, 08 Dec 2005 13:25:07 +0000:
3
4 > Hi,
5 > I have a scsi tape with an initio controller. 'dmesg' sees initio 360p.
6 > But when I use mt I get
7 > ' mt -f /dev/st0 eject
8 > /dev/st0: No such device or address'
9 > Where will the tape be?
10
11 Well, /is/ there a /dev/st0?
12
13 If so, that's a problem, but it would appear it's saying there is no such
14 device, which indicates a problem with your device system. It could be
15 anything from not having that device driver compiled, to not having it
16 loaded if it's built as a kernel module, to having it loaded but it not
17 finding the device so it doesn't create a node, to some funniness with
18 udev, such that the device node isn't created, or is created in a
19 different location.
20
21 As I don't have such a device, it's a bit difficult to tell, from here,
22 but one think you could do would be a "find /dev/ -name st0". That would
23 at least tell you whether udev put the device in a subdir instead of the
24 main /dev.
25
26 --
27 Duncan - List replies preferred. No HTML msgs.
28 "Every nonfree program has a lord, a master --
29 and if you use the program, he is your master." Richard Stallman in
30 http://www.linuxdevcenter.com/pub/a/linux/2004/12/22/rms_interview.html
31
32
33 --
34 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Re: initio seen, mt -f doesn't work Gavin Seddon <gavin.m.seddon@×××××××××××××.uk>