<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Noel Paul</title>
    <description>The latest articles on DEV Community by Noel Paul (@zius).</description>
    <link>https://dev.to/zius</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3908523%2Fff0c0f9b-ba05-4ff5-a564-f6a5a1f650b1.jpg</url>
      <title>DEV Community: Noel Paul</title>
      <link>https://dev.to/zius</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zius"/>
    <language>en</language>
    <item>
      <title>I Built a Desktop App That Fixes Linux Dual-Boot Folder Access in One Click</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Sun, 10 May 2026 20:17:03 +0000</pubDate>
      <link>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-pi7</link>
      <guid>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-pi7</guid>
      <description>&lt;p&gt;For years, every time I booted into Linux, I'd SSH into my own machine just to grab a file from my Windows partition. Or worse — I'd reboot, wait for Windows updates, grab the file, and reboot back. Sound familiar?&lt;/p&gt;

&lt;p&gt;Dual-booting should be the best of both worlds. In practice? It's a constant dance of "which OS has my files?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's why I built Lindy.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every Linux dual-boot user knows this pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows NTFS partitions don't mount automatically with write access&lt;/li&gt;
&lt;li&gt;chown, chmod, fstab edits — it's 2026, why is this still manual?&lt;/li&gt;
&lt;li&gt;Every distro handles mount differently&lt;/li&gt;
&lt;li&gt;New Linux users give up and stay on Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Lindy Does
&lt;/h2&gt;

&lt;p&gt;Lindy is a &lt;strong&gt;Tauri 2 + React desktop app&lt;/strong&gt; that detects your Windows partitions, scans for user folders, and mounts them with one click. No terminal, no fstab editing, no permission headaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One click. Your Windows folders appear in your Linux home.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smart Auto-Map&lt;/strong&gt; — Detects Windows partitions (NTFS/exFAT), finds usernames, maps Desktop, Documents, Downloads, Pictures, Music, Videos automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual Auto-Map&lt;/strong&gt; — Power users can specify custom mount points and folder selections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt; — Proper permissions via polkit, no wild chmod 777&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built with Tauri 2 + React + Rust&lt;/strong&gt; — Lightweight, fast, native performance&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tech Side
&lt;/h2&gt;

&lt;p&gt;Built entirely in the open:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tauri 2&lt;/strong&gt; for the native desktop shell (tiny bundle vs Electron)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React&lt;/strong&gt; for the UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rust&lt;/strong&gt; backend handles partition detection and mount logic via Tauri commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pnpm&lt;/strong&gt; for dependency management&lt;/li&gt;
&lt;li&gt;Cargo.toml: tauri 2, serde, serde_json, tauri-plugin-opener, tauri-plugin-dialog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The mount backend parses &lt;code&gt;lsblk&lt;/code&gt; output, detects NTFS/exFAT partitions, finds Windows user directories, and mounts them using system utilities with polkit elevation. All the complexity is hidden behind a clean UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Lindy is open source and available now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/ziuus/lindy" rel="noopener noreferrer"&gt;https://github.com/ziuus/lindy&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Installers:&lt;/strong&gt; .deb, .rpm, .AppImage available in the repo&lt;/p&gt;

&lt;p&gt;I'd love feedback, contributions, or just to hear if this solves the same problem for you that it solved for me.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you been fighting with dual-boot file access? Drop a comment — I want to hear your setup horror stories too.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>rust</category>
      <category>opensource</category>
      <category>react</category>
    </item>
    <item>
      <title>I Built a Desktop App That Fixes Linux Dual-Boot Folder Access in One Click</title>
      <dc:creator>Noel Paul</dc:creator>
      <pubDate>Sun, 10 May 2026 20:17:03 +0000</pubDate>
      <link>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-41i6</link>
      <guid>https://dev.to/zius/i-built-a-desktop-app-that-fixes-linux-dual-boot-folder-access-in-one-click-41i6</guid>
      <description>&lt;p&gt;For years, every time I booted into Linux, I'd SSH into my own machine just to grab a file from my Windows partition. Or worse — I'd reboot, wait for Windows updates, grab the file, and reboot back. Sound familiar?&lt;/p&gt;

&lt;p&gt;Dual-booting should be the best of both worlds. In practice? It's a constant dance of "which OS has my files?"&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That's why I built Lindy.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every Linux dual-boot user knows this pain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Windows NTFS partitions don't mount automatically with write access&lt;/li&gt;
&lt;li&gt;chown, chmod, fstab edits — it's 2026, why is this still manual?&lt;/li&gt;
&lt;li&gt;Every distro handles mount differently&lt;/li&gt;
&lt;li&gt;New Linux users give up and stay on Windows&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Lindy Does
&lt;/h2&gt;

&lt;p&gt;Lindy is a &lt;strong&gt;Tauri 2 + React desktop app&lt;/strong&gt; that detects your Windows partitions, scans for user folders, and mounts them with one click. No terminal, no fstab editing, no permission headaches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One click. Your Windows folders appear in your Linux home.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Smart Auto-Map&lt;/strong&gt; — Detects Windows partitions (NTFS/exFAT), finds usernames, maps Desktop, Documents, Downloads, Pictures, Music, Videos automatically&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Manual Auto-Map&lt;/strong&gt; — Power users can specify custom mount points and folder selections&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Secure&lt;/strong&gt; — Proper permissions via polkit, no wild chmod 777&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built with Tauri 2 + React + Rust&lt;/strong&gt; — Lightweight, fast, native performance&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Tech Side
&lt;/h2&gt;

&lt;p&gt;Built entirely in the open:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Tauri 2&lt;/strong&gt; for the native desktop shell (tiny bundle vs Electron)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;React&lt;/strong&gt; for the UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Rust&lt;/strong&gt; backend handles partition detection and mount logic via Tauri commands&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;pnpm&lt;/strong&gt; for dependency management&lt;/li&gt;
&lt;li&gt;Cargo.toml: tauri 2, serde, serde_json, tauri-plugin-opener, tauri-plugin-dialog&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The mount backend parses &lt;code&gt;lsblk&lt;/code&gt; output, detects NTFS/exFAT partitions, finds Windows user directories, and mounts them using system utilities with polkit elevation. All the complexity is hidden behind a clean UI.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Lindy is open source and available now:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/ziuus/lindy" rel="noopener noreferrer"&gt;https://github.com/ziuus/lindy&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Installers:&lt;/strong&gt; .deb, .rpm, .AppImage available in the repo&lt;/p&gt;

&lt;p&gt;I'd love feedback, contributions, or just to hear if this solves the same problem for you that it solved for me.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;Have you been fighting with dual-boot file access? Drop a comment — I want to hear your setup horror stories too.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>rust</category>
      <category>opensource</category>
      <category>react</category>
    </item>
  </channel>
</rss>
