HFS+ Support
So I finally have RHEL Workstation working, unfortunatly I have to deal a lot with the HFS+ filesystem, unfortunatly it seems that the kernel provided by default does not have a lot of file systems enabled...
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev cgroup
nodev cpuset
nodev tmpfs
nodev devtmpfs
nodev binfmt_misc
nodev debugfs
nodev securityfs
nodev sockfs
nodev usbfs
nodev pipefs
nodev anon_inodefs
nodev inotifyfs
nodev devpts
nodev ramfs
nodev hugetlbfs
iso9660
nodev mqueue
nodev selinuxfs
ext4
nodev rpc_pipefs
nodev autofs
nodev fuse
fuseblk
nodev fusectl
I did not find a HFS module, I've also tried
mount -t hfs /dev/sdx1 /media/
and I get invalid/unknown file system
So I was wondering is there a way to get HFS+ working in RHEL 6 Workstation?