LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to access linux files from windows (https://www.linuxquestions.org/questions/linux-general-1/how-to-access-linux-files-from-windows-421573/)

pranavojha 03-04-2006 10:58 AM

how to access linux files from windows
 
the "mount" command can be used to access the windows drives(FAT,FAT32,NTFS) from linux. is it possible to access linux files from windows 2000 or xp?

PS: i have a 3ghz p4 machine with windows 2000 installed in c-drive, xp in d-drive and fedora core 3 in the remaining space. windows uses NTFS filesystem and fd3 uses ext3 filesystem.

acid_kewpie 03-04-2006 11:04 AM

don't. use a shared fat32 partition if you want to share data. blame Micro$oft...

but... http://www.linuxquestions.org/questi...d.php?t=419223

jerril 03-04-2006 12:48 PM

Yes there is a program to access your Windows partitions:

EXT2 IFS: http://www.fs-driver.org/

jer

gilead 03-04-2006 02:47 PM

If you just want to see your Linux file system and copy files from it to your Windows partition while you are running Windows, have a look at Explore2fs from http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm. If you want to regularly transfer files between Linux and Windows, the best option has already been suggested (a fat32 shared partition).

Dang, I should have read the linked thread - it's already there...

pixellany 03-04-2006 03:44 PM

Easiest solution:
Data partition formatted FAT32. Easy read/write access from boht Linux and Windows.
Ideally, put this data partition on a separate physical drive.

pranavojha 03-05-2006 08:59 AM

not for ext3
 
Quote:

Originally Posted by jerril
Yes there is a program to access your Windows partitions:

EXT2 IFS: http://www.fs-driver.org/

jer

this program is only for ext2... i'm looking for ext3 partition for linux...

:newbie:

pranavojha 03-05-2006 09:11 AM

thanks...it works great
 
Quote:

Originally Posted by gilead
If you just want to see your Linux file system and copy files from it to your Windows partition while you are running Windows, have a look at Explore2fs from http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm. If you want to regularly transfer files between Linux and Windows, the best option has already been suggested (a fat32 shared partition).

Dang, I should have read the linked thread - it's already there...

thanks for the URL... the s/w works sufficiently good...

thanx again!!

pranavojha 03-05-2006 09:14 AM

thanx for the page
 
Quote:

Originally Posted by acid_kewpie
don't. use a shared fat32 partition if you want to share data. blame Micro$oft...

but... http://www.linuxquestions.org/questi...d.php?t=419223

hey great discussion on this thread.... but y do u hav such a weird signature?? what does it mean...:confused: ??

Tinkster 03-05-2006 11:41 AM

Moved to General where it can live with the other thread
that you dug up ... ;}

stefan_nicolau 03-05-2006 02:42 PM

Quote:

Originally Posted by pranavojha
this program is only for ext2... i'm looking for ext3 partition for linux...

:newbie:

EXT2 and EXT3 are the same, except for the way they write to the disk (ext3 keeps a journal). Ext3 is backwards-compatible with ext2. (you can mount an ext3 partition as ext2) Read http://www.fs-driver.org/faq.html

Lordandmaker 03-05-2006 06:26 PM

Just a point on FAT32 - it doesn't support symlinks.

stefan_nicolau 03-05-2006 06:33 PM

Quote:

Originally Posted by Lordandmaker
Just a point on FAT32 - it doesn't support symlinks.

And permissions, and ownership, and hardlinks, and ...


All times are GMT -5. The time now is 06:51 PM.