From cf14b1bd7803760ea4657269aeb424869e0058c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 17:50:29 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- doc/tdeioslave/mac/CMakeLists.txt | 9 ++++++ doc/tdeioslave/mac/Makefile.am | 2 ++ doc/tdeioslave/mac/index.docbook | 59 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 doc/tdeioslave/mac/CMakeLists.txt create mode 100644 doc/tdeioslave/mac/Makefile.am create mode 100644 doc/tdeioslave/mac/index.docbook (limited to 'doc/tdeioslave/mac') diff --git a/doc/tdeioslave/mac/CMakeLists.txt b/doc/tdeioslave/mac/CMakeLists.txt new file mode 100644 index 000000000..7f2050fa1 --- /dev/null +++ b/doc/tdeioslave/mac/CMakeLists.txt @@ -0,0 +1,9 @@ +################################################# +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION tdeioslave/mac ) diff --git a/doc/tdeioslave/mac/Makefile.am b/doc/tdeioslave/mac/Makefile.am new file mode 100644 index 000000000..45904fa63 --- /dev/null +++ b/doc/tdeioslave/mac/Makefile.am @@ -0,0 +1,2 @@ +KDE_LANG = en +KDE_DOCS = tdeioslave/mac diff --git a/doc/tdeioslave/mac/index.docbook b/doc/tdeioslave/mac/index.docbook new file mode 100644 index 000000000..7c4cf99c8 --- /dev/null +++ b/doc/tdeioslave/mac/index.docbook @@ -0,0 +1,59 @@ + + + +]> + +
+mac + + +JohnathanRiddelljr@jriddell.org + + + + + +The mac ioslave lets you read an HFS+ partition from &konqueror; +or any other &tde; file dialog. It uses hfsplus +tools, so you will need these installed for it to work. + +Enter mac:/ into &konqueror; and you +should see the contents of your &MacOS; partition. If you have not +used tdeio-mac before, you will probably get an error message saying you +have not specified the right partition. Enter something like +mac:/ to specify +the partition (if you don't know which partition &MacOS; is on, you +can probably guess by changing hda2 to hda3 and so on or use the print +command from mac-fdisk). This partition will be +used the next time, so you do not have to specify it each time. + +Hfsplus tools let you see the file and copy +data from the HFS+ partition, but not to copy data to it or change the +filenames. + +HFS+ actually keeps two files for every one you see (called +forks), a resource fork and a data fork. The default copy mode when +you are copying files across to your native drive is raw data, which +means it only copies the data fork. Text files are copied in text mode +(same as raw format but changes the line endings to be &UNIX; friendly +and gets rid of some extra characters - strongly advised for text +files), unless you specify otherwise. You can also copy the files +across in Mac Binary II format or specify text or raw format with +another query: +mac:/ or +mac:/. See the +hpcopy man page for more. + +Note that you need permissions to read your HFS+ partition. How +you get this depends on your distribution. + +For some reason some folders in &MacOS; end in a funny tall +f character. This seems to confuse hfstools. + +
+ -- cgit v1.2.1