<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://www.jtopia.org/</id><title>JTopia.org</title><subtitle>I hope I've made something useful here.</subtitle> <updated>2025-09-07T21:34:17-07:00</updated> <author> <name>JT Anderson</name> <uri>https://www.jtopia.org/</uri> </author><link rel="self" type="application/atom+xml" href="https://www.jtopia.org/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://www.jtopia.org/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 JT Anderson </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Mounting a Physical Linux Disk in WSL</title><link href="https://www.jtopia.org/posts/Mount-physical-Linux-disk-in-WSL/" rel="alternate" type="text/html" title="Mounting a Physical Linux Disk in WSL" /><published>2025-07-13T09:16:00-07:00</published> <updated>2025-09-07T10:22:58-07:00</updated> <id>https://www.jtopia.org/posts/Mount-physical-Linux-disk-in-WSL/</id> <content type="text/html" src="https://www.jtopia.org/posts/Mount-physical-Linux-disk-in-WSL/" /> <author> <name>JT Anderson</name> </author> <category term="Tutorials" /> <category term="Linux" /> <summary>I have a dual-boot machine, and this is how I access my Linux side while booted into Windows. In PowerShell Find disk path `GET-CimInstance -query "SELECT * from Win32_DiskDrive" Note the PHYSICALDRIVE# value to use in the next command Attach to default WSL instance (requires administrator rights) wsl --mount \\.\PHYSICALDRIVE6 --bare In WSL Create a target directory (once) and mount the f...</summary> </entry> <entry><title>Hello World</title><link href="https://www.jtopia.org/posts/Hello-World/" rel="alternate" type="text/html" title="Hello World" /><published>2025-04-10T22:58:00-07:00</published> <updated>2025-04-10T22:58:00-07:00</updated> <id>https://www.jtopia.org/posts/Hello-World/</id> <content type="text/html" src="https://www.jtopia.org/posts/Hello-World/" /> <author> <name>JT Anderson</name> </author> <category term="Blog" /> <category term="Misc" /> <summary>First post!</summary> </entry> </feed>
