Results 1 to 3 of 3

Thread: Mounting apple hfsplus partitions on knoppix

  1. #1
    Member registered user
    Join Date
    Apr 2007
    Posts
    94

    Mounting apple hfsplus partitions on knoppix

    So I've got a macintosh SCSI drive that has an apple hfsplus partition I'd like to mount.

    Let's say it's on /dev/sda

    so I run "hexdump -C /dev/sda | less" and look at the output

    *
    00000c00 50 4d 00 00 00 00 00 07 00 00 04 c0 00 61 6b 4f |PM...........akO|
    00000c10 75 6e 74 69 74 6c 65 64 00 00 00 00 00 00 00 00 |untitled........|
    00000c20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    00000c30 41 70 70 6c 65 5f 48 46 53 00 00 00 00 00 00 00 |Apple_HFS.......|
    00000c40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
    00000c50 00 00 00 00 00 61 6b 4f 44 00 03 7f 00 00 00 00 |.....akOD.......|
    00000c60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|


    what you're looking for is the apple_HFS part, and zero in on the PM line


    00000c00 50 4d 00 00 00 00 00 07 00 00 04 c0 00 61 6b 4f |PM...........akO|
    ^^^^^^^
    This is the starting block of the partition = 04C0

    so drop out of less and run "bc"
    type "ibase=16" and hit enter (this will set you up in hexadecimal)
    type "4C0*200" which is multiplying 4C0 by 200 (ie multiply by 512 bytes)
    bc will tell you the result 622592
    type "quit" to drop out of bc

    before you proceed, "modprobe hfsplus" (works for me on knoppix 5.1)

    now "mkdir /mnt/a"
    then "mount /dev/sda /mnt/a -o offset 622592,ro -t hfsplus"

    (I added the ro to make it read only)

    and you should have the apple partition mounted.

    Man do I love knoppix!

  2. #2
    Member registered user
    Join Date
    Apr 2007
    Posts
    94
    oops sorry that should be

    "mount /dev/sda /mnt/a -o offset=622592,ro -t hfsplus"

    I left off the equals sign

  3. #3
    Member registered user
    Join Date
    Apr 2007
    Posts
    94
    00000c00 50 4d 00 00 00 00 00 07 00 00 04 c0 00 61 6b 4f |PM...........akO|
    _____________________________^^^^^^^^
    ________________________________________^^^^^^^^

    (my arrows didn't come through very well, I'll try underlines)


    with regards to apple partitions

    the start block of this partition is 00 00 04 c0

    and the length of this partition is 00 61 6b 4f

    but all you really need is the start block number to calculate the offset

Similar Threads

  1. Replies: 0
    Last Post: 09-16-2008, 05:37 PM
  2. Help mounting FBSD partitions
    By emergingdzns in forum Hardware & Booting
    Replies: 1
    Last Post: 03-20-2007, 06:23 PM
  3. mounting BSD partitions
    By michapma in forum General Support
    Replies: 4
    Last Post: 07-24-2006, 12:41 PM
  4. Mounting CCISS-partitions ?
    By dysfunctional in forum Hardware & Booting
    Replies: 3
    Last Post: 06-07-2006, 09:39 AM
  5. Mounting /var /tmp /home etc on different partitions..?
    By Chefren in forum Hdd Install / Debian / Apt
    Replies: 0
    Last Post: 01-29-2005, 02:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


SanDisk 512GB Ultra Drive Dual Go USB Type-C Flash Drive Green SDDDC3-512G-G46G picture

SanDisk 512GB Ultra Drive Dual Go USB Type-C Flash Drive Green SDDDC3-512G-G46G

$49.99



SanDisk 512GB Ultra Luxe USB 3.2 Gen 1 Flash Drive - SDCZ74-512G-G46 picture

SanDisk 512GB Ultra Luxe USB 3.2 Gen 1 Flash Drive - SDCZ74-512G-G46

$35.99



SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46 picture

SanDisk 128GB Ultra Flair USB 3.0 Flash Drive - SDCZ73-128G-G46

$12.99



SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46 picture

SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46

$19.99



Lenovo USB 16TB 3.0 USB Flash Drive Thumb Disk Silver Transfer Metal Memory picture

Lenovo USB 16TB 3.0 USB Flash Drive Thumb Disk Silver Transfer Metal Memory

$24.99



Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof  picture

Mechanical Style Flash Drive USB 3.0 High Speed 16TB Large Capacity Waterproof

$8.37



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1 picture

2TB USB 3.0 Flash Drive Memory Photo Stick for iPhone Android iPad Type C 3 IN1

$13.00



1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot picture

1TB/2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage lot

$388.39



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$399.99