SATA to IDE adapter

Issues related to hardware problems
Post Reply
someotherguy
Posts: 32
Joined: 2018/08/25 20:25:39

SATA to IDE adapter

Post by someotherguy » 2019/02/15 19:38:05

I'm trying to see if I can use an old Iomega Ditto 800 tape drive in a server I recently built that's running Centos 7. Since the tape drive is IDE, and there is no IDE bus on the Supermicro motherboard in the server, I installed an SATA to IDE adapter, and connected the tape drive to that. How can I see if the adapter is recognized by Centos, and is there anything I can do if it is not?

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

Re: SATA to IDE adapter

Post by tunk » 2019/02/15 19:49:29

I seem to remember that a tape drive should show up as something like /dev/st or /dev/rmt.
Also take a look here:
https://www.cyberciti.biz/hardware/unix ... -commands/

someotherguy
Posts: 32
Joined: 2018/08/25 20:25:39

Re: SATA to IDE adapter

Post by someotherguy » 2019/02/15 23:05:51

tunk wrote:
2019/02/15 19:49:29
I seem to remember that a tape drive should show up as something like /dev/st or /dev/rmt.
Also take a look here:
https://www.cyberciti.biz/hardware/unix ... -commands/
both ls /dev/st and ls /dev/rmt come back as "no such file or directory"

tunk
Posts: 1206
Joined: 2017/02/22 15:08:17

Re: SATA to IDE adapter

Post by tunk » 2019/02/16 12:34:13

It's a long time since I used tapes - does anything change if you insert a tape?

someotherguy
Posts: 32
Joined: 2018/08/25 20:25:39

Re: SATA to IDE adapter

Post by someotherguy » 2019/02/20 23:14:03

tunk wrote:
2019/02/16 12:34:13
It's a long time since I used tapes - does anything change if you insert a tape?
not with respect to ls /dev/st and ls /dev/mnt. I suspect that the problem might be that the SATA to IDE adapter is not being recognized. I think my next step could be to disconnect the adapter then run several of the instructions listed in

https://www.binarytides.com/linux-comma ... ware-info/

record the output, then re-connect the adapter and run them again, looking for differences. If I don't see any, it may be worth trying again with a USB to IDE adapter, since I think I might have unused internal USB connectors on the motherboard.

desertcat
Posts: 843
Joined: 2014/08/07 02:17:29
Location: Tucson, AZ

Re: SATA to IDE adapter

Post by desertcat » 2019/02/27 10:08:19

tunk wrote:
2019/02/15 19:49:29
I seem to remember that a tape drive should show up as something like /dev/st or /dev/rmt.
Also take a look here:
https://www.cyberciti.biz/hardware/unix ... -commands/
IF it shows up at all, take a look in /run/media/[usr]. That assumes that the tape drive is automatically mounted......

User avatar
TrevorH
Site Admin
Posts: 33216
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: SATA to IDE adapter

Post by TrevorH » 2019/02/27 20:14:19

I suspect that SATA to IDE adapters are only tested with hard disks... might even be something in the docs for the adapter saying if it supports anything else.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply