Tagged Questions
The sata tag has no wiki summary.
1
vote
1answer
406 views
ATA PASS THROUGH DIRECT on SAS BUS in Windows XP
I want to send a "ATA Pass through Direct" command to a drive that is on the SAS(SATA attached SCSI) bus. The drive is SATA drive, in Windows XP(x86) envirnoment. I hoped there was a STP(SATA Tunneled ...
0
votes
3answers
202 views
Hard disk id of SATA drives
I am using Hard disk ID for my software to check if the authentic user is using the software.
For IDE type hard disk i get the id using the procedure GetIdeSerialNumber.
but in case of SATA drives ...
0
votes
0answers
120 views
VMware ESXi and SATA DOMs
I'm interested in running ESXi from a SATA DOM and utilising the remaining space on the DOM for a local VMFS.
This will then enable me to DirectPath the Raid Card direct to a VM.
When trying to ...
0
votes
0answers
97 views
USB/SATA Hard drive locking in linux [closed]
I am running 2.6.31 kernel and it has a SATA hard drive. I want to write an algorithm to lock the HDD or external USB disk. Can anyone point me to the internals of locking the disk drives or how it is ...
0
votes
0answers
144 views
Why does my computer hang when using AHCI instead of IDE mode? [closed]
I have a Corsair SSD (CMFSSD-128GBG2D) with the latest firmware installed (VBM19C1Q) and it was running wonderful when my sata controller was configured using the IDE option in my BIOS, however my ...
0
votes
2answers
128 views
How to check for a drive's existence in Debian Linux
I have a Debian Linux server with two eSATA drives attached to it (NTFS, bleh). They are currently mounted fine and have proper fstab entries setup (using UUID, not /dev locations).
I've come to the ...
0
votes
0answers
26 views
Show DAS SATA disk to network computers
I have a set of 1 TB SATA disks directly attached to one system and are visible in /dev as sd{a,b,c,d,e,f..}. I want to export these SATA disks as devices to other hosts connected on the network i.e. ...
0
votes
1answer
159 views
LBA level disk access
What's the best way to issue disk commands (read k blocks from lba n etc.) to a SATA disk? The choice of OS does not matter. I also need to be able to issue ATA commands. I would rather do this ...
0
votes
1answer
408 views
How to programmatically detect sata drive unplug in SuSE Linux?
Does anyone know of a method I can use to programmatically detect if a SATA hard drive has been unplugged? Our file system is mounted in READ-ONLY mode when we need to detect the removal of the ...
0
votes
3answers
938 views
Direct control of ATA commands
I am working on hard drive analysis, and wanted to know if there is a way to directly control an ATA hard drive under windows. In short I want to do something like a packet sniffer, but for the ATA ...
0
votes
1answer
755 views
Delphi - Enumerating SATA IO Port Numbers in Windows
New one for you. Im getting ready to help another programmer port his program from C# to Delphi. I cant truly read C# nor has he sent me actual source at this point so from discussion i think im ...