2

I have a computer with Linux installed. And I want to be able to read and write data to its disk from Windows 7. Is there any software or does Windows 7 have any functionality for it built-in?

I've seen some website describing how to, but they are quite old:

3 Ways to Access Your Linux Partitions From Windows
Access Linux Files from Windows with Linux Reader

So I wonder if there is any better way than they ones they have described there.

starcorn
  • 3,326

5 Answers5

1

WinSCP can also do what you need. It creates an FTP or SFTP connection between the hosts, provided you have the credentials, then you can drag and drop folders/files from one host to the other.

mortenya
  • 159
1

Samba is the "standard" Linux way of getting windows interoperability. Once installed, you can set up shares etc. on the linux machine and then browse them just like any other network share.

Free.

horatio
  • 3,719
0

One of the ways is to build a virtual machine with Linux and connect the physical drive to this machine. In that way you can access the Linux partitions. Then you can use virtual machine software (additions or tools) to transfer files between VM and host system.

pbies
  • 3,550
0

Multiple ways:

Clarus
  • 813
0

Okay I found a better way to reach what I wanted. So instead of mounting an ext4 drive to windows, I could use 3rd software to create a ssh mount to my linux computer instead.

The software I used was sftp net drive

starcorn
  • 3,326