I followed the instructions (I thought) for hfsplus on C7. Installed elrepo Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs rpm -qa | grep hfs clearly shows the items kmod-hfsplus-0.0-2.el7.elrepo.x86_64 hfsplus-tools-540.1.linux3-4.el7.x86_64 kmod-hfs-0.0-2.el7.elrepo.x86_64 When I do my mount command mount -t hfsplus -o loop Mac.dmg /mnt/mac mount: unknown filesystem type hfsplus What did I miss? Thanks, Jerry
On 08/16/2016 09:14 AM, Jerry Geis wrote:> I followed the instructions (I thought) for hfsplus on C7. > Installed elrepo > Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs > rpm -qa | grep hfs clearly shows the items > kmod-hfsplus-0.0-2.el7.elrepo.x86_64 > hfsplus-tools-540.1.linux3-4.el7.x86_64 > kmod-hfs-0.0-2.el7.elrepo.x86_64 > > > When I do my mount command > > mount -t hfsplus -o loop Mac.dmg /mnt/mac > mount: unknown filesystem type hfsplus > > What did I miss? Thanks, > > Jerry > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >modprobe hfsplus (maybe) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20160816/4e743f4d/attachment-0001.sig>
> modprobe hfsplus >I get an error doing that: modprobe hfsplus modprobe: FATAL: module hfsplus not found I redid the listing rpm -qa | grep hfs kmod-hfs-0.0-2.el7.elrepo.x86_64 kmod-hfsplus-0.0-2.el7.elrepo.x86_64 hfsplus-tools-540.1.linux3-4.el7.x86_64 Thoughts? Jerry On Tue, Aug 16, 2016 at 10:14 AM, Jerry Geis <geisj at pagestation.com> wrote:> I followed the instructions (I thought) for hfsplus on C7. > Installed elrepo > Then installed hfsplus hfsplus-tools and kmod-hfsplus kmod-hfs > rpm -qa | grep hfs clearly shows the items > kmod-hfsplus-0.0-2.el7.elrepo.x86_64 > hfsplus-tools-540.1.linux3-4.el7.x86_64 > kmod-hfs-0.0-2.el7.elrepo.x86_64 > > > When I do my mount command > > mount -t hfsplus -o loop Mac.dmg /mnt/mac > mount: unknown filesystem type hfsplus > > What did I miss? Thanks, > > Jerry >
I dont see anything hfsplus in the modules area???> uname -r >> 3.10.0-327.28.2.el7.x86_64 >> [root at nuc5i3 ~]# find /lib/modules/3.10.0-327.28.2.el7.x86_64/ |grep hfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/fs/squashfs/squashfs.ko > /lib/modules/3.10.0-327.28.2.el7.x86_64/kernel/net/sched/sch_hfsc.ko > /lib/modules/3.10.0-327.28.2.el7.x86_64/weak-updates/hfs > /lib/modules/3.10.0-327.28.2.el7.x86_64/weak-updates/hfs/hfs.ko > > The packages are installed:rpm -qa | grep hfs kmod-hfs-0.0-2.el7.elrepo.x86_64 kmod-hfsplus-0.0-2.el7.elrepo.x86_64 hfsplus-tools-540.1.linux3-4.el7.x86_64 modprobe hfsplus gives the error: hfsplus not found mkfs.hfsplus is present. but hfsplus is not available? why not. Thanks, Jerry