Open file linux on windows

Доступ к файлам WSL Linux с помощью Проводника Windows 10

Windows 10 версии 1903 содержит ряд интересных изменений и улучшений, внесенных в функцию WSL. К ним относятся дополнительные дистрибутивы в Магазине, возможность просматривать файлы WSL в Проводнике и многое другое.

Возможность запуска Linux в Windows 10 обеспечивается функцией WSL. WSL это — Windows Subsystem for Linux, которая изначально была ограничена только Ubuntu. Современные версии WSL позволяют устанавливать и запускать несколько дистрибутивов Linux из Microsoft Store.

После включения WSL вы можете устанавливать различные версии Linux из Магазина, используя следующие ссылки:

Ссылки на дистрибутивы в магазине microsoft:

В Windows 10 версии 1903 вы можете легко получить доступ ко всем файлам в ваших дистрибутивах Linux с помощью проводника Windows. На момент написания статьи эта функция реализована в сборке Windows 10 18836. Она находится на пути к ветви 19h1, поэтому мы увидим ее в следующей сборке. Вот как это можно сделать.

Чтобы получить доступ к файлам WSL Linux из проводника Windows 10 , выполните следующие действия.

Шаг 1: Включить функцию WSL (Подситема Windows для Linux)

Шаг 2: Установите какой-нибудь дистрибутив, например Ubuntu, и запустите его.

Шаг 3: Находясь в каталоге Linux FS, введите^

Откроется окно проводника, расположенное внутри вашего дистрибутива Linux.

Доступ к файлам Linux в Windows 10

Теперь вы можете получить доступ к любым файлам Linux, так же, как и к любому другому файлу через проводник. Это включает в себя такие операции, как: перетаскивание файлов в другие места, копирование и вставка и даже использование пользовательских записей контекстного меню, добавленных Notepad ++, VSCode или другим программным обеспечением.

Проводник показывает файлы дистрибутива как виртуальный сетевой ресурс по пути \\ wsl $ \ \.

Команда WSL активно исследует способы улучшения обнаруживаемости файлов Linux внутри Проводника. Ход их работы уже можно увидеть в Windows 10 Build 18836, которая показывает файловую систему WSL / Linux в File Explorer.

Доступ к файлам Linux в командной строке

В дополнение к Проводнику вы можете использовать классическую командную строку и инструменты PowerShell для доступа к файлам Linux. Точно так же вам нужно перейти к \\wsl$\\, где — это имя работающего дистрибутива.

Читайте также:  Linux change default route metric

WSL в PowerShell

Известные вопросы

Это новая функция, и некоторые ее части могут не работать идеально. Вот некоторые известные проблемы, о которых мы хотим сообщить вам при использовании этой функции:

На данный момент файлы дистрибутивов будут доступны только из Windows, когда дистрибутив работает. Разработчик собирается добавить поддержку не работающих дистрибутивов в будущем обновлении.

Поскольку файловый сервер 9P работает внутри каждого дистрибутива, он доступен только тогда, когда этот дистрибутив работает. Команда ищет способы решить эту проблему.

Доступ к файлам Linux рассматривается так же, как и доступ к сетевому ресурсу, и все правила доступа к сетевым ресурсам будут по-прежнему применяться,

  • Например: при использовании CMD cd \\wsl$\Ubuntu\home не будет работать (поскольку CMD не поддерживает пути UNC, так как текущие каталоги), однако будет работать copy \\wsl$\Ubuntu\home\somefile.txt C:\dev\
  • Старые правила по-прежнему применяются, вы не должны получать доступ к файлам Linux внутри папки AppData!
  • Если вы пытаетесь получить доступ к своим файлам Linux через папку AppData, вы используете обход сервера 9P, что означает, что у вас не будет доступа к файлам Linux, и вы можете повредить ваш дистрибутив Linux.

Примечание: Сервер 9P — это сервер, который содержит протоколы, поддерживающие метаданные Linux, включая разрешения. Демон инициализации WSL теперь включает сервер 9P. Существует служба Windows и драйвер, который действует как клиент и взаимодействует с сервером 9P (который работает внутри экземпляра WSL). Клиент и сервер обмениваются данными через сокеты AF_UNIX, поскольку WSL позволяет взаимодействовать между приложением Windows и приложением Linux, используя AF_UNIX.

Источник

Access Linux filesystems in Windows and WSL 2

Starting with Windows Insiders preview build 20211, WSL 2 will be offering a new feature: wsl —mount . This new parameter allows a physical disk to be attached and mounted inside WSL 2, which enables you to access filesystems that aren’t natively supported by Windows (such as ext4). So, if you’re dual booting with Windows & Linux using different disks, you can now access your Linux files from Windows!

Getting started

wmic diskdrive list brief 

terminal with wsl text

The disks paths are available under the ‘DeviceID’ columns. Usually under the \\.\\\.\PHYSICALDRIVE* format. Below is an example of mounting a specific partition of a given hard disk into WSL and browsing its files.

Accessing these files with File Explorer

Accessing an EXT4 partition with file explorer

Once mounted, it’s also possible to access these disks through the Windows explorer by navigating to \wsl$ and then to the mount folder.

Читайте также:  Linux ubuntu команда установки

Limitations

By default, wsl —mount attempts to mount the disk as ext4. To specify a filesystem, or for more advanced scenarios, check out Mount a disk in WSL 2. Also please note that this feature comes with the limitation that only physical disks can be attached to WSL 2. At this time, it’s not possible to attach a single partition. More details on the limitations here.

Give us your feedback!

If you run into any issues, or have feedback for our team please file an issue on our Github , and if you have general questions about WSL you can find all of our team members that are on Twitter on this twitter list.

Источник

Tools to Access The Linux File System from Windows

One of the most popular problems with dual-booting Linux and Windows operating systems is the ability to access Windows files from within Linux but the inability of the reverse; this is due to the way Linux and Windows file systems are set up.

The point of today’s articles is to recommend the most reliable tools that you can install to easily access your Linux files from within your Windows installation. But first, you should know how the file system in Windows and Linux differ.

Differences between Windows and Linux file systems

  • The Linux filesystem is case-sensitive so you can have file names like fossmint.html and Fossmint.html in the same directory. This can’t happen on Windows because the file system is not case-sensitive as sees both file names as the same.
  • Windows file systems are in the FAT (FAT12, FAT16, and FAT32) and NTFS formats while Linux file systems are in Ext2, Ext3, Ext4, JFS, XFS, etc.
  • Windows disks are partitioned and given letters e.g. C: for local disk and E: for a removable disk. In Linux, everything is under the root directory denoted by / and all devices are treated as files. E.g. /dev/cdrom for removable media.
  • Linux doesn’t lock access to files as often as Windows and thus allows files to be deleted in situations wherein they wouldn’t be if the user was on Windows. For example, on Windows, you can’t delete a video file that was previously running a VLC without quitting the app. On Linux, you might even be able to delete the file while it’s still running in VLC.
Читайте также:  Linux iso will not boot

So the most important home point is that while Linux has native support for Windows file systems i.e. NTFS and FAT, we need a 3rd party application to access Linux files from Windows.

These are the best tools available for free.

Read-Only Access to Linux Filesystem from Windows

DiskInternals Linux Reader allows users safe and quick read-only access to Ext2, Ext3, and Ext4 Linux files using a UI similar to that of the default Windows Explorer to view and extract files. It is free software but offers a pro version with extra features.

DiskInternals Linux Reader

Explore2fs is a GUI drag& drop file explorer for Ex2 and Ex3 file systems. It runs on all Windows versions to allow users to read files but without the ability to make any changes.

Explore2fs

Read & Write Access to Linux Filesystem from Windows

EX2 Installable File System for Windows is a freeware that provides Windows users will full read and write access to Linux Ext2 volumes by installing a pure kernel mode file system driver which extends the Windows file system to include the Ext2 file system.

With EX2 IFS, you can view Linux partitions in the disk management application and assign drive letters to them. Mind you, Ext2 Volume manager and Ext2 IFS need to be run with Compatibility mode enabled on Windows 8 and later.

EX2 Installable File System for Windows

Ext2Fsd is an open-source Linux Ext2 and Ext3 file system driver for all Windows versions with the option to access files in both read-only and read & write modes. However, Ext4 file systems load in read-only mode by default due to Ext2Fsd limited support.

Ext2Fsd

Experts advise that accessing files from other operating systems is best done in read-only mode in other to avoid unfixable mistakes or data corruption. While the odds of such happening are slim in my opinion, always be careful when working with files. I’m not worried because it’s not the same as playing around in sever directories.

I hope this article is useful to you in getting on with your daily tasks. Do you already use any of the software on the list? Or do you have notable mentions to suggest? Add yours in the section below.

Источник

Оцените статью
Adblock
detector