
Xiaomi Smart Storage puts the home-backup problem in a box: photo album backup, media management, remote access, Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration. According to sspai, the hardware is also plainly local, with two vertically arranged drive bays behind a magnetic front panel and metal trays for 3.5-inch and 2.5-inch SATA hard drives.
That pairing is the point. The device is pitched as storage, but the pressure around it comes from workflow: what gets copied, where it is restored from, and which ecosystem controls the path.
Appinn's reading of Google's updated Android backup policy shows why this matters before a large photo archive enters the picture. All Android backup data counts toward Google Account storage quota, and Google says the affected data includes SMS messages, call history, device settings, and app settings. Local ownership, cloud quota, and device integration now collide inside ordinary backup decisions.
Cloud quota pressure starts before the big photo library
Cloud pressure does not begin with a phone camera roll. Under Google's updated Android backup policy, according to appinn, all Android backup data counts toward Google Account storage quota. The affected bucket includes SMS messages, call history, device settings, app data, and app settings. Google said the change takes effect after 45 days.
That matters because the newly metered data is ordinary system memory, not a media collection.
Before the policy change, SMS and RCS data did not count toward Google Account storage. Call history did not count either. Device settings, app data, and app settings were also outside the quota, appinn notes. Google said backup storage may increase under the policy, and the source states Android backup storage will increase by 40MB on average. The number sounds small until it becomes the difference between backups continuing and backups stopping.
Google's rule is direct: automatic backups pause if the Google Account storage exceeds its limit, until the user frees storage space or upgrades the plan. The practical risk is not losing a single photo. It is discovering, during a restore, that the recent phone state was never captured because the account had crossed a quota line weeks earlier.
This is where a home storage box enters the workflow, but not as magic. Xiaomi Smart Storage, according to sspai, includes photo album backup, media management, and remote access. It also adds Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration. Physically, it uses two vertically arranged drive bays behind a magnetic front panel, with metal trays for 3.5-inch and 2.5-inch SATA hard drives.
Those details make it capacity relief with a shape. Local disks can absorb photos and device backups that would otherwise push a cloud account toward its limit. Yet the buying question is still about restore paths. Google also added granular app backup toggles, and users on Android 9 or later can choose data types and specific apps. A sensible setup decides what must restore through Google, what can live on Xiaomi's box, and what would be painful if either side failed.
A two-bay appliance is simple until support becomes part of the bill
Xiaomi Smart Storage shows why the easy home NAS pitch is attractive. According to sspai, it was sold through crowdfunding and now costs about 400 yuan above its original price on Xianyu for buyers who missed that window. The box is built around familiar jobs: photo album backup, media management, and remote access. For Xiaomi households, the hook is tighter. It adds Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration.
That makes storage feel like an appliance, not a small server.
The hardware reinforces that impression. Xiaomi uses two vertically arranged drive bays behind a magnetic front panel, with a rear panel that includes DC power input, a 2.5GbE network port, a USB 3.0 Type-A port, an HDMI port, and a power button. Sspai also notes that the package includes one CAT.5e Ethernet cable. Inside, the Realtek RTD1619B 64-bit quad-core SoC runs at up to 1.7GHz, with 4GB of onboard Hikstorage LPDDR4X memory and no memory slot for later expansion. System boot logs confirm the platform directly provides a dual-port AHCI controller for two SATA 6Gbps links.
The catch is that simplicity shifts the buying question from setup to lifespan. Xiaomi's 32GB onboard Hikstorage eMMC 5.1 stores the system, firmware, upgrade files, logs, and internal service data. That means the appliance depends on vendor software for the parts users actually notice: backup behavior, remote access, and ecosystem integration.
Synology's DSM 7.4 is the warning label on that model. Appinn reports that DSM 7.4 has been officially released, but its data reduction applies only to some models released in 2022 or later. The same version is also the last upgradable release for older FS, Plus, Value, and J series devices, including DS918+, DS1019+, DS218+, DS418play, DS218j, and DS119j. A home NAS purchase is therefore also a software-eligibility purchase. The workflow question is which box accepts drives and which box keeps receiving the features that make those drives manageable.
Deduplication helps some files and barely touches others
Deduplication sounds like storage magic until the file mix is named. Appinn's Synology DSM 7.4 example is deliberately clean: store three identical 100GB files. A conventional NAS accounts for 300GB. With data reduction enabled, DSM stores one copy of the data. It records reference relationships for the other two, then reports about 100GB of actual use.
That is the best case, not the average case.
DSM 7.4 combines deduplication and compression, and appinn says the work can run automatically in the background. The important practical detail is transparency. Applications still see the same file paths and permissions. They still see the same checksums. A photo app does not need to be rewritten around the space-saving layer. A sync client does not either. An office folder does not need that rewrite. The NAS changes how blocks are stored underneath, while the user-facing file system keeps its shape.
The catch is that duplicate blocks are only useful when they exist. Three identical exports can benefit, repeated installers can benefit, cloned project folders can benefit, copied virtual machine images can benefit. A phone camera roll full of different photos will not collapse into one neat copy just because it lives on local storage. Compression has the same limit: some formats have already been squeezed before they reach the NAS.
Local also does not automatically mean cheaper. Xiaomi Smart Storage, according to sspai, has two vertical drive bays. It has metal trays for 3.5-inch and 2.5-inch SATA drives. It uses screws instead of tool-free release. Its bundled adapter is rated at 12V and 3.5A, with about 42W maximum power. Those details turn "my own storage" into a bill for disks, redundancy, electricity, and replacement parts.
Support windows belong in the same calculation. Appinn notes that DSM 7.4 data reduction applies only to some models released in 2022 or later, while DSM 7.4 is the last upgradable version for named FS and Plus models including DS918+ and DS1019+. Space saved by deduplication is real. So is the platform boundary around it.
AI search is useful only when the index matches the files
Synology's AI direction makes sense only if the index reflects the files it is asked to explain. According to appinn, DSM 7.4 adds DSM Agent, a built-in assistant for DSM usage questions, configuration suggestions, and troubleshooting. The same release includes Synology Drive AI Search, with natural-language file search and content recognition for images and documents on GPU-capable models. It also adds a private AI knowledge-base feature that uses data stored on the NAS while considering data use and privacy protection.
That sounds useful for home storage because the files stay local. The search layer sits near the archive instead of asking every document to leave the box.
The catch is freshness. Woshipm's author describes the older RAG pattern as reading a repository, splitting it into small chunks, calculating coordinates for each chunk, storing those coordinates in a dedicated database, and retrieving similar chunks when a user asks a question. The same author notes that Claude Code's early version used standard RAG plus a local vector database, then later moved to glob, grep, and read. The point is not that NAS search and code tools are the same product. It is that prebuilt indexes age.
A stale index is worse than no index when it sounds confident. Woshipm's author argues that fixed information architecture can become awkward while products keep changing, and that an index can guide users with an outdated map after function names change or files disappear. In storage terms, the same risk applies to active project folders, draft documents, renamed images, and anything still being reorganized.
The practical rule is simple: use AI search and private knowledge bases for stable archives that must be found quickly, and be cautious with fast-changing working files. Woshipm's author puts slowly changing emergency material in the structured bucket, including help centers, compliance terms, and materials updated once a year. For files that change often, rigid structure can become deceptive rather than helpful. Synology's GPU status display and external GPU support matter here because acceleration helps search run, but hardware cannot fix a stale map.
How to choose a storage workflow without overbuying the wrong layer
- You are mainly trying to reduce repeated local files across a NAS, especially where duplicate large files are common. Look at Synology DSM 7.4's data reduction feature, which includes deduplication and compression and can automatically process data in the background. The cited example says three identical 100GB files would traditionally use 300GB, while data reduction would store one copy and references for the other two, with actual usage of about 100GB. Do not assume this works on every Synology box: the feature applies only to some models released in 2022 or later.
- You are choosing or keeping a Synology NAS for long-term support, not just current features. Check model support before planning around DSM 7.4. DSM 7.4 has been officially released, but it will be the last upgradable version for many listed FS, Plus, Value, and J series models, including DS918+, DS1019+, DS218+, DS216j, DS218j, and others. If your workflow depends on future AI, deduplication, or platform updates, an older supported-today model may still be a poor long-term bet.
- Your main pain is Android backup quota pressure rather than local file storage. Start by auditing Google Account storage and backup toggles before buying hardware. Under Google's updated Android backup policy, all Android backup data counts toward Google Account storage quota, including SMS messages, call history, device settings, and app settings. Google said automatic backups will pause if storage exceeds the account limit until the user frees storage space or upgrades the plan. Users on Android 9 or later can choose the data types and specific apps they want to back up.
- You use Xiaomi phones and want a home appliance-style backup target instead of a general-purpose NAS. Xiaomi Smart Storage is most relevant if Xiaomi ecosystem integration matters: it adds Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration, alongside photo album backup, media management, and remote access. Treat it as an ecosystem appliance rather than an expandable enthusiast NAS: it has 4GB of onboard LPDDR4X memory with no memory slot for later expansion, two SATA drive bays, one 2.5GbE port, and drives must be fixed with included screws rather than tool-free trays.
- You want AI search over fast-changing project files, documentation, or code-like material. Do not assume a prebuilt AI index is always the right answer. The Claude Code account cited here says its early version used standard RAG plus a local vector database, then replaced RAG with glob, grep, and read. The argument is that prebuilt indexes can mislead when names change or files are deleted; for fast-changing material, search-and-read workflows may be more reliable than a rigid structure. For slowly changing, urgent-reference materials such as help centers, compliance terms, or materials updated once a year, explicit structure is still recommended.
The durable workflow splits storage by restore path
The durable setup starts by sorting files by restore path, not by device brand. Cloud backup should keep the phone data whose loss would hurt immediately, but Android now makes that a quota decision: according to appinn, all Android backup data counts toward Google Account storage, while Google Photos photos and videos already counted before except on Pixel models with unlimited uploads. If the account exceeds its limit, Google says automatic backups pause until storage is freed or the plan is upgraded.
That makes Android's granular backup controls the first cleanup tool. Google says Android 9 or later users can choose data types and specific apps, so the default should be selective backup, not automatic everything.
Local storage then becomes the restore path for bulky personal media, working folders, and device images that should not depend on a cloud bill. Xiaomi Smart Storage fits that role as an appliance because sspai lists photo album backup, media management, remote access, Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration. Its hardware also shows the boundary of the job: one 2.5GbE port, a CAT.5e Ethernet cable, plus rear DC power, USB 3.0 Type-A, HDMI, and a power button. It is home infrastructure, not a magic archive.
A separate copy still matters for files that must survive appliance failure or account lockout. Put exported photos, tax files, contracts, and project deliverables on an external or off-site path. Keep the format plain enough that another machine can read it without the original app.
Search should be split the same way. Synology DSM 7.4 adds AI Search and a private AI knowledge base, according to appinn, and its data reduction keeps file paths, permissions, and checksums unchanged. But woshipm's author points to Claude Code replacing RAG with glob, grep, and read: narrow the range, search inside it, then inspect the candidate. Use explicit structure for slow-changing emergency material; leave fast-changing files in searchable folders.
Storage workflow trade-offs across cloud backup, local NAS, NAS software, and AI/search approaches
| Dimension | Google Android backup policy | Xiaomi Smart Storage | Synology DSM 7.4 | Claude Code search approach |
|---|---|---|---|---|
| Primary role in a storage workflow | Cloud device backup tied to Google Account storage quota | Local smart storage with photo album backup, media management, remote access, Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration | NAS operating system update with data reduction, AI assistant, AI search, enterprise chat, video conferencing, and private AI knowledge base features | Search/navigation method for changing repositories, replacing RAG with glob, grep, and read |
| Quota, cost, or purchase pressure | All Android backup data counts toward Google Account storage quota; automatic backups pause if storage exceeds its limit until the user frees storage space or upgrades the plan | The sspai author says Xiaomi Smart Storage currently costs about 400 yuan above its original price on Xianyu if users want to buy it | Pricing not disclosed in sources | Pricing not disclosed in sources |
| What newly counts or is stored | SMS messages, call history, device settings, and app settings are affected; SMS and RCS, call history, device settings, Wi-Fi, Bluetooth, and other system settings, app data and app settings, home screen layout, and wallpapers did not count before but will count under the new policy | Stores through two vertically arranged drive bays; trays support 3.5-inch and 2.5-inch SATA hard drives | Data stored on a NAS can be used as a private AI knowledge base while considering data use and privacy protection | Searches live project files using glob, grep, and read rather than relying on a prebuilt local vector database |
| Backup controls | Google said the change introduces granular app backup toggles; users on Android 9 or later can choose the data types and specific apps they want to back up | Provides Xiaomi phone full-device backup | Not covered | Not covered |
| Deduplication or compression | Not covered | Not covered | Adds data reduction with deduplication and compression; it automatically removes duplicate data blocks in the background and compresses file sizes | Not covered |
| Example of storage impact | The source states that Android backup storage will increase by 40MB on average; Google's email example said backup was expected to increase by 0.1 GB and the user had used 4.65 GB out of 15 GB | Not covered | If three identical 100GB files are stored, traditional usage would be 300GB; with data reduction, actual usage would be about 100GB | Not covered |
| Transparency to apps or users | Backups pause when account storage exceeds its limit, unless the user frees space or upgrades the plan | Not covered | Data reduction is transparent to applications, and file paths, permissions, and checksums do not change | The woshipm author argues that prebuilt indexes can become obstacles when products iterate quickly |
| Search and AI layer | Not covered | Not covered | DSM Agent answers DSM usage questions, provides configuration suggestions, and helps troubleshoot; Drive AI Search supports natural-language file search and can identify image and document content on models that support GPUs | Claude Code later replaced RAG with glob, grep, and read; glob narrows a search range, grep searches within a range, and read inspects a suspected result |
| Hardware or acceleration dependency | Not covered | Uses a Realtek RTD1619B 64-bit quad-core SoC with a maximum frequency of 1.7GHz; has 4GB of onboard Hikstorage LPDDR4X memory and 32GB of onboard Hikstorage eMMC 5.1 flash storage | Drive AI Search can identify image and document content on models that support GPUs; DSM 7.4 adds GPU status display; some models already support external GPU functionality | Not covered |
| Networking and local I/O | Not covered | Provides one 2.5GbE network port; rear I/O includes DC power input, a 2.5GbE network port, a USB 3.0 Type-A port, an HDMI port, and a power button | Not covered | Not covered |
| Device support or lock-in limits | Google Photos photos and videos already counted toward quota before the change, except on Pixel models with unlimited uploads; the source states unlimited Google Photos backup storage for earlier Pixel 1-5 phones is unaffected | HyperOS integration and Mijia ecosystem integration are included; drive trays do not support tool-free quick release and drives must be fixed with included screws | Data reduction applies only to some models released in 2022 or later; DSM 7.4 will be the last upgradable version for listed FS, Plus, Value, and J series models | The woshipm author argues that a structure becomes deceptive rather than helpful when it cannot keep up with change |
| Best-fit workflow implication | Useful when users accept cloud quota accounting and manage backup scope through granular toggles | Useful when users want local ownership plus Xiaomi ecosystem backup and remote access, while accepting hardware constraints and current resale-market premium | Useful when users want NAS-side deduplication, compression, AI search, and private AI features, while checking model eligibility and final-upgrade status | Useful for fast-changing information where live search may be more reliable than a prebuilt index |
Treat search as a restore drill, not a promise printed on a product page. For a working folder, try the sequence woshipm's author describes around Claude Code: narrow the range with glob, search inside it with grep, then read the suspected result before trusting it. If the name changed or the file was deleted, a RAG layer can still point at an outdated map.
That failure mode should decide your structure.
Give explicit structure to slow-moving material that must be found under pressure: help centers, compliance terms, and materials updated once a year. Keep fast-changing drafts and cheap-to-check working files out of rigid folder taxonomies. When the structure cannot keep up with change, woshipm's author argues, it stops helping and starts misleading.
For readers outside China
- Availability: Xiaomi Smart Storage was sold through crowdfunding, and one source says buyers currently have to look to Xianyu if they want to buy it; availability outside China is not disclosed in sources. Synology DSM 7.4 update firmware for supported devices can be obtained from Synology's official Download Center. Google's Android backup policy change was sent by email to Android users and applies after 45 days, but country-by-country rollout details are not disclosed in sources.
- Pricing: The only sourced price signal is that Xiaomi Smart Storage currently costs about 400 yuan above its original price on Xianyu, according to the sspai author. The original Xiaomi Smart Storage crowdfunding price is not disclosed in sources. Synology DSM 7.4 pricing, Synology hardware pricing, Google storage-plan pricing, and any paid tiers for the AI features are not disclosed in sources.
- Closest Western equivalents: Synology DSM 7.4 is closest to the familiar Western small-office NAS software stack: local file storage, backup, Drive-style sync/search, chat, meeting, and administrative tooling on owned hardware.; Xiaomi Smart Storage is closest to a consumer home NAS appliance, but with Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration rather than a neutral cross-platform emphasis.; Google Android backup is closest to iCloud Backup in the sense that phone backup becomes part of an account-level cloud-storage quota, though the source material only covers Google's Android policy.; Claude Code's glob, grep, and read approach is closest to command-line search workflows layered into an AI coding assistant, rather than a classic RAG knowledge-base product.
- Data residency: Synology DSM 7.4's Synology Meet Beta is described as locally deployed and as keeping data inside the enterprise. DSM 7.4 also includes a private AI knowledge base feature that uses data stored on a NAS while considering data use and privacy protection. Xiaomi Smart Storage supports remote access, but where remote-access metadata or backup data is processed is not disclosed in sources. Google Android backup data counts toward Google Account storage quota under the updated policy, but the source material does not cover regional data residency. Claude Code's earlier local vector database is mentioned, but broader data-residency behavior is not disclosed in sources.
Sources
- sspai 小米 NAS 拆解与初步上手:它会是你的第一台 NAS 吗? https://sspai.com/post/112398
- appinn 群晖 DSM 7.4:原生数据去重/压缩功能,可节省硬盘空间。是 DS216+、DS918+ 的最后一个版本 https://appinn.com/synology-dsm-7-4
- appinn Google 政策变化:对所有 Android 备份都计入存储空间|Pixel 1~5 手机的无限空间无影响 https://appinn.com/google-android-backup-storage-change
- woshipm 找东西这件事,AI 也想明白了 https://woshipm.com/share/6432810.html
The evidence: 60 facts from 4 Chinese articles
Each line below was extracted from the article it sits under, in Chinese, before any of this was written. The writing is done from these and never from the source prose - that separation is structural, not a promise. How we work.
appinn群晖 DSM 7.4:原生数据去重/压缩功能,可节省硬盘空间。是 DS216+、DS918+ 的最后一个版本
- Synology DSM 7.4 has been officially released.
- Synology DSM 7.4 was released in June.
- Synology DSM 7.4 adds a data reduction feature that can automatically remove duplicate data blocks in the background and compress file sizes.
- Synology DSM 7.4 includes DSM Agent, a built-in AI assistant that can answer DSM usage questions, provide configuration suggestions, and help troubleshoot problems.
- Synology DSM 7.4 includes Synology ChatPlus Beta, a new-generation enterprise chat tool that supports more granular permission management and AI real-time translation.
- Synology DSM 7.4 includes Synology Meet Beta, a locally deployed video conferencing platform that supports AI real-time translation and keeps data inside the enterprise.
- Synology DSM 7.4 includes Synology Drive AI Search, which supports natural-language file search and can identify image and document content on models that support GPUs.
- Synology DSM 7.4 includes a private AI knowledge base feature that uses data stored on a NAS as an AI knowledge base while considering data use and privacy protection.
- Synology DSM 7.4 adds GPU status display in system information to make it easier to view the operating status of AI acceleration hardware.
- Some Synology models already support external GPU functionality.
- The Synology DSM 7.4 data reduction feature includes deduplication and compression, and can automatically process data in the background.
- Synology DSM 7.4 data reduction is transparent to applications, and file paths, permissions, and checksums do not change.
- Synology DSM 7.4 data reduction applies only to some models released in 2022 or later.
- Synology DSM 7.4 will be the last upgradable version for the FS series models FS3017, FS2017, and FS1018.
- Synology DSM 7.4 will be the last upgradable version for the Plus series models DS216+, DS216+II, DS716+, DS716+II, DS916+, DS718+, DS918+, DS1019+, DS218+, DS1517+, DS1817+, DS1618+, DS1819+, DS2419+, DS2419+II, RS2416+, RS2416RP+, RS2418+, RS2418RP+, RS2818RP+, RS818+, RS818RP+, and RS1219+.
- Synology DSM 7.4 will be the last upgradable version for the Value series models DS116, DS216, DS216play, DS416, DS416play, RS816, DS118, DS218, DS218play, DS418, DS418play, DS1517, DS1817, RS819, and RS217.
- Synology DSM 7.4 will be the last upgradable version for the J series models DS216j, DS416j, DS416slim, DS419slim, DS418j, DS218j, and DS119j.
- Synology DSM 7.4 update firmware for supported devices can be obtained from Synology's official Download Center.
appinnGoogle 政策变化:对所有 Android 备份都计入存储空间|Pixel 1~5 手机的无限空间无影响
- Google sent emails to Android users informing them that it changed its Android backup policy.
- Under Google's updated Android backup policy, all Android backup data counts toward Google Account storage quota.
- Google said Android backup data affected by the policy includes SMS messages, call history, device settings, and app settings.
- Google said the updated Android backup policy will take effect after 45 days.
- Google said the policy change may increase the storage used by device backups.
- Google Photos photos and videos already counted toward Google Account storage before the policy change, except on Pixel models with unlimited uploads.
- MMS data already counted toward Google Account storage before the Android backup policy change.
- SMS and RCS data did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- Call history did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- Device settings did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- Wi-Fi, Bluetooth, and other system settings did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- App data and app settings did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- Home screen layout and wallpapers did not count toward Google Account storage before the Android backup policy change, but will count under the new policy.
- Google said automatic backups will pause if a user's Google Account storage exceeds its limit, until the user frees storage space or upgrades the plan.
- Google said the change introduces granular app backup toggles in Android backup settings.
- Google said users on Android 9 or later can choose the data types and specific apps they want to back up.
- Google's email example said the user's Android device backup was expected to increase by 0.1 GB after the change.
- Google's email example said the user had used 4.65 GB of storage out of a total of 15 GB.
sspai小米 NAS 拆解与初步上手:它会是你的第一台 NAS 吗?
- Xiaomi Smart Storage was sold through crowdfunding.
- Xiaomi Smart Storage has software functions including photo album backup, media management, and remote access.
- Xiaomi Smart Storage adds Xiaomi phone full-device backup, HyperOS integration, and Mijia ecosystem integration.
- The bundled Xiaomi Smart Storage power adapter has an output specification of 12V and 3.5A, with a maximum power of about 42W.
- Xiaomi Smart Storage provides one 2.5GbE network port and includes one CAT.5e Ethernet cable.
- The rear I/O of Xiaomi Smart Storage includes a DC power input, a 2.5GbE network port, a USB 3.0 Type-A port, an HDMI port, and a power button.
- Xiaomi Smart Storage uses two vertically arranged drive bays behind a magnetic front panel.
- The Xiaomi Smart Storage drive trays are metal and support 3.5-inch and 2.5-inch SATA hard drives.
- The Xiaomi Smart Storage drive trays do not support tool-free quick release, and drives must be fixed with the included screws.
- The Xiaomi Smart Storage rear fan is a Cool Breeze HDB7015H DC brushless fan with a 7015 size, about 70x70x15mm.
- The Xiaomi Smart Storage rear fan is rated at 12V and 0.18A, uses a four-pin connector, and supports PWM speed control and speed feedback conditions.
- Xiaomi Smart Storage uses a Realtek RTD1619B 64-bit quad-core SoC with a maximum frequency of 1.7GHz.
- The Xiaomi Smart Storage mainboard has 4GB of onboard Hikstorage LPDDR4X memory and does not provide a memory slot for later expansion.
- Xiaomi Smart Storage has 32GB of onboard Hikstorage eMMC 5.1 flash storage for the system, firmware, upgrade files, logs, and internal service data.
- System logs identify the Xiaomi Smart Storage eMMC as SDS6S2 with an actual capacity of about 29.1GiB and HS400 mode operation.
- Xiaomi Smart Storage uses a Genesys Logic GL3510 USB Hub controller and a 25MHz crystal for USB interface and onboard USB device expansion and data forwarding.
- Xiaomi Smart Storage uses a Realtek RTL8156BG controller connected to the main SoC through USB 3.0 to provide a single 2.5GbE network port.
- System boot logs confirm that the RTD1619B platform in Xiaomi Smart Storage directly provides a dual-port AHCI controller supporting two SATA 6Gbps links.
woshipm找东西这件事,AI 也想明白了
- CyrusChang is the original author of the woshipm piece.
- The woshipm piece was originally published on 人人都是产品经理.
- Claude Code's early version used standard RAG plus a local vector database.
- Claude Code later replaced RAG with glob, grep, and read.
- Boris Cherny personally said that Claude Code replaced RAG with glob, grep, and read.
- The woshipm author says he is not a technical specialist.