Skip to content

ilnanny75/Linux-Ext-Mounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Ext Mounter

Screenshot

Platform WSL2 Python License


🇮🇹 Italiano

Linux Ext Mounter è uno strumento grafico per Windows che permette di montare e sfogliare partizioni Linux (ext2/ext3/ext4, btrfs, xfs) direttamente da Windows 10/11 tramite WSL2.

Funzionalità

  • Rilevamento automatico dei dischi/partizioni Linux collegati
  • Mount e unmount con un clic (o doppio clic)
  • File browser integrato per sfogliare i contenuti
  • Copia file/cartelle verso Windows
  • Informazioni disco (spazio totale, usato, libero)
  • Interfaccia multilingue: Italiano, English, Français, Español
  • Tema scuro

Requisiti

  • Windows 10/11
  • WSL2 installato con una distro Ubuntu
  • Python 3.9+ (solo per eseguire da sorgente)

Installazione (exe)

  1. Scarica ExtMounter.exe dalla sezione Releases
  2. Esegui come Amministratore
  3. Assicurati che WSL2 con Ubuntu sia installato

Configurazione sudoers (una volta sola)

Apri PowerShell ed esegui:

wsl -d Ubuntu -- bash -c "echo 'TUO_UTENTE ALL=(ALL) NOPASSWD: /bin/mount, /bin/umount, /bin/mkdir, /bin/rmdir' | sudo tee /etc/sudoers.d/ext-mounter && sudo chmod 440 /etc/sudoers.d/ext-mounter"

Sostituisci TUO_UTENTE con il tuo nome utente Ubuntu.

Uso

  1. Avvia il programma come Amministratore
  2. I dischi ext Linux vengono rilevati automaticamente
  3. Seleziona un disco e clicca MONTA (o doppio clic)
  4. Esplora i file nel pannello di destra
  5. Usa Copia in Windows per copiare file sul PC

🇬🇧 English

Linux Ext Mounter is a graphical tool for Windows that allows you to mount and browse Linux partitions (ext2/ext3/ext4, btrfs, xfs) directly from Windows 10/11 via WSL2.

Features

  • Automatic detection of connected Linux disks/partitions
  • One-click mount and unmount (or double-click)
  • Built-in file browser
  • Copy files/folders to Windows
  • Disk information (total, used, free space)
  • Multilingual interface: Italian, English, French, Spanish
  • Dark theme

Requirements

  • Windows 10/11
  • WSL2 installed with an Ubuntu distro
  • Python 3.9+ (only to run from source)

Installation (exe)

  1. Download ExtMounter.exe from the Releases section
  2. Run as Administrator
  3. Make sure WSL2 with Ubuntu is installed

Sudoers setup (one time only)

Open PowerShell and run:

wsl -d Ubuntu -- bash -c "echo 'YOUR_USER ALL=(ALL) NOPASSWD: /bin/mount, /bin/umount, /bin/mkdir, /bin/rmdir' | sudo tee /etc/sudoers.d/ext-mounter && sudo chmod 440 /etc/sudoers.d/ext-mounter"

Replace YOUR_USER with your Ubuntu username.

Usage

  1. Launch the program as Administrator
  2. Ext Linux disks are detected automatically
  3. Select a disk and click MOUNT (or double-click)
  4. Browse files in the right panel
  5. Use Copy to Windows to copy files to your PC

🇫🇷 Français

Linux Ext Mounter est un outil graphique pour Windows permettant de monter et parcourir des partitions Linux (ext2/ext3/ext4, btrfs, xfs) directement depuis Windows 10/11 via WSL2.

Fonctionnalites

  • Detection automatique des disques/partitions Linux connectes
  • Montage et demontage en un clic (ou double-clic)
  • Explorateur de fichiers integre
  • Copie de fichiers/dossiers vers Windows
  • Informations disque (espace total, utilise, libre)
  • Interface multilingue : Italien, Anglais, Francais, Espagnol
  • Theme sombre

Prerequis

  • Windows 10/11
  • WSL2 installe avec une distro Ubuntu
  • Python 3.9+ (uniquement pour executer depuis les sources)

Installation (exe)

  1. Telechargez ExtMounter.exe depuis la section Releases
  2. Executez en tant qu'Administrateur
  3. Assurez-vous que WSL2 avec Ubuntu est installe

Configuration sudoers (une seule fois)

Ouvrez PowerShell et executez :

wsl -d Ubuntu -- bash -c "echo 'VOTRE_UTILISATEUR ALL=(ALL) NOPASSWD: /bin/mount, /bin/umount, /bin/mkdir, /bin/rmdir' | sudo tee /etc/sudoers.d/ext-mounter && sudo chmod 440 /etc/sudoers.d/ext-mounter"

Remplacez VOTRE_UTILISATEUR par votre nom d'utilisateur Ubuntu.

Utilisation

  1. Lancez le programme en tant qu'Administrateur
  2. Les disques ext Linux sont detectes automatiquement
  3. Selectionnez un disque et cliquez sur MONTER (ou double-clic)
  4. Parcourez les fichiers dans le panneau de droite
  5. Utilisez Copier vers Windows pour copier des fichiers

🇪🇸 Español

Linux Ext Mounter es una herramienta grafica para Windows que permite montar y explorar particiones Linux (ext2/ext3/ext4, btrfs, xfs) directamente desde Windows 10/11 a traves de WSL2.

Caracteristicas

  • Deteccion automatica de discos/particiones Linux conectados
  • Montaje y desmontaje con un clic (o doble clic)
  • Explorador de archivos integrado
  • Copia de archivos/carpetas a Windows
  • Informacion del disco (espacio total, usado, libre)
  • Interfaz multilingue: Italiano, Ingles, Frances, Espanol
  • Tema oscuro

Requisitos

  • Windows 10/11
  • WSL2 instalado con una distro Ubuntu
  • Python 3.9+ (solo para ejecutar desde el codigo fuente)

Instalacion (exe)

  1. Descarga ExtMounter.exe desde la seccion Releases
  2. Ejecuta como Administrador
  3. Asegurate de que WSL2 con Ubuntu este instalado

Configuracion sudoers (una sola vez)

Abre PowerShell y ejecuta:

wsl -d Ubuntu -- bash -c "echo 'TU_USUARIO ALL=(ALL) NOPASSWD: /bin/mount, /bin/umount, /bin/mkdir, /bin/rmdir' | sudo tee /etc/sudoers.d/ext-mounter && sudo chmod 440 /etc/sudoers.d/ext-mounter"

Reemplaza TU_USUARIO con tu nombre de usuario de Ubuntu.

Uso

  1. Inicia el programa como Administrador
  2. Los discos ext Linux se detectan automaticamente
  3. Selecciona un disco y haz clic en MONTAR (o doble clic)
  4. Explora los archivos en el panel derecho
  5. Usa Copiar a Windows para copiar archivos al PC

💻 Portable Software

Nessuna installazione richiesta — scarica e avvia! / No installation needed — download and run! / Aucune installation requise / No requiere instalacion!


👤 Author / Autore

ilnanny75github.com/ilnanny75

📄 License

MIT License — free to use, modify and distribute.

About

GUI tool to mount and browse Linux ext2/3/4 partitions on Windows 10/11 via WSL2

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages