drives

Tech Optimizer
April 17, 2026
Efforts to merge storage roles into a single solution are ongoing, particularly with Amazon S3's durability and cost-effectiveness. In PostgreSQL, achieving a durable commit requires flushing the Write-Ahead Log (WAL) before signaling transaction completion, which can take tens of microseconds on high-performance NVMe drives but extend to milliseconds on slower storage. This latency impacts Online Transaction Processing (OLTP) systems and user response times. Benchmark studies show that systems with faster local storage outperform those with slower alternatives as workloads exceed memory capacity. The fsync operation in PostgreSQL is a commitment rather than a simple write, with enterprise-grade SSDs performing better due to power-loss protection. Read operations also face challenges, as PostgreSQL's need for small, latency-sensitive reads conflicts with S3's design for larger, higher-latency requests. As the working set exceeds memory, storage latency becomes a critical performance factor. Modern managed PostgreSQL systems typically do not place object storage in the critical commit path, instead maintaining a fast log or cache close to the database while relegating colder data to remote storage. Recent PostgreSQL developments, such as asynchronous I/O support in version 18, aim to leverage fast storage more effectively. S3 is valuable for tasks like WAL archiving and backups, but these should be kept separate from the commit path to avoid resource contention. The solution involves using both NVMe and S3, with fast storage managing commits and cache misses, while object storage handles archives and backups. PostgreSQL performs best when hot and cold storage functions are clearly delineated.
Winsage
April 16, 2026
The FAT32 file system, historically limited to a 32GB partition size due to a design choice by Microsoft engineer Dave Plummer, can inherently support volumes up to 2TB with a 512-byte sector size and theoretically up to 16TB with 4KB sectors. While Windows maintained this 32GB limit, motherboard manufacturers had already developed firmware to utilize larger FAT32 drives. Tools like Rufus and GUIFormat were used to format high-capacity media, as Windows did not allow direct FAT32 formatting for drives larger than 32GB. However, with the introduction of Windows 11 Insider Preview Builds 26220.8165 and 26300.8170, users can now format large flash drives and external volumes as FAT32 directly from the Command Prompt without third-party software.
Winsage
April 16, 2026
Microsoft announced that certain Windows Server 2025 devices may experience a BitLocker recovery prompt after installing the April 2026 KB5082063 Windows security update. The recovery mode will be triggered under specific conditions: BitLocker must be enabled on the operating system drive, the Group Policy for TPM validation must be configured with PCR7, the Secure Boot State PCR7 Binding must indicate "Not Possible," the Windows UEFI CA 2023 certificate must be in the Secure Boot Signature Database, and the device must not be using the 2023-signed Windows Boot Manager. Microsoft stated that this issue is unlikely to affect personal devices, as the configurations are mainly found in enterprise-managed systems. They are working on a resolution and recommend administrators remove the Group Policy configuration before deploying the update. If removal is not possible, applying a Known Issue Rollback (KIR) is advised to prevent triggering the recovery prompt. Microsoft has previously addressed similar BitLocker recovery prompt issues in May 2025, August 2024, and August 2022.
Winsage
April 15, 2026
Microsoft has lifted the FAT32 file system's volume limit in a recent preview version of Windows 11, allowing users to format storage devices with capacities of up to 2 terabytes, an increase from the previous maximum of 32 gigabytes. This change addresses a long-standing limitation that has existed since 1996. Additionally, Microsoft is enhancing the partition tool in Windows 11, improving its speed and responsiveness for managing multiple partitions. These updates are currently being tested in the Windows Insider Program, with no confirmed timeline for broader availability.
Winsage
April 15, 2026
Microsoft has introduced new security measures for Windows 10 and Windows 11 to protect against phishing attacks that exploit Remote Desktop Protocol (RDP) connection files. These updates, part of the April 2026 cumulative updates (KB5082200, KB5083769, and KB5082052), include a one-time educational prompt for users upon first opening an RDP file, requiring acknowledgment of the associated risks. Subsequent attempts to open RDP files will display a security dialog with information about the file's publisher, the remote system address, and local resource redirections, with options disabled by default. If an RDP file is unsigned, a warning will indicate an "Unknown remote connection." These protections apply only to connections initiated through RDP files, not through the Windows Remote Desktop client, and can be temporarily disabled via the Windows Registry.
AppWizard
April 14, 2026
A Redditor named Darkkal44 has created a collection of visually striking Linux lock screens inspired by video games, available on GitHub. The sentiment towards Linux is becoming more favorable among gamers, particularly with the introduction of a new Proton Experimental build that simplifies playing classic Capcom titles. A distribution called Bazzite is highlighted for its user-friendliness and features like ScopeBuddy for HDR gaming. Customization options, including a Windows 7-style lock screen called Qylock, are appealing for users considering a switch from Windows to Linux. Despite the growing appeal, some users remain hesitant to fully transition from Windows.
Winsage
April 13, 2026
Microsoft has released new test builds for Windows Insiders, specifically Dev Build 26300.8170 and Beta Build 26220.8165, which remove the 32GB limit on FAT32 formatting for external drives. Users can now format external drives up to 2TB using FAT32 through the Command Prompt. This change, which has been anticipated by users, is a shift from the long-standing restriction that required third-party applications or specialized commands for larger drives. The enhancement applies only to the Command Prompt, as the graphical interface remains unchanged, and the 4GB file size limit for individual files on FAT32 drives still applies. This feature is currently available only in preview versions for Windows Insiders, with a broader rollout planned for future standard Windows 11 updates.
Winsage
April 11, 2026
Microsoft has released four new preview builds of Windows 11 for the Windows Insider Program across its Canary, Dev, and Beta channels. In the Canary channel, the latest update KB5083824 upgrades systems to Windows 11 build 28020.1812, introducing improvements such as customizable touchpad right-click zone sizes, a smaller peek view for the Drag tray, visibility into Secure Boot certificate status in Windows Security, and design updates in the Feedback Hub. For those in the Canary channel who opted for the 29xxx build series, build 29565.1000 includes underlying platform changes, enhancements to the bubble screensaver for high refresh rate displays, and the same Drag tray, Windows Security, and Feedback Hub improvements. In the Dev channel, users can upgrade to Windows 11 25H2 build 26300.8170 with update KB5083632, while the Beta channel receives update KB5083635, upgrading to Windows 11 25H2 build 26220.8165. Both updates feature storage improvements allowing FAT32 drive formatting up to 2 TB from the command line, corrected Data usage views in Network settings, and the same Windows Security and Feedback Hub enhancements.
Winsage
April 8, 2026
Google, in collaboration with refurbished electronics retailer Back Market, is offering a USB memory stick that allows users to install ChromeOS Flex for free, providing an alternative to Windows 10 and addressing the end of support for the operating system. The ChromeOS Flex USB Kit simplifies the installation process and aims to extend the lifespan of aging PCs, potentially preventing millions of functioning devices from being discarded. As of October 14, 2025, Microsoft ceased all support for Windows 10, leaving vulnerabilities unaddressed. Approximately one-third of Windows devices still run on Windows 10, and users can opt for an additional year of updates at a cost of around £22. ChromeOS Flex has lower system requirements than Windows 11 but lacks features like Android app installation. It helps ensure security updates for existing devices and contributes to environmental sustainability by reducing electronic waste and carbon emissions associated with new device manufacturing. The physical kit is priced at around €3 and is reusable.
Winsage
April 7, 2026
Apple introduced its M1 Apple Silicon systems in late 2020, which received admiration but raised concerns due to a restrictive ecosystem. Over five years, Apple’s architecture has evolved, addressing challenges like gigabit Wi-Fi and high-speed expansion, yet it remains focused on desktops and laptops. The anticipated MacBook Neo, lacking an M-type System on Chip, has created apprehension within the Windows ecosystem. Currently, no Windows laptop can match the MacBook Neo in hardware quality and startup experience, while macOS offers a more tranquil workspace compared to the distractions of Windows 11. Apple has effectively utilized advancements in processor technology and manufacturing control to produce efficient chips and maintain a coherent ecosystem, making its products increasingly accessible. In contrast, Windows OEMs face challenges with component sourcing, build quality, and reliance on bloatware. There is potential for Microsoft to create a Windows Neo variant that meets user needs, while the sustainability of current business models for Windows OEMs is uncertain.
Search