LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   windows and linux compatability (https://www.linuxquestions.org/questions/linux-newbie-8/windows-and-linux-compatability-751974/)

pelletierkris 09-02-2009 12:26 AM

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?

lazlow 09-02-2009 12:33 AM

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).

mdg 09-02-2009 12:35 AM

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).

markush 09-02-2009 12:38 AM

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

EricTRA 09-02-2009 12:42 AM

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

lazlow 09-02-2009 12:48 AM

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).

linuxlover.chaitanya 09-02-2009 01:26 AM

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.

teebones 09-02-2009 05:05 AM

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.

linuxlover.chaitanya 09-02-2009 05:42 AM

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.

i92guboj 09-02-2009 06:16 AM

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?".

malekmustaq 09-02-2009 08:23 AM

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.

lazlow 09-02-2009 08:41 AM

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).


All times are GMT -5. The time now is 12:43 PM.