LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-02-2009, 12:26 AM   #1
pelletierkris
LQ Newbie
 
Registered: Sep 2009
Posts: 1

Rep: Reputation: 0
windows and linux compatability


I am a teacher. My schools has three computer labs. We have just converted one lab over to linux operating system with open source software. Here's my concern/question. If a student creates a document in the linux lab and then works in the windows lab the next day, will the document open? Vice versa, if a student creates a document in the windows lab and then continues to work on it in the linux lab will it open? If no....how do I solve this problem?
 
Old 09-02-2009, 12:33 AM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
You can minimize any document issues by using Openoffice on both windows and linux. This will also simplify things for the students (only having to learn one word processor).
 
Old 09-02-2009, 12:35 AM   #3
mdg
Member
 
Registered: Sep 2003
Distribution: Slackware
Posts: 626

Rep: Reputation: 38
There is no native compatibility between Linux/Windows AFAIK.
One solution would be to have a common server where documents would be saved to from either OS. The file system would need to be readable by both OS's (eg FAT32).
 
Old 09-02-2009, 12:38 AM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi pelletierkris and wellcome to LQ,

that depends on the software which was used to create the document. When using for example Open-Office it will be no problem to exchange documents between linux and windows.

Documents which are created with MS-Office are more or less bound to the windows-world (can be opened in linux but windows won't get them back ;-)) since microsoft is not interested in exchange with the rest of the world.

Markus
 
Old 09-02-2009, 12:42 AM   #5
EricTRA
LQ Guru
 
Registered: May 2009
Location: Gibraltar, Gibraltar
Distribution: Fedora 20 with Awesome WM
Posts: 6,805
Blog Entries: 1

Rep: Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297Reputation: 1297
Hello and Welcome to LQ Kris,

I use OpenOffice and Microsoft Office on my laptop at work without any problems. I can open documents from either suite, save it in the correct format and open it in the other suite. Of course you'll have to be careful in what format you keep your documents. Office isn't very keen on the ODF format so it's best to always maintain the 'office' format as the principal since OpenOffice has no problem opening, editing and saving those files.

I've even had Word and Excel files from users that couldn't be opened any more because of errors and I could open them without any problem in OpenOffice apps and save them back to Word/Excel files.

Kind regards,

Eric

Last edited by EricTRA; 09-02-2009 at 12:46 AM. Reason: Typos
 
Old 09-02-2009, 12:48 AM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
mdg

If a server is involved the file system is irrelevant. Whether you are sharing with Samba or NFS (yes you can use either) the file system will be transparent to the remote machine(client).

Even if a server was not involved both windows and linux have the capability to read each the others files system (not the preferred way, but it works).
 
Old 09-02-2009, 01:26 AM   #7
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
It sill depends on the applications being used and nature of data. If the data is produced with some windows specific application in some proprietary format, exchanging it between Linux and windows could make some issues.
But if they are just documents and spreadsheets, you could eliminate the issues by using open office on windows as well. This way the format on all the machines would remain same irrespective of the os on the system.
Text files are also usually transferable and usable without issues.
 
Old 09-02-2009, 05:05 AM   #8
teebones
Member
 
Registered: Aug 2005
Location: /home/teebones
Distribution: sometimes this, sometimes that..
Posts: 502

Rep: Reputation: 56
you stated, that one lab was already converted, but now after the conversion took place you coming with research questions?!?
you should have done that BEFORE the migration, most logical approach. :-)

Anyway, if the documents created on windows are not too advanced (layouting e.g.) it shouldn't be a problem to open it in openoffice on linux. And vice versa.

note: if creating a doc in openoffice on linux, be sure they save it as a ms office compatible format (you have several choices) because openoffice by default uses it's own file extention.

Last edited by teebones; 09-02-2009 at 05:11 AM.
 
Old 09-02-2009, 05:42 AM   #9
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Open office can open and save docs in .doc format. But it is unable to save in .docx format which is used by 2007. And also it messes up if you open docx documents. And only simple formatted doc documents are reproduced.

I agree with teebones, this consideration should have been done before changes were made but anyhow now that migration is complete it would be easier to install open office on windows machines.
 
Old 09-02-2009, 06:16 AM   #10
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
It all comes down to the tools you use. As pointed above, the underlying file system is irrelevant here.

Openoffice is just an example. The documents themselves are OS-agnostic, the only relevant issue is whether you have a tool that can read/write those documents on your OS. This is trivial to solve if the same program (again, for example Openoffice) is available natively for both OSes. But as long as there's an alternative that can read the document format it should work ok. For example, you have image editors that support jpeg in both Linux and Windows, hence, that will not be a problem even if in Windows you use Photoshop and in Linux you use Gimp. Jpeg is always jpeg.

The main issue here is "how open is the document format that you use?".
 
Old 09-02-2009, 08:23 AM   #11
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
pelletierkris,

Quote:
If a student creates a document in the linux lab and then works in the windows lab the next day, will the document open?
Yes, under the following conditions:
a) if the document was created under Open Office Write;
b) and was "Save As..." a .doc, .xls, .xlt, .rtf, .html or .xml file extensions that MSOffice understands.
------
Quote:
Vice versa, if a student creates a document in the windows lab and then continues to work on it in the linux lab will it open?
Yes. Linux reads the .docs, etc, whatever Windows offers. Linux has broader "computing-mind" than proprietary microsoft when it comes to compatibility matters. I agree to Markush saying above: "microsoft is not interested in exchange with the rest of the world."

By the way, not only docs but myriad of file types Linux can handle if they are created from Microsoft systems.

Also, Linux can read from FAT and NTFS, while MSWindows cannot detect a spit of ext2, ext3 or other formats.
--------

If no....how do I solve this problem?

In other cases where this problem can occur, you have to make a major decision.
I should say it is more advantageous to students to learn from open software than proprietary software: the population is not getting any richer. They will have wider opportunities ahead if they master using Linux and Open Office. But the decision is yours.
-------

Hope it helps.
 
Old 09-02-2009, 08:41 AM   #12
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
malekmustaq

As I stated above, there are drivers for windows that allow it to read linux file systems (not the preferred way, but it works).
 
  


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
Questions about linux/windows program and networking compatability LostZXC Linux - Newbie 10 07-06-2008 03:29 PM
Java -Tomcat- compatability on linux and windows raghuveervellanki Linux - Newbie 1 02-21-2008 09:14 AM
wxWidgets and M$ Windows Compatability? binarybob0001 Programming 6 11-05-2006 02:56 PM
Windows XP & FC3 Compatability. SJogela Linux - Networking 1 02-07-2005 08:42 AM
Partition compatability between windows and linux scottie Linux - General 4 01-02-2004 06:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:21 PM.

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