If you are running Windows 7 and that is where you problem lies then there is a registry hack to make Windows see them as standard fixed drives like normal. Just be careful when doing it.
Right Click the command prompt and select 'Run as Administrator';
Copy and paste the following command into the command prompt:
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\msahci\Controller(n)\Channel(N)" /f /v TreatAsInternalPort /t REG_DWORD /d 0x00000001
Change (n) for the contoller number – 0 on my machine ie. 'Controller0' and change Channel (N) for the SATA port number – 1 – 5 on my machine ie. Channel1, Channel2, channel3....etc
You can check which controller number and port(s) by using regedit to check the registry keys. The keys can also be be added while you're there.
reg.exe add "HKLM\SYSTEM\CurrentControlSet\Services\msahci\Controller0\Channel1" /f /v TreatAsInternalPort /t REG_DWORD /d 0x00000001