Publish: 2020-03-15 | Modify: 2020-04-11
Cat Drive was established in 2017 and is focused on providing intelligent storage products and services for individuals, families, and small businesses. In simple terms, it is a private network storage service. However, many people use Cat Drive for mining, so there are many second-hand Cat Drives available on the market. Recently, I also learned about Cat Drive and bought one from a second-hand marketplace to tinker with.
Currently, the only Cat Drive available for sale on the official website is the Cat Drive Plus, priced at 399 yuan. The official website is http://www.maopan.io/index.html.
But personally, I don't think it's necessary to buy from the official website. You can search on second-hand marketplaces like Xianyu. When I bought it from Xianyu, the price was 100 yuan. It was a standard version without a hard drive and packaging. It looked old, but it was still functioning properly.
Most of the Cat Drives sold on Xianyu do not come with a hard drive, as they have been removed. So you need to prepare a 2.5-inch SATA hard drive yourself. If you don't have one, you can also buy a second-hand hard drive on Xianyu for around 60 yuan, usually a 512GB hard drive. Alternatively, you can use a hard drive removed from a laptop. The total cost of a second-hand Cat Drive and a second-hand hard drive is less than 200 yuan, allowing you to start tinkering.
Currently, there are several available firmwares for Cat Drive: Official, X3P (Onespace), and Black Synology. Personally, I recommend flashing X3P or Black Synology.
The first step after receiving the Cat Drive is to prepare for flashing. Connect it to the network and power it on, and then prepare to flash X3P and later Black Synology on top of X3P.
Flashing tool: https://cloud.189.cn/t/zeaINrJZrIbe (Access code: 0gxz)
Once you see the success message, you can close the software. At this point, the indicator light on the Cat Drive will be solid red.
Unplug the Cat Drive's power cable, but leave the network cable connected. While holding down the reset button, plug in the power cable. Once you see the indicator light turn blue and start flashing, you can release the reset button. The X3P system installation will start automatically. Wait patiently for about 5-10 minutes. Once the indicator light turns solid red again, it means the flashing is successful.
Check the Cat Drive's IP address again through the router, and enter the IP in a browser to access the Onespace interface. The default username is "admin" and the password is "123456."
The X3P firmware has plenty of features and is perfectly suitable for daily use. If you want to flash Black Synology, please continue reading.
Connect to the Cat Drive using an SFTP tool with the username "root" and password "Etech12." Upload the "full.bin" file from the flashing package to the "/tmp" directory.
Connect to the Cat Drive using an SSH tool with the username "root" and password "Etech12." Navigate to the "cd" directory and execute the following "dd" commands to write the firmware:
# Go to the tmp directory
cd /tmp
# Execute the following commands one by one, press enter after each command, and wait for a response before copying the next one
dd if="full.bin" of=/dev/mtdblock0 bs=1 skip=0 count=$((0xc8000))
dd if="full.bin" of=/dev/mtdblock1 bs=1 skip=$((0x000c8000)) count=$((0x00004000))
dd if="full.bin" of=/dev/mtdblock2 bs=1 skip=$((0x000cc000)) count=$((0x00434000))
dd if="full.bin" of=/dev/mtdblock3 bs=1 skip=$((0x00500000)) count=$((0x00300000))
After executing the four commands, enter "reboot" to restart the Cat Drive. Then, open find.synology.com/ in a browser and click on "Search for devices." You should see that the Cat Drive is recognized as a DS119J and displays the device's IP and other information. Click on "Connect" and follow the prompts to complete the system installation.
At this point, the flashing of Black Synology is complete. We first flashed X3P and then Black Synology on top of it. This method is simpler than the TTL flashing tutorial found online. However, please note that after flashing Black Synology, the hard drive will be reformatted. Therefore, please backup the data on the hard drive first and follow the prompts to complete the Synology setup. Attached is a screenshot of my Cat Drive successfully flashed with Black Synology.
If you cannot detect the IP when you receive the Cat Drive or if the flashing fails, pay attention to the indicator light on the Cat Drive. There are generally four states:
This article references the following sources:
I come from China and I am a freelancer. I specialize in Linux operations, PHP, Golang, and front-end development. I have developed open-source projects such as Zdir, ImgURL, CCAA, and OneNav.