LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 07-07-2006, 05:31 PM   #1
jimbo-62
Member
 
Registered: May 2005
Location: Utah
Posts: 102

Rep: Reputation: 15
WinXP Application to View Linux Files??


I dual boot WinXP and 5-6 Linux distros. Invariably, I am in WinXP and I want to look at a file on one of the Linux partitions. I have Paragon Partition Manager 7.0 installed in WinXP and I can browse the partitions, see all directories and files in the Linux partitions. But, I have no WinXP application that will view the file contents. Paragon makes the file available, but it depends on WinXP apps to view, edit, etc. the file contents.

Does anyone know of a simple file reader for WinXP that can view Linux files?

Thanks for any help, jimbo
 
Old 07-07-2006, 05:39 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
If the file is available, you should be able to read any text/config file/script with Notepad (after all, they're all just text files). Just right click and "Open With..."

If you have tar or gz or tar.gz or bzip2 you might install 7-zip, which can decompress those formats.

You won't be able to read many binary files. Any other file depends on the filetype (i.e. openoffice document --> openoffice, etc)
 
Old 07-07-2006, 05:44 PM   #3
timothyb89
Member
 
Registered: Jul 2006
Location: Colorado, USA
Distribution: openSuSE 11.4
Posts: 118

Rep: Reputation: 15
try this:
www.fs-driver.org
I use it, and it allows you to mount, read, and write to EXT2 and EXT3 partitions, with large file (more than 2GB) support. I supports Win XP, but I'm not really sure about other Windows versions.
Still, this only let's you write to the EXT2/3 partition. Although, it would help if you specified what files you were trying to open.
And for compressed files, I reccomend ZipGenius ( zipgenius.it [it is in English]) and it can handle just about any compressed file you may have.

Last edited by timothyb89; 07-07-2006 at 05:49 PM.
 
Old 07-07-2006, 05:49 PM   #4
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
A few years ago, when I had win98, I bought a shareware app called winxs. It provided many common Linux command line utilities that I could use in win98, including a console window. So, I had cat, strings, diff, etc., available. I don't know if winxs is still available, nor do I know if its been upgraded to work with xp.

You might try googeling for it.
 
Old 07-07-2006, 06:01 PM   #5
jimbo-62
Member
 
Registered: May 2005
Location: Utah
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pljvaldez
If the file is available, you should be able to read any text/config file/script with Notepad (after all, they're all just text files). Just right click and "Open With..."

If you have tar or gz or tar.gz or bzip2 you might install 7-zip, which can decompress those formats.

You won't be able to read many binary files. Any other file depends on the filetype (i.e. openoffice document --> openoffice, etc)
I tried to view a Grub menu.lst file in Wordpad. It opened OK, but all I saw was symbols typical of code. I guess menu.lst is not just a simple text file.

Thanks, jimbo
 
Old 07-07-2006, 06:06 PM   #6
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
It should be just a text file. I don't know anything about Paragon Partition Manager, but try something else that you know is a text file. Maybe you need to try timothyb89's suggestion and get a file system plugin for XP to read ext3. Or you can try a different text editor like Notepad2 or Vim for Windows.
 
Old 07-07-2006, 06:06 PM   #7
timothyb89
Member
 
Registered: Jul 2006
Location: Colorado, USA
Distribution: openSuSE 11.4
Posts: 118

Rep: Reputation: 15
Quote:
Originally Posted by bigrigdriver
A few years ago, when I had win98, I bought a shareware app called winxs. It provided many common Linux command line utilities that I could use in win98, including a console window. So, I had cat, strings, diff, etc., available. I don't know if winxs is still available, nor do I know if its been upgraded to work with xp.

You might try googeling for it.
Now there's Cygwin. (It's like the complete opposite of WINE)
There's also a version with a X server and you can even get SSH. It's great for remote access...
 
Old 07-07-2006, 06:17 PM   #8
jimbo-62
Member
 
Registered: May 2005
Location: Utah
Posts: 102

Original Poster
Rep: Reputation: 15
Thanks for the Replies

Here is an update. I just want to view Linux text files from within WinXP. I just tried several to view several different files that I thought were text files; lilo.conf, fstab, menu.lst and grub.conf using WinXP Wordpad. I was able to view all files with no problem except for a Fedora Core 5 Grub menu.lst. Wouldn't you know the file I tried to read to check out Paragon's features was the only one that wouldn't work.

I can view Suse 10.1 grub menu.lst with no problems, but Fedora's menu.lst won't display.

Thanks, jimbo
 
Old 07-07-2006, 06:58 PM   #9
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Weird. What type of filesystem is the Fedora Core partition?
 
Old 07-08-2006, 01:12 AM   #10
timothyb89
Member
 
Registered: Jul 2006
Location: Colorado, USA
Distribution: openSuSE 11.4
Posts: 118

Rep: Reputation: 15
I've got Fedora Core, and I'm not even completely sure of what filesystem it uses...
Chances are, it uses EXT3, but reiserfs is getting more and more popular.
 
Old 07-08-2006, 09:08 AM   #11
jimbo-62
Member
 
Registered: May 2005
Location: Utah
Posts: 102

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by pljvaldez
Weird. What type of filesystem is the Fedora Core partition?
When I installed FC5, I specified ext3, but I think there has is some sort of file system problem with FC5. I also have Partition Magic on my WinXP. PM reports "unknown file type" when I try to access the FC5 partition. Paragon reports ext3 OK, and does provide access to the files. And there is a strange message that comes up during boot of the "master" Linux OS. When mounting local file systems, a message appears; "mounting /dev/hdxx failed, special device /dev/hdxx does not exist". Yet, after the system has finished booting /dev/hdxx is mounted just as expected from the /etc/fstab entry. I have reinstalled twice, with the same results, so I think there is some bug in FC5.

Thanks, jimbo
 
Old 07-08-2006, 05:47 PM   #12
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Moved: This thread is more suitable in General and has been moved accordingly to help your thread/question get the exposure it deserves.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i view .plt files in linux? chemdawg Linux - Software 3 06-01-2011 05:15 AM
how to view .chm files in linux arunvk Linux - Software 9 11-05-2007 10:34 AM
why can i view files on windows but not linux? phpbbm Linux - Networking 4 04-19-2006 03:00 PM
Application to view Comic Book files (*.cbr) ZaphyR Linux - Software 5 05-12-2005 12:48 PM
View files on Linux and Windows lennysokol Linux - Software 2 04-03-2005 10:53 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 03:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration