Search This Blog
Saturday, November 10, 2018
Wednesday, November 7, 2018
Don’t Throw Away that Old PC (Part 2)
Introducing PrimoCache
What is PrimoCache?
PrimoCache is another caching software that utlilises small capacity solid-state drives (SSDs) and flash drives to accelerate relatively slow Hard Disk Drive (HDD) in PCs. It is developed by Romex Software. It is different from the other caching software described earlier as it can also use system memory as well as SSD. Furthermore, it is much easily to install as the installation is using Graphic User Interface (GUI).The instructions are shown here in this link. One can either download the software from Romex Software or from here
7 November 2018
What is ExpressCache?
How Does it Work?
What’re the Advantages?
What is the Catch?
What is a OEM product? Can we use it?
What’s used in this Experiment?
Step by Step
Description | Actions | Remarks (dbclick to enlarge pictures) |
1. Preparing the 120 GB SSD drive and create an ExpressCache drive | 1. Uninstall ExpressCache if it has been installed before. A reboot will be required. 2. Use EaseUS or similar partition tools, partition 2x60 GB drives; one marked [Cache] and the other [VM] in the Volume. Note and copy down the disk number (disk # where # is the disk number) of the SSD drive. 3. Fire up the [Command Prompt] window as Admin 4. Type [diskpart] to start the program and then type [select disk #] at next prompt 5. Type [Clean] 6. Type [convert MBR], followed by [create partition primary size=####] - where #### equals the size, in megabytes or just type [60000]. 7. Type [set id=73 override] to set the partition type. Lastly, type [exit] | 1. Check the installation in Program & Features in Control Panel The VM partition can be used as virtual disk. Prepare the drive as a cache drive; otherwise, the Expresscache will not recognise it. Important Note: all data in selected disk will wiped off. Use [List Disk} command to check the correct drive selected |
2. Install the Expresscache | 1. Navigate to the folder where Expresscache is downloaded and fire up [Expresscache.exe] 2. Follow the instructions to install the software. | |
3. Successful Installation | A restart will be prompted upon successful installation | On successful installation, one should not receive any error messages; otherwise, goto "Installation problems and Error Message" section to find the solution |
Description Actions Remarks
(dbclick to enlarge pictures) 1. Create an ExpressCache drive after installation 1. At the [command prompt] as administrator, type [net stop expresscache]
2. Then type [eccmd (space)-partition][diskID] [size] to create the partition;
3. Then format the drive by typing [eccmd (space) –format] to format the drive
For example [eccmd -partition 1 24GB]
2. Check if the Caching is working (DOS method) Restart the PCs. At the [command prompt] as administrator, type [eccmd –info]. If the cache is working, one will be shown the screen at the right; otherwise, it will show errors such as "Product is not licensed to run on this system"
If the cache is set up properly, one should have very high read and write %, higher than 85% after a few Windows restarts. 3. Erase the Cache At the [command prompt] as administrator, type [eccmd –format] This will erase all the contents in the ExpressCache’s SSD disk 4. Preload a program At the [command prompt] as administrator, type [eccmd –preload] One could preload the commonly used programs by Windows to speed up the booting by running this batch file in this link. The conventional wisdom is preload the whole windows folder into the Cache Drive but this is not necessary. 5 No Logo At the [command prompt] as administrator, type [eccmd –Nologo] No copyright message will be displayed. 6. Exclude a Drive from Caching At the [command prompt] as administrator, type [eccmd –exclude ] (space) driveletter Exclude a drive from being cached. for example eccmd –exclude C to exclude C drive from caching
Interpretation of ECCMD –info results Description Explanation Remarks
(dbclick to enlarge pictures) 1. EC Cache Info Besides describing the partitioned size, it also describes the capacity left over and how much memory space has been used for storing the cache etc 2. Tiered Cache Stats It shows how much and how often the RAM memory were used to speed up the PC 3. Cache Stats It describes how the Cache were being used in terms of size and number and the % of time the Cache drive were used.
Installation Problems and Error Messages Description Actions Remarks
(dbclick to enlarge pictures) 1. Expresscache cannot find SSD drive Go to "Tips and Tricks" to create an ExpressCache drive The SSD has not been formatted with the correct id 2 Product is not licensed to run on this system Expresscache cannot find the licensed key to complete the startup Here are some keys but they have not been tested yet
ASUS, ACER, HP, LENOVO, SAMSUNG.
1. Download the above link for respective brands and place the file in the ExpressCache folder and
2. change the existing EC.LMF to EC.LMF.Old and rename the downloaded file to EC.LMF.If the PC is not licensed, then one will have to use the batch file that comes with the downloaded file to patch Expresscache in order to proceed further. 3. ExpressCache not working after Windows update or ExpressCache did not run as fast as expected A re-installation of Expresscache might be required to restore all the essential files
1. Format the ExpressCache drive and
2. Preload this batch file using this link for Win 7.
3. Restart Windows to refresh the system file. This should restore the ExpressCache.
The following shows that the Cache is not really working though the read count is high; may be some preloaded program is affecting the operation. 4. There is 0 cache shown in eccmd -info Make sure there is no Windows System files installed in any SSD drive The cache will show 0% if ExpressCache found Window installation in other SSD drive 5 eccmd exited with error 0x10df 4319
Clear the system error; erase any application installed just before this happen; do a system restore if necessary.
ResultNote: The test results may not represent the actual working speed of ExpressCache because the result will depend on where the test program were loaded; for example, the test program might just have tested the actual speed of the mechanical hard disk rather than the SSD cache drive.
Before After Speed Test before and after the ExpressCache installation Speed Test after the Windows’ system files were preloaded but . before and after the Crystaldiskmark were preloaded onto the Cache drive
______________________________________________________________
Other articles
tinyurl : https://tinyurl.com/y83lsfxg
Description | Actions | Remarks (dbclick to enlarge pictures) |
1. Create an ExpressCache drive after installation | 1. At the [command prompt] as administrator, type [net stop expresscache] 2. Then type [eccmd (space)-partition][diskID] [size] to create the partition; 3. Then format the drive by typing [eccmd (space) –format] to format the drive | For example [eccmd -partition 1 24GB] |
2. Check if the Caching is working (DOS method) | Restart the PCs. At the [command prompt] as administrator, type [eccmd –info]. If the cache is working, one will be shown the screen at the right; otherwise, it will show errors such as "Product is not licensed to run on this system" | If the cache is set up properly, one should have very high read and write %, higher than 85% after a few Windows restarts. |
3. Erase the Cache | At the [command prompt] as administrator, type [eccmd –format] | This will erase all the contents in the ExpressCache’s SSD disk |
4. Preload a program | At the [command prompt] as administrator, type [eccmd –preload] | One could preload the commonly used programs by Windows to speed up the booting by running this batch file in this link. The conventional wisdom is preload the whole windows folder into the Cache Drive but this is not necessary. |
5 No Logo | At the [command prompt] as administrator, type [eccmd –Nologo] | No copyright message will be displayed. |
6. Exclude a Drive from Caching | At the [command prompt] as administrator, type [eccmd –exclude ] (space) driveletter | Exclude a drive from being cached. for example eccmd –exclude C to exclude C drive from caching |
Interpretation of ECCMD –info results
Description | Explanation | Remarks (dbclick to enlarge pictures) |
1. EC Cache Info | Besides describing the partitioned size, it also describes the capacity left over and how much memory space has been used for storing the cache etc | |
2. Tiered Cache Stats | It shows how much and how often the RAM memory were used to speed up the PC | |
3. Cache Stats | It describes how the Cache were being used in terms of size and number and the % of time the Cache drive were used. |
Description | Actions | Remarks (dbclick to enlarge pictures) |
1. Expresscache cannot find SSD drive | Go to "Tips and Tricks" to create an ExpressCache drive | The SSD has not been formatted with the correct id |
2 Product is not licensed to run on this system | Expresscache cannot find the licensed key to complete the startup | Here are some keys but they have not been tested yet ASUS, ACER, HP, LENOVO, SAMSUNG. 1. Download the above link for respective brands and place the file in the ExpressCache folder and 2. change the existing EC.LMF to EC.LMF.Old and rename the downloaded file to EC.LMF. If the PC is not licensed, then one will have to use the batch file that comes with the downloaded file to patch Expresscache in order to proceed further. |
3. ExpressCache not working after Windows update or ExpressCache did not run as fast as expected | A re-installation of Expresscache might be required to restore all the essential files
2. Preload this batch file using this link for Win 7. 3. Restart Windows to refresh the system file. This should restore the ExpressCache. | The following shows that the Cache is not really working though the read count is high; may be some preloaded program is affecting the operation. |
4. There is 0 cache shown in eccmd -info | Make sure there is no Windows System files installed in any SSD drive | The cache will show 0% if ExpressCache found Window installation in other SSD drive |
5 eccmd exited with error 0x10df 4319 | Clear the system error; erase any application installed just before this happen; do a system restore if necessary. | |
Before | After | |
Speed Test before and after the ExpressCache installation | ||
Speed Test after the Windows’ system files were preloaded but . before and after the Crystaldiskmark were preloaded onto the Cache drive |
Other articles
tinyurl : https://tinyurl.com/y83lsfxg
Monday, November 5, 2018
Using Cheap Shower Curtains and Save
What’s the “Catch”?
What is the Best?
Materials Required
Friday, November 2, 2018
A Quick, Easy & Cost Effective Way to Handle Water Leaking Ceilings
Conventional Wisdom
What is The Cost Effective Method?
How Does it Work?
How to Do it?
Action | Remarks |
I) Materials Required |
|
a) 20kg Nylon fishing String or Nylon Twine |
|
b) 0.1mm (100 micron) thick plastic bag of size capable of covering the leakage area to form a “drain”; the alternate is to use tarpaulin sheet. Transparent sheet is preferred as one can spot water pool forming. A plastic covering sheet such as those used for house painting job can be as a canvas to cover an area as big as 9' x 12' as shown.
| |
c) 4 pieces of wall hooks for wooden walls or special hooks for masonry walls. |
|
d) Fabric sheets |
|
e) Stapler, ladder and tools | |
II) Preparation
|
|
1. Survey the location and the area of the leak | |
2, Determine where the water would be drained and the slope for forming the “drain” | |
3. If big plastic bags are used, cut and split both edge of the plastic bag to form a continuous sheet. Spread the sheet over the floor. | |
4. Cut multiple strips of about 12 mm width from the fabric sheet; either tie or join the strips with plastic sealer or electric iron or just using stapler to form continuous length of “wick” to direct the water More strips can be used as wicks if water draining is not fast enough. | |
III) Installation
|
|
1. Install the 4 hooks at four corners; for a large area, more hooks might be required and can be fixed after the installation; 2. Run the nylon fishing string to the 4 corners and tie a knot so that the string can be hooked or unhooked from the hook, making sure there is no slag in the string;
8. Cut a small hole underneath for the pool of water to be drained out. | |
IV) Improving Water Flow |
|
1. Make a long wick using the fabric sheet as described in step 1(d) and place the long water wick through the small hole. If needed be, tie the wick be tied to a “stopper” made from plastic sheets/bag to stop the wick from sliding through the small hole. Spread the top end of the wick to direct water to be drain out through the hole so that there will not be any water pool on the canvas. Remember: water pool will add weights to the canvas
2. Place more wicks to hang from the ceiling so as to direct the water down to plastic sheet or tarpaulin. “nail” or staple the wicks to secure it onto the ceiling or false ceiling. Extend the wick if necessary by stapling them. | Without the water wicks, water would splash over the place when it hit the water surface This will ensure water will be "drained" quickly from the ceiling. |
V) Testing and Commission |
|
1. Check that water will drip into the pail provided
| If the wicks have been installed correctly, there shall not be any water pool found in the plastic sheet or tarpaulin and hence, no additional weight would be added. Cheaper and thinner plastic sheets can be used as canvas |
Update 8 November 2018
What Best to do if the leaks spread Further?
The traditional wisdom is to enlarge the canvas or put up another canvas to cover the new leaking area; however, the leak might just be temporary as it find its way to other locations. This is because water will always find a path with the least resistance. The existing water path could be clogged up with "debris"; water will find new path to flow.
The better method is still using strips of fabric cloth. Cut to size and join them up either by plastic bag sealer or stapler to form longer strip. Because the fabric are woven material that has good capillary action to "suck up' or lift water to higher level, it can be used to direct the water drippings to where one would like them to flow. In this example, water drippings were directed to flow from the study room next door through the top of a door to the bucket of water placed in the bed room as shown in the following pictures
(dbclick to enlarge pictures)
Other Interesting Methods
(Dbclick to enlarge pictures)
_________________________________________________________________________________
tinyurl : https://tinyurl.com/y9egku8q
Simple and Easy Way To Backup Photos, Movies and Documents from handphones
2 December 2023 In the past, we used iTunes when we wanted to transfer or backup our photos, movies, and documents from iPhones or Androi...
-
1. How Air-conditioning works? 2. The Special Tools and Equipment? 3. The Professional Must Owned Equipment? 4. The Professionals Verse ...
-
9 April 2018 1) The Hard Wiring Connection 2) Blue Tooth Connection 3) More about SPDIF and HDMI (ARC) 4) Why HDMI (ARC) Not Working Xiao...
-
3 February 2018 https://tinyurl.com/y7gbj78v 1. The Soft Reset 2. The Hard Reset 3. Factory Reset for New Xiaomi TV Introduction There ...