drives

AppWizard
April 19, 2026
Mojang shared a new episode of the Spawn Point stories series on their YouTube channel, featuring Jens “Jeb” Bergensten, the Chief Creative Officer. In this episode, Jeb embarks on a quest to find the elusive elytra, highlighting the creativity and challenges of Minecraft. Despite his role in the game's development, Jeb acknowledges there are still areas he has not explored. The episode humorously addresses the hand cramps he experiences from excessive crouching during his adventure.
Winsage
April 18, 2026
OWC has launched MacDrive 12, which allows Windows users to access various Mac formats such as HFS+, APFS, APFS Encrypted, SoftRAID, and Apple RAID through Windows Explorer. Key features include full read/write access to Mac formats, disk management tools for creating and repairing Mac disks, professional performance for demanding tasks, native integration with Windows, enterprise-grade security for encrypted volumes, RAID array support, and advanced APFS crash protection. Use cases include support for creative professionals, production companies, business users, IT administrators, data recovery specialists, and remote teams. MacDrive 12 will be available at the end of April for .99, with upgrade pricing for existing users at .99.
AppWizard
April 18, 2026
Android Auto has become a popular tool for drivers, supporting both wired and wireless connections in vehicles. Google regularly updates the platform, adding features like Google Meet support. Users can enhance their experience by adjusting settings, such as disabling auto-play for music when connecting, managing notifications from apps like YouTube Music and Spotify, preventing Android Auto from starting automatically, setting up shortcuts for Google Assistant commands, and enabling quick controls for music playback from the taskbar.
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.
Search