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....
- 11-09-2006 #1
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.
- 11-09-2006 #2
probably you will have to install hpfs module:
http://stason.org/TULARC/os/linux-fa...artitions.htmlYes, 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://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
- 11-09-2006 #3
Yep, no problem it does. You can mount both "hfs" and "hfsplus" natively :
orCode:mount -t hfs ...
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
- 11-09-2006 #4
yeah but im not sure if you will be able to write into those partitions without installing hfs/hpfs/hfs+ modules....
- 11-09-2006 #5
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
- 11-09-2006 #6


Reply With Quote