Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
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.
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...
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.
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...
this program is only for ext2... i'm looking for ext3 partition for linux...
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
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.