[Scummvm-git-logs] scummvm master -> c109d23c0f29ea2ca7cd6512099c35ae6622f962
criezy
criezy at scummvm.org
Wed Aug 25 01:41:51 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c109d23c0f DOC: Mention hpcopy command when accessing HFS+ disks on Linux
Commit: c109d23c0f29ea2ca7cd6512099c35ae6622f962
https://github.com/scummvm/scummvm/commit/c109d23c0f29ea2ca7cd6512099c35ae6622f962
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-08-25T02:41:32+01:00
Commit Message:
DOC: Mention hpcopy command when accessing HFS+ disks on Linux
Changed paths:
doc/docportal/advanced_topics/mac_game_files.rst
diff --git a/doc/docportal/advanced_topics/mac_game_files.rst b/doc/docportal/advanced_topics/mac_game_files.rst
index 4fb79c596e..0753c824cf 100644
--- a/doc/docportal/advanced_topics/mac_game_files.rst
+++ b/doc/docportal/advanced_topics/mac_game_files.rst
@@ -323,7 +323,7 @@ There are various solutions to access HFS and HFS+ media on Windows, macOS, and
2. Find the game disc by running ``sudo fdisk -l`` and finding the one with type ``Apple HFS/HFS+``. In this example, this is ``/dev/fd0``.
3. Create a mount point, for example: ``sudo mkdir /media/macgamedrive``
4. Mount the device to that moint point: ``sudo mount -t hfsplus /dev/fd0 /media/macgamedrive``
- 5. Access the device at ``/media/macgamedrive``.
+ 5. Access the device at ``/media/macgamedrive``. To copy files you can use ``hpcopy``. It takes options to indicate if the files should be converted to macbinary (``-m``) or copied as a raw file (``-r``).
You can access HFS drives using ``hfsutils``. To use hfsutils, use the command line:
More information about the Scummvm-git-logs
mailing list