LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-05-2011, 06:55 PM   #1
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Rep: Reputation: 0
Can't open text files transferred from Mac to Linux on Flash Drive


Hi, I just transferred a load of files from my old G4 Powerpc os x 10.39 to a thumb drive as backup before converting the mac to an Ubuntu for powerpc 10.4 machine. One of the issues I've run into is that the text files won't open in linux now. That includes doc and pdf files. I tried to open them in my windows xp partition on another machine and they won't open there either. I noticed in xp that each folder has a .ds_store file associated with the text file. I understand that file is generated by the mac finder to keep track of relevant data about icons, location etc. I did not think the file itself would be corrupted though. But I cannot open them. I can open music files and photos, which do not have a problem being imported into my linux distro. Anyone have any ideas on how to salvage my doc and pdf files?

Thanks, sdgalbo
 
Old 09-05-2011, 08:12 PM   #2
cheddarcheese
Member
 
Registered: Aug 2011
Location: Massachusetts, USA
Distribution: Fedora; Centos; Puppy
Posts: 116

Rep: Reputation: 7
What are you trying to open them with in Ubuntu, and what happens when you do try to open them?

Also, how did you put them onto the thumb drive? Did you FTP them on?

You say that they are text files, but in actual fact both .doc and .pdf are binary files. I'm just wondering if you FTP'd them onto the thumb drive in ASCII mode, and whether that's why you can't open them with the associated applications... Just a thought!

Last edited by cheddarcheese; 09-05-2011 at 08:15 PM.
 
1 members found this post helpful.
Old 09-06-2011, 10:00 AM   #3
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
Thanks for your response cheddarcheese,

To answer your questions:

1. What are you trying to open them with in Ubuntu? My response: I copy a file from the thumb drive to the desktop (rt. click --> copy--> paste to desktop). Then I would double click on the file and pdfs would try to open in document viewer or xpdf. Word files would try to open in Open Office Writer (a couple of them did open, but most would not).

2. Your Question: what happens when you do try to open them? My response: Document viewer gives me a message telling me the file could not be opened because the document is damaged. Open office writer says "General error, input output error. Every once in a while some files open without a problem.

3. You asked: I'm just wondering if you FTP'd them onto the thumb drive in ASCII mode, and whether that's why you can't open them with the associated applications...

My response: No, I copied the folders to the thumb drive attached to the same computer, drag and drop. The files seemed to copy just fine.

Since each file has a second file associated in it (as viewed in windows), is there a way of re-associating the files or extracting the information from the main text (Word or pdf) file?

Much appreciated

sdgalbo
 
Old 09-06-2011, 10:35 AM   #4
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
Quote:
Originally Posted by sdgalbo View Post
Since each file has a second file associated in it (as viewed in windows), is there a way of re-associating the files or extracting the information from the main text (Word or pdf) file?
sdgalbo
My closest collaborator uses a Mac and I get files from him of various sorts: pdf, tex, mp3, png, etc. etc. and I have never had a problem with them. They have all performed normally when opened with the appropriate software. Yes, indeed. Mac has that annoying property of containing an extra file that has no use as far as I can see, in Linux. I would just delete them.

If the files are damaged it may have to do with the file system of your pen drive. I guess it was formatted by your old Mac. What file system did you use? Do you have any real plain text files you can test?
ciao,
jdk
 
Old 09-06-2011, 12:56 PM   #5
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
All I used was a standard kingston 32GB flash drive. I did not reformat it, but used it "as is, out of the box." Up until yesterday, I would have agreed with you 100% about opening mac files on linux. I have done it hundreds of times myself with no problem. I think this has to do with transferring whole folders from Mac to linux, not just individual files. The files that I copied individually open fine. But the files in the folders that I drug over from the mac hard disk to the flash drive do not open in linux. I think that is because of the .ds_store files and the other associated files in each folder. I think .ds_store is created to keep track of file info within a folder. I have copied the main file to another location, to see if it would work, and it doesn't.

For comparison, music and photos were not copied over as folders, but as files, and they open just fine. If I am right, what I need to know is this: will deleting the associated files allow the main file to work? Or... is there any other way to put those files back together? I hope I'm making sense.

Thanks for your time,

sdgalbo
 
Old 09-06-2011, 01:05 PM   #6
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
I've no experience in this. You're right, I have always dealt with individual files and not with folders. I always deleted the superfluous Mac stuff and no harm was done. I can't really say about the folders though.
good luck,
jdk
 
Old 09-06-2011, 05:02 PM   #7
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
Thanks jdk, much appreciated. I think I'll check out the Mac forums on this. This has to be an issue with others migrating information around different operating systems.

btw... on the previous problem with linux not recognizing the dvd/cdrom media? Kubuntu 10.04 ppc fixed that problem, but absolutely would not reboot on my G4 imac ppc. Ubuntu 10.10 was supposed to fix it too, but it didn't and ran very slowly on my imac, so I went back to Ubuntu Gnome 10.04. Runs great except for the cdrom drive. I think I'll try buying an external USB dvd/cdrom and see if that will fix it. I'll experiment on mine before I try to "fix" my daughter's old ibook. Some claim an external will work. Hope it does! Anyway, thanks!

sdgalbo
 
Old 09-06-2011, 05:23 PM   #8
impert
Member
 
Registered: Feb 2009
Posts: 282

Rep: Reputation: 54
Have you checked that it's not a permissions/ownership problem? It's a while since I used my Mac, but things I tried to shift from OS X to Linux tended to belong to 99. You might have to do some aggressive chowning and chmoding.

Last edited by impert; 09-06-2011 at 05:24 PM. Reason: typo
 
Old 09-06-2011, 05:42 PM   #9
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Did you safely unmount the drive on the Mac? If you just pull the flash drive out, some files will be corrupted.
 
Old 09-06-2011, 09:44 PM   #10
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
No, I generally do a very good job of ejecting the flash drive before I pull it out. I always wait for the desktop icon to disappear after ejecting / unmounting. From the research I have done so far, it appears that when I pulled whole folders from the mac finder over to the flash drive, I created a grunch of .ds_store and other associated files. I will probably have to put the flash drive on a mac and eliminate the .ds_store files there. As it stands now, pertinent information for the text files to open are shared between two files, not one. They need to be combined and I believe that can only be done on a mac. My question now is this: can any mac do it? Or did it need to be done on the imac I've already turned into a linux machine (in that case, out of luck : (

I do need to check into the permissions issue, as impert has suggested above. In fact it may be both an ownership AND a mac filing problem. I may have to go to a mac forum to find the answer though.

Thanks guys,

sdgalbo
 
Old 09-06-2011, 10:27 PM   #11
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
I can open music files and photos, which do not have a problem being imported into my linux distro
Since some files open correctly, clearly it is something specific to the file or format. Could it be things like special fonts, etc? Or different versions of word files. Eg. docx .v. doc. Could you examine the "save as" or equivalent options in the mac to save in the format that works?

Likewise with pdf files.

OK
 
Old 09-07-2011, 08:49 AM   #12
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
Good suggestions, My basic problem right now is that because I overwrote the whole mac partition with Ubuntu, I currently have no mac to go back to. But I am curious as to whether these files on the flash drive will still open in a mac. But, for now, I will try and see if there is anything noticeably different between a doc or pdf file that WILL open, and one that WON'T. Good suggestion. Thanks!

sdgalbo
 
Old 09-07-2011, 07:39 PM   #13
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
But I am curious as to whether these files on the flash drive will still open in a mac.
Good point. Please do so. Is it possible to find and post the data to a web based service if you dont have an apple user / group nearby.

OK
 
Old 09-08-2011, 08:43 AM   #14
sdgalbo
Member
 
Registered: Feb 2004
Posts: 39

Original Poster
Rep: Reputation: 0
I will wait a week or two to try out the files on another mac. My daughter comes home from college in a week or two and I'll try opening them from her powerbook.

sdgalbo
 
Old 09-08-2011, 10:40 AM   #15
carolinason
LQ Newbie
 
Registered: Jul 2008
Location: North Carolina
Distribution: Debian
Posts: 5

Rep: Reputation: 0
does mac still store a file in two places? it seems that one is the data and one is some sort of pointer file. see if you can cat them in BASH.
 
  


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
[SOLVED] Find which files were transferred? szboardstretcher Linux - General 9 12-02-2010 03:10 PM
USB flash drive to move files between my linux and windows computers tehoverlord Linux - Hardware 1 06-13-2008 12:56 PM
Windows can't open files transferred thro' ProFTPd zatka Linux - Networking 3 02-08-2005 07:35 AM

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

All times are GMT -5. The time now is 08:45 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