Accessing Old Seagate HDD Model ST4350N

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












I have an Old HDD Seagate Model ST4350N. I want to access the data on the Hard disk.
Seaget ST4350N
The Hard disk have 50 pin connector
Hard Disk Interface
I am hoping for guidance on how to even begin the process. What kind of controller and equipment do i need for reading the drive.










share|improve this question







New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
    – dirkt
    3 hours ago














up vote
2
down vote

favorite












I have an Old HDD Seagate Model ST4350N. I want to access the data on the Hard disk.
Seaget ST4350N
The Hard disk have 50 pin connector
Hard Disk Interface
I am hoping for guidance on how to even begin the process. What kind of controller and equipment do i need for reading the drive.










share|improve this question







New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
    – dirkt
    3 hours ago












up vote
2
down vote

favorite









up vote
2
down vote

favorite











I have an Old HDD Seagate Model ST4350N. I want to access the data on the Hard disk.
Seaget ST4350N
The Hard disk have 50 pin connector
Hard Disk Interface
I am hoping for guidance on how to even begin the process. What kind of controller and equipment do i need for reading the drive.










share|improve this question







New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have an Old HDD Seagate Model ST4350N. I want to access the data on the Hard disk.
Seaget ST4350N
The Hard disk have 50 pin connector
Hard Disk Interface
I am hoping for guidance on how to even begin the process. What kind of controller and equipment do i need for reading the drive.







hard-disk scsi






share|improve this question







New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









MK Ashraf

111




111




New contributor




MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






MK Ashraf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
    – dirkt
    3 hours ago
















  • Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
    – dirkt
    3 hours ago















Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
– dirkt
3 hours ago




Quick googling finds that the interface is SCSI 1. So you need a SCSI 1 controller, or some way to emulate one on modern hardware (e.g. some embedded controller), if such a thing exists. Pinout is here (single ended).
– dirkt
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote













This is a SCSI device, so it shouldn’t be too hard to get the data off the device. You need the following pieces of equipment:



  • a SCSI controller, known as a host bus adapter (HBA); these are available for most buses, including USB (getting rare though), PCI and PCI Express (the last two are still easy enough to find, especially second-hand; expect to pay a premium for new controllers);

  • a SCSI cable, with appropriate connectors (we’ll get to that);

  • depending on the cable, perhaps an adapter;

  • depending on the cable and the drive specifics, perhaps a terminator (although since this would be the only drive on the bus, you should be able to get away without one).

The simplest option would be to find a computer with a PCI (not PCI Express) slot, and install a PCI SCSI HBA. Most of those still have 50-pin SCSI SE ports; you can then use a 50-pin internal SCSI cable to connect the drive directly. Set the jumpers for drive-provided termination (see the settings here), and it should “just work”.



If it doesn’t work, the drive might be a bit too old and not support the identification protocol. In that case, you’ll need to find an older HBA which doesn’t care too much about this; I have an old Adaptec 2940 for exactly this kind of situation.



If you don’t have a system with old PCI connectors, but with PCI Express connectors, then you’ll only find HBAs with Ultra320 buses and 68-pin connectors. In that case, you’ll need a 68-pin internal cable; these include terminators in most cases, but again that shouldn’t cause problems if you have a short cable and only one drive on the bus. You’ll also need a 68- to 50-pin female-to-female adapter such as this one. Set the drive jumpers for bus-powered termination.



Once all that’s done, a Linux setup should see the drive immediately; on Windows, you’ll need to install the drivers for the HBA, but if it’s old enough (and most of them are) there’s a decent chance the drivers will be built in. I’m not sure about macOS.



There are other possibilities, e.g. placing the drive in an external enclosure and connecting that to the SCSI HBA; that opens even more possibilities for mis-matched cables and terminators. The above should get you going though...






share|improve this answer




















  • If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
    – Wilson
    1 hour ago










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "648"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






MK Ashraf is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f7616%2faccessing-old-seagate-hdd-model-st4350n%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote













This is a SCSI device, so it shouldn’t be too hard to get the data off the device. You need the following pieces of equipment:



  • a SCSI controller, known as a host bus adapter (HBA); these are available for most buses, including USB (getting rare though), PCI and PCI Express (the last two are still easy enough to find, especially second-hand; expect to pay a premium for new controllers);

  • a SCSI cable, with appropriate connectors (we’ll get to that);

  • depending on the cable, perhaps an adapter;

  • depending on the cable and the drive specifics, perhaps a terminator (although since this would be the only drive on the bus, you should be able to get away without one).

The simplest option would be to find a computer with a PCI (not PCI Express) slot, and install a PCI SCSI HBA. Most of those still have 50-pin SCSI SE ports; you can then use a 50-pin internal SCSI cable to connect the drive directly. Set the jumpers for drive-provided termination (see the settings here), and it should “just work”.



If it doesn’t work, the drive might be a bit too old and not support the identification protocol. In that case, you’ll need to find an older HBA which doesn’t care too much about this; I have an old Adaptec 2940 for exactly this kind of situation.



If you don’t have a system with old PCI connectors, but with PCI Express connectors, then you’ll only find HBAs with Ultra320 buses and 68-pin connectors. In that case, you’ll need a 68-pin internal cable; these include terminators in most cases, but again that shouldn’t cause problems if you have a short cable and only one drive on the bus. You’ll also need a 68- to 50-pin female-to-female adapter such as this one. Set the drive jumpers for bus-powered termination.



Once all that’s done, a Linux setup should see the drive immediately; on Windows, you’ll need to install the drivers for the HBA, but if it’s old enough (and most of them are) there’s a decent chance the drivers will be built in. I’m not sure about macOS.



There are other possibilities, e.g. placing the drive in an external enclosure and connecting that to the SCSI HBA; that opens even more possibilities for mis-matched cables and terminators. The above should get you going though...






share|improve this answer




















  • If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
    – Wilson
    1 hour ago














up vote
4
down vote













This is a SCSI device, so it shouldn’t be too hard to get the data off the device. You need the following pieces of equipment:



  • a SCSI controller, known as a host bus adapter (HBA); these are available for most buses, including USB (getting rare though), PCI and PCI Express (the last two are still easy enough to find, especially second-hand; expect to pay a premium for new controllers);

  • a SCSI cable, with appropriate connectors (we’ll get to that);

  • depending on the cable, perhaps an adapter;

  • depending on the cable and the drive specifics, perhaps a terminator (although since this would be the only drive on the bus, you should be able to get away without one).

The simplest option would be to find a computer with a PCI (not PCI Express) slot, and install a PCI SCSI HBA. Most of those still have 50-pin SCSI SE ports; you can then use a 50-pin internal SCSI cable to connect the drive directly. Set the jumpers for drive-provided termination (see the settings here), and it should “just work”.



If it doesn’t work, the drive might be a bit too old and not support the identification protocol. In that case, you’ll need to find an older HBA which doesn’t care too much about this; I have an old Adaptec 2940 for exactly this kind of situation.



If you don’t have a system with old PCI connectors, but with PCI Express connectors, then you’ll only find HBAs with Ultra320 buses and 68-pin connectors. In that case, you’ll need a 68-pin internal cable; these include terminators in most cases, but again that shouldn’t cause problems if you have a short cable and only one drive on the bus. You’ll also need a 68- to 50-pin female-to-female adapter such as this one. Set the drive jumpers for bus-powered termination.



Once all that’s done, a Linux setup should see the drive immediately; on Windows, you’ll need to install the drivers for the HBA, but if it’s old enough (and most of them are) there’s a decent chance the drivers will be built in. I’m not sure about macOS.



There are other possibilities, e.g. placing the drive in an external enclosure and connecting that to the SCSI HBA; that opens even more possibilities for mis-matched cables and terminators. The above should get you going though...






share|improve this answer




















  • If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
    – Wilson
    1 hour ago












up vote
4
down vote










up vote
4
down vote









This is a SCSI device, so it shouldn’t be too hard to get the data off the device. You need the following pieces of equipment:



  • a SCSI controller, known as a host bus adapter (HBA); these are available for most buses, including USB (getting rare though), PCI and PCI Express (the last two are still easy enough to find, especially second-hand; expect to pay a premium for new controllers);

  • a SCSI cable, with appropriate connectors (we’ll get to that);

  • depending on the cable, perhaps an adapter;

  • depending on the cable and the drive specifics, perhaps a terminator (although since this would be the only drive on the bus, you should be able to get away without one).

The simplest option would be to find a computer with a PCI (not PCI Express) slot, and install a PCI SCSI HBA. Most of those still have 50-pin SCSI SE ports; you can then use a 50-pin internal SCSI cable to connect the drive directly. Set the jumpers for drive-provided termination (see the settings here), and it should “just work”.



If it doesn’t work, the drive might be a bit too old and not support the identification protocol. In that case, you’ll need to find an older HBA which doesn’t care too much about this; I have an old Adaptec 2940 for exactly this kind of situation.



If you don’t have a system with old PCI connectors, but with PCI Express connectors, then you’ll only find HBAs with Ultra320 buses and 68-pin connectors. In that case, you’ll need a 68-pin internal cable; these include terminators in most cases, but again that shouldn’t cause problems if you have a short cable and only one drive on the bus. You’ll also need a 68- to 50-pin female-to-female adapter such as this one. Set the drive jumpers for bus-powered termination.



Once all that’s done, a Linux setup should see the drive immediately; on Windows, you’ll need to install the drivers for the HBA, but if it’s old enough (and most of them are) there’s a decent chance the drivers will be built in. I’m not sure about macOS.



There are other possibilities, e.g. placing the drive in an external enclosure and connecting that to the SCSI HBA; that opens even more possibilities for mis-matched cables and terminators. The above should get you going though...






share|improve this answer












This is a SCSI device, so it shouldn’t be too hard to get the data off the device. You need the following pieces of equipment:



  • a SCSI controller, known as a host bus adapter (HBA); these are available for most buses, including USB (getting rare though), PCI and PCI Express (the last two are still easy enough to find, especially second-hand; expect to pay a premium for new controllers);

  • a SCSI cable, with appropriate connectors (we’ll get to that);

  • depending on the cable, perhaps an adapter;

  • depending on the cable and the drive specifics, perhaps a terminator (although since this would be the only drive on the bus, you should be able to get away without one).

The simplest option would be to find a computer with a PCI (not PCI Express) slot, and install a PCI SCSI HBA. Most of those still have 50-pin SCSI SE ports; you can then use a 50-pin internal SCSI cable to connect the drive directly. Set the jumpers for drive-provided termination (see the settings here), and it should “just work”.



If it doesn’t work, the drive might be a bit too old and not support the identification protocol. In that case, you’ll need to find an older HBA which doesn’t care too much about this; I have an old Adaptec 2940 for exactly this kind of situation.



If you don’t have a system with old PCI connectors, but with PCI Express connectors, then you’ll only find HBAs with Ultra320 buses and 68-pin connectors. In that case, you’ll need a 68-pin internal cable; these include terminators in most cases, but again that shouldn’t cause problems if you have a short cable and only one drive on the bus. You’ll also need a 68- to 50-pin female-to-female adapter such as this one. Set the drive jumpers for bus-powered termination.



Once all that’s done, a Linux setup should see the drive immediately; on Windows, you’ll need to install the drivers for the HBA, but if it’s old enough (and most of them are) there’s a decent chance the drivers will be built in. I’m not sure about macOS.



There are other possibilities, e.g. placing the drive in an external enclosure and connecting that to the SCSI HBA; that opens even more possibilities for mis-matched cables and terminators. The above should get you going though...







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 hours ago









Stephen Kitt

29.6k4121143




29.6k4121143











  • If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
    – Wilson
    1 hour ago
















  • If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
    – Wilson
    1 hour ago















If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
– Wilson
1 hour ago




If I would have to guess about MacOS, it should also see the drive immediately, like Linux does. Can't say for sure though...
– Wilson
1 hour ago










MK Ashraf is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















MK Ashraf is a new contributor. Be nice, and check out our Code of Conduct.












MK Ashraf is a new contributor. Be nice, and check out our Code of Conduct.











MK Ashraf is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f7616%2faccessing-old-seagate-hdd-model-st4350n%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

Confectionery