Copying Huge Photos Library to External Drive

FTP

A couple of us started getting nagged by our computers about running out of disk space. We’re both running Mac High Sierra; 15% free disk space is required, which on our 500 GB ssd drives is 75 gig.

After cleaning off files and running clean-up utilities (lost my browser history; I’m sure that was a space hog <eye roll>), I still had only about 50 gig free. Then I found a huge Photos library on each machine—over 300 gig each.

No biggie. I threw money at it by buying a couple 4 TB external drives and started copying the files over. Which would work until like 50 gig from the end or something like that and then quit, complaining about running out of application memory. With no apps running but Finder.

I even tried using Terminal to copy the files. I don’t know why I thought it might work—I was opening an additional app. Turns it’s wonderfully easy to copy files in Terminal: type cp at the prompt then drag the file into the window then drag the destination into the window and hit Return.

But it didn’t work. I’m not really sure why.

The google machine told me that High Sierra has a bug in the copy huge file process. But I have an older computer running Sierra with lots of disk space. So I ran an ethernet cable between the two computers and tried a basic Finder copy from one to the other.

I realized I’d initiated the copy from the “wrong” computer and stopped the process to initiate it from the other computer. I ran Disk Utility on my old computer hard drive just to play it safe and it found an unrepairable defect. Even in Recovery mode, it was unrepairable. And the machine wouldn’t reboot from Recovery mode.

Sooooo…..

I <3 Macintosh computers. I just had to boot into Recovery mode again (Cmd-R on bootup, until you see the Apple). Used Disk Utilities to erase the hard drive, then reinstalled the system.

Now I really have space on that hard drive.

This time I got smart and used FTP to move the huge Photos library over to my Sierra computer. I set up the High Sierra machine with the huge Photos library as an FTP server: Just go into System Preferences, Sharing, and turn on Remote Login. You might need to go to Users and Groups to add the user who will remotely log in.

It’s easiest if you can remotely log into the High Sierra as the owner of the Photos library file; otherwise, give the user Read/Write access. (Read Only is not good enough to write the file to another computer.)

I used wireless networking (so that the High Sierra machine was still in touch with the world) and it took forever, but it worked. I was able to FTP the huge Photos libraries over to the Sierra machine and then out to external drives from there.

The High Sierra machine was barely affected by the FTP get going on, at least for basic email/web surfing use. The Sierra machine chugged away.

After I deleted the huge Photos library from my hard drive, I ran Disk Utilities, which ended by saying I had like 50 gig free. What?! One of its pieces of information was that there was 350-plus gig free (300-some purgeable).

Purgeable?

I brought up About this Mac, the Storage tab, and saw it almost full then sort of sparkle, eventually ending up with 350-plus gig free. Success!

Neither High Sierra computer complains about low disk space.

Question Mark on Canon Selphy CP1200 Screen

Canon Selphy CP1200

I picked up a Canon Selphy CP1200 photo printer.

It’s a dye sublimation printer, meaning you have a roll of cellophane ribbon instead of ink. The 4×6 pictures it produces look pretty good.

There is a small variety of papers: 4×6 glossy photo, 4×6 postcard, and square stickers. I’ve only tried the photo paper.

The first photos I printed were from my smartphone, and that went well.

I haven’t figured out how to connect my MacBook via AirPrint. Probably boneheadedness on my part and Canon’s email support only parroted the instructions found elsewhere.

I’m using this machine to pass on Facebook photos to someone who doesn’t use a computer, and printing FB pictures from a USB thumbdrive was hit and miss for me. The Selphy is pretty particular about the format of the jpegs it prints; many photos showed question marks on the screen even though they contained thumbnails, and they wouldn’t print.

If you are also facing this problem, the easiest solution is to export the pictures from Photoshop or the open source version, Gimp.

If the photo has a color profile, Gimp will ask if you want to embed it. Click Convert to embed it.

When exporting jpg in Gimp, be sure to use the following options:

  • uncheck Optimize
  • uncheck Progressive
  • check Save thumbnail

These choices will come up after you select jpg and say save, yes replace.

Leave both EXIF and XMP info boxes check marked.

I’ve had no problems since following this process.

The Light of a Thousand Suns!

Thousand Suns by Michal Dziekan

Image: Thousand Suns by Michal Dziekan from Inspiration for Digital Artists

 

CADY STROBLE!

(They tell me I should start using your full name in case you’re searching or something)

Cady Stroble!

Those who know tell me that you’ve withdrawn a house-size amount of money. Have you found a place? Have you stopped running?

My heart brims with hope.

Hey now! Put Your Lights On!

      Put Your Lights On - Santana Feat. Everlast

 

Sigil: A Free Utility for Editing epub Files

I’m doing these epub posts bass-ackwards, but that’s no surprise to anyone who knows me.

So how did I correct the problems with my epub file reported by Pagina epub checker? How did I prepare the epub file in the first place?

Ladies and gentlemen, meet Sigil. If you google sigil you get this wonderful definition:

an inscribed or painted symbol considered to have magical power

But what I want you to do is to google download sigil and look for a reputable site from which to download the epub editor.

Once you have it installed, come back here . . .

Okay, so now you have Sigil.

See, an epub (or a mobi) is just a zip file of the content html file and all the support files. If you want to check this out, just change the suffix of any epub or mobi file to zip and check out the contents.

Sigil is a free Open Source epub editor that lets you edit the epub content xhtml files and any image files, including the cover, plus images within the content. It also lets you define both TOCs— the table of contents within the book pages and also the table of contents that lives behind the scenes in the epub collection of files.

Sigil guides you toward creating separate files for each of the chapters and guides you in creating the cover jpeg— you still need to supply an image of the right size.

You can load a validator into Sigil, but I used epubcheck (see previous post on validating epubs), which provides the file name and line number of any problematic code. You go into Sigil and fix the problem just like that: surgical strike.

See, an epub or Kindle is mainly html code, probably assisted by a css style sheet, which Sigil guides you toward.

If you’re building your own epub, you want Sigil.

And do you know about Kindle Previewer? It will convert an epub file to mobi, which is the Kindle format. And it will let you preview the mobi file in the various Kindle capabilities.

I think that covers it, but I’ll add anything if I think of it.

Validating ePubs

homepage of idpf: The International Digital Publishing Forum

The image is of the homepage for
IDPF: The International Digital Publishing Forum
http://idpf.org

If you decide to distribute your epub through Smashwords, it will get validated, and Smashwords will not list your epub until it passes validation. But the errors they provide are of little help.

You want to run your epub file through a utility called epubcheck to validate it and receive error feedback that’s helpful. There’s an online version available at

IDPF’s EPUB Validator
http://validator.idpf.org/

You can run a version on your desktop by grabbing the Open Source utility epubcheck.jar and installing Java on your computer.

GitHub is a source for the zip file and has a wiki on epubcheck:

For the .zip file:
https://github.com/IDPF/epubcheck/releases

The main GitHub page for epubcheck:
https://github.com/IDPF/epubcheck/

The wiki starts here:
https://github.com/IDPF/epubcheck/wiki

Okay, so now you’ve got epubcheck.jar. You need Java to run it on your linux or windows or macintosh computer. You’re probably best off googling java download to get the most recent info for your situation.

For Windows 10, the FAQ:
https://www.java.com/en/download/faq/win10_faq.xml

For Macintosh Sierra, the FAQ:
https://www.java.com/en/download/faq/sierra_java.xml

If you’re running Linux, you’re too cool to need my help.

Okay so now you’ve installed Java on your computer.

This gives you the ability to run a .jar file from a command line.

So Windows people bring up the Run command line and enter something like:

java -jar C:/epubcheck/epubcheck.jar C:/test/name of the .epub file

Mac users go into the Utilities folder in Applications, launch Terminal, and . . .

I’ll tell ya. I don’t know what we Mac people do at this point, ’cause this is when I went to the GUI page of the epubcheck wiki:

https://github.com/IDPF/epubcheck/wiki/GUI

where I learned about Pagina epub checker:

https://www.pagina.gmbh/produkte/epub-checker/

And here is where I’m at, about to fix the nine errors in my epub file.

Edit:
What errors? My epub is now valid.

Pagina epub checker gives you the file name and line number of each error, making it easy peasy to fix the problems.

I now have valid epub and mobi files on this site.

epub passed the Smashwords validator