Accessing Linux Files from an External Drive Connected to Windows 10
In today's world, it is common to use multiple machines with different operating systems. For instance, you might have a Windows 10 computer for gaming, a Ubuntu machine for programming, and a NAS device for file storage. In such a scenario, accessing files from an external drive connected to one machine on another can be challenging.
Connecting the External Drive
First, connect the external drive to your Windows 10 machine. The drive should appear in File Explorer, allowing you to access its contents. However, if the drive is formatted using a Linux-specific file system like Ext4, Windows will not be able to read or write to it.
To solve this issue, you can install a third-party tool like Paragon NTFS for Linux or Disk Internals Linux Reader for Windows to read and write Ext4 partitions on Windows. Alternatively, you can format the drive using a file system compatible with both Linux and Windows, such as NTFS or exFAT.
Accessing Linux Files on Windows
Once the external drive is connected and accessible on Windows, you can access its Linux files using a tool like ext2read or Ext2Fsd. These tools allow you to read Ext2, Ext3, and Ext4 partitions on Windows.
1. Download and install ext2read or Ext2Fsd.
2. Connect the external drive to your Windows 10 machine.
3. Open ext2read or Ext2Fsd and navigate to the external drive.
4. Access the Linux files as needed.Accessing Windows Files on Linux
Accessing Windows files on Linux is more straightforward, as most modern Linux distributions can read and write to NTFS partitions out of the box. To access the external drive on Ubuntu, follow these steps:
1. Connect the external drive to your Ubuntu machine.
2. Open the file manager and navigate to the external drive.
3. Access the Windows files as needed.Transferring Files Between Machines
To transfer files between machines, you can use a cloud storage service like Google Drive, Dropbox, or OneDrive. Alternatively, you can use a network file sharing protocol like SMB/CIFS or NFS to share files between machines directly.
Accessing Linux files from an external drive connected to a Windows 10 machine can be challenging, but there are several tools and methods available to make it possible. By following the steps outlined in this article, you can access your Linux files on Windows and vice versa, making it easier to work with multiple machines and operating systems.