Does anyone have any tips on mounting a floppy disk formatted with what I assume is HFS? I have seen posts about using hfsprogs package but that doesn’t seem to exist anymore. I also thought that maybe fuse would handle it but no success yet. I can mount disks formatted with FAT32 so I know the drive, connections and software are working I just need the command line I think to mount the disk as HFS.
@GofBorg it’s changed it’s name to hfsplus-tools which should work fine with hfs and hfs+
https://build.opensuse.org/package/show/home:malcolmlewis:openSUSE_General/hfsplus-tools and https://build.opensuse.org/package/show/filesystems/hfsutils
# opi hfs
You have selected package name: hfsutils
1. openSUSE:Factory + | 3.2.6 | x86_64
2. openSUSE:Factory:Staging:O + | 3.2.6 | x86_64
3. filesystems ? | 3.2.6 | x86_64
Pick a number (0 to quit): 0
Well I was able to get the programs installed but all I am able to do with hfs is mount the volume.
hfs> mount /dev/fd0
Volume name is “DATA DISK”
Volume was created on Fri Jan 29 19:10:32 1993
Volume was last modified on Sat Oct 31 16:53:02 2000
Volume has 0 bytes free
Any of the other commands sent to hfs (like a simple dir) results in:
munmap_chunk(): invalid pointer
Aborted (core dump)
I’ve tried it on several of these floppies with the same result. I can get the volume information
but cannot seem to make it do anything else.
Well I was able to get the programs installed but all I am able to do with hfs is mount the volume.
hfs> mount /dev/fd0
Volume name is “DATA DISK”
Volume was created on Fri Jan 29 19:10:32 1993
Volume was last modified on Sat Oct 31 16:53:02 2000
Volume has 0 bytes free
Any of the other commands sent to hfs (like a simple dir) results in:
munmap_chunk(): invalid pointer
Aborted (core dump)
I’ve tried it on several of these floppies with the same result. I can get the volume information
but cannot seem to make it do anything else.