No More Drive Letters! How to use Hard Links, Symlinks, Junction Points and Mount Points on Windows
Dave explains both why Windows still has drive letters and how you can operate free of them using modern Windows features link hard links, soft links, junction points, and volume mount points. This is an expansion on a recent Shop Talk topic, so you might have heard the third 3 minutes already if you follow Shop Talk, but it's all additional/new after that! Please check out the NEW Merchandise Store: http://davesgaragemerch.com Windows 10 ISO Download: https://www.microsoft.com/en-us/softw... Free Sample of my Book on the Spectrum: https://amzn.to/3zBinWM Check out ShopTalk, our weekly podcast, every Friday! / @davepl Follow me on X: https://x.com/davepl1968 Facebook: / davepl LINK CHEAT SHEET -------------------------------- Cheat Sheet: Links, Mounts, and Junction Points on Windows 1. Create a Hard Link (Windows) Links a file to another NTFS inode on the same volume mklink /H "C:\path\to\hard_link" "C:\path\to\source_file" Example: mklink /H "C:\Users\Dave\doc_link.txt" "C:\Users\Dave\doc.txt" 2. Create a Soft (Symbolic) Link (Windows) Creates a pointer to a file or directory, can cross volumes mklink "C:\path\to\soft_link" "C:\path\to\source" Example: mklink "C:\Users\Dave\doc_symlink.txt" "C:\Users\Dave\doc.txt" For directories: mklink /D "C:\Users\Dave\link_dir" "C:\Users\Dave\Docs" 3. Mount a Volume (Windows) Mounts a volume to a directory or drive letter mountvol C:\mount\point \\?\Volume{volume_guid}\ Example: mountvol C:\mnt \\?\Volume{12345678-1234-1234-1234-1234567890ab}\ Note: Find volume GUID with 'mountvol' or Disk Management 4. Create a Junction Point (Windows NTFS) Creates a directory link on NTFS mklink /J "C:\path\to\junction" "C:\path\to\target_dir" Example: mklink /J "C:\Users\Dave\Link" "C:\Users\Dave\Docs"

Optimize Your Hard Drive and Extend Data Life - Including SSDs with SpinRite!

Why I Deleted printf() from Windows COM in 1994!

SymLinks: The Hidden "SUPER Shortcut" Feature in Windows

When Did We Stop Optimizing Software? | Shop Talk #85

Microsoft Just Killed Local Accounts... Here's the Fix!

Windows "SUCKS": How I'd Fix it by a retired Microsoft Windows engineer

MicroNuggets: Hard Links versus Soft Links Explained

Android 17 sucks. So I put Linux on a phone.

Task Manager — 30 Years Later, the Secrets You Never Knew

The REAL Reason There Could Never Be a Windows 9

Symbolic links, hard links, and junction points explained (Windows)

What Happened to the Cox .049? | The Engine That Couldn’t Survive Modern Childhood

Why the Original Task Manager Was Under 80K and Insanely Fast – By Its Creator

Does Windows have Back Doors?

Most Ridiculous Worker Mistakes Caught on Camera

Wargames Movie Magic: Where it Cheats - IMSAI & WOPR!

Watch Ukrainian Drones OBLITERATE a Russian Jet

Learn Docker NOW! From Hello World to Doom in 15 Minutes!

Microsoft's Secret 90s Weapon That Made Windows Fast

