This week's book giveaway is in the Testing forum.
We're giving away four copies of Practical Unit Testing with TestNG and Mockito and have Tomek Kaczanowski on-line!
See this thread for details.
The moose likes Linux / UNIX and the fly likes Access Linux Files in Windows Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Access Linux Files in Windows" Watch "Access Linux Files in Windows" New topic
Author

Access Linux Files in Windows

Ravi kiran
Greenhorn

Joined: Nov 07, 2001
Posts: 4
Hi,
I am having a dual boot system with Win2K and RHLinux 7.2 and I want to access Linux files in Win2k. does any one know how do do it. If you know please help me.
Thanks,
Ravi
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15040

Well, some of the newer Kernals allow you to mount a Windows File System but only a FAT or FAT32. Currently I don't know of any support for mounting an NTFS Partician.
If you do a search of google for linux + mount + windows you will get some good pages.


My Blog | DZone Articles
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
I think the original poster wants to acces files the other way round :- ie access the files used by Linux while you are actually running Windows. I'm not aware of anything which will let you do this.
Anyone got any ideas ?


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
Ravi kiran
Greenhorn

Joined: Nov 07, 2001
Posts: 4
Yes Frank you are right, Anyway I did some research on the net and found something interesting.
If we want Windows files (FAT or VFAT) while running Linux in dual boot system then we can use mount command like this
$ mount -t vfat /dev/hda1 /mnt/windows
But If we are running windows and want to access Linux files then there are some tools they are:
LTools, LToolsgui
ext2fs ....
If you guys find anything interesting and more reliable than above utilities please let me know.
Also if you know any good links about wine please do post here.
Thanks,
Ravi Kiran
 
 
subject: Access Linux Files in Windows
 
Threads others viewed
The new beta test on Javaranch
Linux - Apache - MySQL
NX: Question about working OS
Runtime getRuntime() exec(String command) - How does this work?
dual boot sys
IntelliJ Java IDE