Questions tagged [pata]
7 questions
14
votes
4 answers
Names for ATA and SATA disks in Linux
Assume that we have two disks, one master SATA and one master ATA. How will they show up in /dev?
oneat
- 1,022
- 3
- 12
- 20
8
votes
1 answer
Is there any way to force a certain CHS drive geometry in modern Linux?
I've got some really, really old IDE hard drives, like a Conner CP3024 drive which is a whopping 21 megabyte in size. I've been trying to rescue it, but there seems to be some strangeness with the disk geometry.
The data sheet for the drive says you…
ymgve
- 181
- 2
8
votes
4 answers
How can I tell if my hard drive is PATA or SATA?
I have an ATA hard disk in my laptop, running Fedora 11, kernel 2.6.30.10-105.2.23.fc11.i586. I am looking to upgrade the disk in here (would love to get an SSD) but I forgot if it's a serial ATA or an old parallel ATA interface. There's not much…
Josh
- 8,311
- 12
- 54
- 73
4
votes
1 answer
Do I need pata_atiixp or ata_generic kernel modules on a SATA only system?
I don't have any IDE drives and my only SATA hard drive is running in AHCI mode, but my initrd image loads the pata_atiixp module. Is it safe to disable this module? And what about the ata_generic one?
devius
- 153
- 9
2
votes
1 answer
Why does ATA Secure Erase occur concurrently rather than in parallel with PATA drives?
When issuing the ATA secure erase command via hdparm against multiple SATA (non-SSD) drives it occurs in parallel.
However when the same command is issued against PATA drives, it occurs consecutively. For example the second PATA drive does not…
Motivated
- 309
- 3
- 11
1
vote
0 answers
Harware disk formatting under Linux
For fun, I'd like to "revive" a vintage computer, but this requires to hardware reformat a PATA disk.
I found on the net the formatting utility from the vendor but it works only under Windows and I have no Windows computer.
I don't think the utility…
ajlittoz
- 165
- 10
0
votes
1 answer
How to figure out primary/secondary IDE channel via sysfs (if possible)
Though I've got quite a good basic understanding of sysfs meanwhile, there are still things I cannot solve on my own.
For a starter, I'd like to figure out via sysfs (later by scripting of course) which channel a block device (HDD, DVD...) is…
syntaxerror
- 2,236
- 2
- 27
- 49