Find the answer to your Linux question:
Results 1 to 6 of 6
Does kernel 2.6 support MAC's HPFS/HFS file system natively or do I need to get a module for it? Thank you for your time....
  1. #1
    Just Joined! vitalka's Avatar
    Join Date
    Oct 2004
    Location
    Toronto, ON
    Posts
    77

    Does kernel 2.6 support HPFS/HFS

    Does kernel 2.6 support MAC's HPFS/HFS file system natively or do I need to get a module for it?

    Thank you for your time.

  2. #2
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    probably you will have to install hpfs module:

    Yes, but Linux access to HPFS partitions is read-only. HPFS file system access is available as an option when compiling the kernel or as a module. See the Documentation/filesystems/hpfs.txt file in the kernel source distribution. See How To Upgrade/Recompile a Kernel. Then you can mount HPFS partition, using, for example:
    http://stason.org/TULARC/os/linux-fa...artitions.html
    http://www.linux.com/howtos/Filesystems-HOWTO-4.shtml
    http://www.linuxselfhelp.com/HOWTO/F...s-HOWTO-4.html
    http://www.linux.org/docs/ldp/howto/...s-HOWTO-4.html
    http://tldp.org/FAQ/Linux-FAQ/partitions.html
    http://www.die.net/doc/linux/man/man8/mount.8.html

  3. #3
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Yep, no problem it does. You can mount both "hfs" and "hfsplus" natively :
    Code:
    mount -t hfs ...
    or
    Code:
    mount -t hfsplus ...
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  4. #4
    Banned jan1024188's Avatar
    Join Date
    Jul 2006
    Location
    EU, SLOVENIA
    Posts
    1,549
    yeah but im not sure if you will be able to write into those partitions without installing hfs/hpfs/hfs+ modules....

  5. #5
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    I haven't check for older kernel version, but 2.6.18 already has everything for full read/write hfs and hfsplus support.

    As mentionned in the kernel documentation (Documentation/filesystems/hfs.txt & hpfs.txt).
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  6. #6
    Just Joined! vitalka's Avatar
    Join Date
    Oct 2004
    Location
    Toronto, ON
    Posts
    77
    Thanks for the info guys.

Posting Permissions

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