ALLINEAMENTO SSD
la partizione per essere allineata deve iniziare ad un numero di byte multiplo di 4k=4096 che e' appunto la dimensione del blocco che viene letto e scritto, in modo che ad ogni operazione non si vada ad accedere a piu' di un blocco, in pratica se la partizione e' disallineata, per ogni accesso ad un blocco di 4k invece di prendere direttamente il blocco giusto, questo risulta spalmato su due blocchi da 4k e l'accesso risulta raddoppiato, occorre infatti accedere ad entrambi i blocchi che lo contengono per estrarre il 4k che interessa
quindi per verificare se la partizione e' allineata, in modo da accedere diretti ai blocchi da 4k, basta verificare che inizi ad un multiplo di 4k
ad esempio, facendola partire dopo 2048 settori, dato che ogni settore e' di 512 byte, 2048 * 512 = 1.048.576 byte che e' divisibile per 4k infatti:
1048576 / 4096 = 256
Il programma che andremo ad utilizzire č: Diskpar
Per prima cosa, occorre installare il nuovo drive SSD su un sistema giā operativo e
deve essere sul canale SATA0 o SATA1.
1. Aprire il pannello di controllo e cliccare su Strumenti di amministrazione.
2. Click su Gestione del computer.
3. Click su Gestione Dischi.
4. Il disco SSD viene mostrato ed anche il suo canale.
Poi:
1. Download
Diskpar
2. Copiatelo direttamente nel disco C: (di sistema).
3. Click START>RUN e scrivere CMD. (siamo nella console DOS)
4. Scrivere cd(spazio)C:\ E PREMERE INVIO
5. Scrivere diskpar.exe(spazio)-s(spazio)numero del drive. Premere INVIO
6. Otterremo il messaggio iniziale
7. Premere Y e premere INVIO.
8. Ecco un altro messaggio
9. Scrivere Y e PREMERE INVIO.
NOTA:
Windows Vista e Windows 7 fanno un offset di 2048 Settori di default o 1024K. x questo e da settare da diskpar offset = 2048
10. Specifichiamo l'offset.
Il valore 128 che vedi nello screenshot si riferisce ai settori che in realtā sono offset da 64K. Il valore dei settori che metti in Diskpar č SEMPRE il doppio della dimensione degli offset. Ad esempio, se metto 1024, l'offset sarā di 512K.
Diskpar | Size(K)
--------------
64 | 32k
128 | 64k
512 | 256k
1024 | 512k
2048 | 1024k
in fine controllate HIDDENSECTOR cosa riporta...
questo e il caso x allineamento di xp offset 128 con size 64k
INSTALLARE WINDOWS XP
Il processo d'installazione č uguale a come č sempre stato, ma non formattate il disco quando installa xp dal dvd seno' cancellerā tutto il lavoro fatto con Diskpar.
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Procedura x controllare se il vostro ssd e allineato
1. Download
Diskpar
2. Copiatelo direttamente nel disco C: (di sistema).
3. Click START>ACCESSORI>PRONT DEI COMANDI>TASTO DESTRO> ESEGUI COME AMMINISTRATORE (siamo nella console DOS)
4. Scrivere C:\ E PREMERE INVIO
5. Scrivere diskpar.exe(spazio)-i (spazio)numero del drive. Premere INVIO
in fine controllate HIDDENSECTOR se e pari a 2048 nel caso di win7...
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Settaggi Intel Rapid Storage
Download :
Intel Rapid Storage
nell installaz mettere il flag in basso x installare il pannelo di controllo ,x abilitare la cache del raid da intel rapid storage cliccare sul raid , avanzate ed attivare la cache write back
poi dissattivare lo scaricamento buffer e attivare la cache del hd facendo tasto dx su c: , propieta, hardware , selez hd , propieta , criteri , metti il flag sul disattivamento buffer e attiva cache
--------------------------------------------------------------------------------------------------------------------------
AnChange from IDE to AHCI Mode after Installation
Information: AHCI stand for Advance Host Controller Interface. AHCI is a hardware mechanism that allows software to communicate with Serial ATA (SATA) devices (such as host bus adapters) that are designed to offer features not offered by Parallel ATA (PATA) controllers, such as:
* Hot-Plugging
* Native Command Queuing (NCQ) -might improve computer/system/hard disk responsiveness, especially in multi-tasking environment
You can read more about AHCI mode HERE
Instruction: There is one way to fix this, although you need to have knowledge of registry editing.
The detailed steps from Microsoft website are as follows:
* Exit all Windows-based programs.
* Press [Win] + R or take the RUN option from the start menu.
* Now type regedit there and press Enter Key to open up the Registry Editor Window.
* If you receive the User Account Control dialog box, click Continue.
* Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\msahci
* In the right pane, right-click Start in the Name column, and then click Modify.
* In the Value data box, type 0 [3 is default], and then click OK.
* On the File menu, click Exit to close Registry Editor.
* Restart your computer
* Go to BIOS and enable AHCI, Save & Reboot
* Another restart will be required to finish the driver installation.
Alternatively
Just download this Reg File :
http://www.mediafire.com/?l2n1w2ne96z and double-click to implement AHCI on your Windows-based computer.
Just remember to do the BIOS switch as well when you reboot.
Change from AHCI to IDE Mode after Installation
Instruction:
* Exit all Windows-based programs.
* Press [Win] + R or take the RUN option from the start menu.
* Now type regedit there and press Enter Key to open up the Registry Editor Window.
* If you receive the User Account Control dialog box, click Continue.
* Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Pciide
* In the right pane, right-click Start in the Name column, and then click Modify.
* In the Value data box, type 0 [3 is default], and then click OK.
* On the File menu, click Exit to close Registry Editor.
* Restart your computer
* Go to BIOS and enable IDE, Save & Reboot
* Another restart will be required to finish the driver installation.
Alternatively
Just download this Reg File :
http://www.mediafire.com/?lzmimyoe03j and double-click to implement IDE on your Windows-based computer.
Just remember to do the BIOS switch as well when you reboot.
Enable RAID Mode after Installation
Instruction:
* Exit all Windows-based programs.
* Press [Win] + R or take the RUN option from the start menu.
* Now type regedit there and press Enter Key to open up the Registry Editor Window.
* If you receive the User Account Control dialog box, click Continue.
* Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\iaStorV
vel
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\iaStor
* In the right pane, right-click Start in the Name column, and then click Modify.
* In the Value data box, type 0 [3 is default], and then click OK.
* On the File menu, click Exit to close Registry Editor.
* Restart your computer
* Go to BIOS and enable RAID, Save & Reboot
* Another restart will be required to finish the driver installation.
-----------------------------------------------------------------------------------------------------------------------
Windows 7 System Recovery Discs
http://neosmart.net/blog/2009/window...-repair-discs/
--------------------------------------------------------------------------------