I'm using Windows and Linux on a laptop. I want to access the Linux files from Windows.
migrated from stackoverflow.com Apr 16 '10 at 8:14
|
it depends on how your window/linux is set up on your laptop. Are you using virtual machine or is configured as dual boot. If the latter, you can use tools like explore2fs to drag drop files when your windows is booted. Otherwise, if linux is booted, you can mount your windows partition using ntfs-3g and copy files to windows. If you are on Virtual machine like Virtualbox or vmware, then consult your manuals to see how its down |
|||
|
|
|
Setup a Samba server on the Linux machine. There's also putty, which includes pscp which will transfer stuff through the SSH server. Edit (upon re-reading the question): You can mount the NTFS drive in Linux using the ntfs-3g file system driver. |
|||||
|
|
If your linux partitions are ext2/3 - use explore2fs (links to it are in other posts). If you are running ReiserFS, try http://yareg.akucom.de/. If you are on another filesystem you should google for it. |
|||
|
|
|
Try Explore2fs
|
||||
|
|
|
In a VMware machine, is just a matter of having installed the VMware tools, then it's drag and drop. It does not sound you're having that, but 2 native OSes. I'd do it in this way:
Other way is to just use a USB stick. |
||||
