filesystem

Winsage
December 9, 2024
Microsoft's Windows Subsystem for Linux (WSL) allows users to install a Linux distribution and use Linux tools directly on Windows, enabling interoperability between the two systems. To install WSL on a Windows 11 machine, users need to open Powershell and execute the command PLACEHOLDERfb64849c167927be, which installs WSL along with the default distribution, Ubuntu. After installation, a reboot is required, and users must create a Linux username and password. Python is pre-installed for application development. Users can explore other Linux distributions by running PLACEHOLDER6c29b54d193dd23d and can install a different distribution using wsl --install -d . Accessing the installed distribution can be done through the Windows menu or Powershell. Joining the Windows Insider Program is necessary to access the latest WSL preview features.
Winsage
August 16, 2024
Microsoft is lifting the long-standing 32GB limitation on FAT32 partitions in the upcoming Windows 11 24H2 update. This change, introduced through the Canary channel of the Windows Insider program, allows for the creation of new FAT32 partitions up to the filesystem's theoretical maximum of 2TB, although it is currently only accessible via command-line formatting tools. The 32GB cap originated from a decision made by former Microsoft programmer Dave Plummer during the development of Windows in the 1990s. While FAT32 has become less relevant compared to NTFS and exFAT, it still serves specific needs for formatting disks for legacy systems.
Search