Questions tagged [hfs]
The hfs tag has no summary.
77 questions
0
votes
0
answers
251
views
How to convert HFS+ partition to APFS on Mac?
After struggling with deleting Ubuntu from my Mac alongside with macOS, after deleting EFI volume it became free and unused. How can I convert it to APFS again and include that in my HD storage?
Disk ...
0
votes
0
answers
575
views
Mounting hfs volume under MacOS Catalina
I'm running MacOS X Catalina. To be able to connect to an HFS volume created by QEMU I tried
sudo mount -t hfs qemuhdd.raw /tmp/os9vm
I got the following error:
GetMasterBlock: Error 25 getting block ...
2
votes
0
answers
3k
views
How can I mount an HFS (not HFS+) filesystem read/write in Linux?
I have some HFS disk images (pre-Mac OS 8; not HFS+) which I'd like to be able to mount read/write in Linux. However, this command:
sudo mount -t hfs -o force,rw sys7.dsk mnt
gives me:
mount: /media/...
0
votes
2
answers
3k
views
Create a hybrid .iso directly from a Mac/PC hybrid CD?
I have several dozen hybrid Mac/PC CDs and would like to create .iso images of them. The Mac partitions are HFS and HFS+, the PC partitions are ISO9660.
Currently, I copy the Mac content after ...
1
vote
0
answers
721
views
Recover non-bootable Mac HFS partition from Linux partition
I have a MacBook Air early 2015 with two partitions: the HFS one for Mac and another for GNU/Linux.
I wanted to delete the Linux partition since Mac OS had little free space, but the disk utility ...
2
votes
0
answers
807
views
Linux: mounting, or at least accessing both "partitions" of a Hybrid HFS/ISOFS CD-ROM image
Heyo,
So I happen to have at least one CD - in this case, an Enhanced CD of Roger Sanchez's "Another Chance" - that I'm trying to make a backup of, but although I can seem to successfully back up ...
0
votes
1
answer
522
views
mounted hfs+ drive with hfsprog, now disk corrupt
Following several other threads, I mounted an HFS+ external hard drive using
sudo mount -t hfsplus -o force,rw /dev/sdXY /media/mntpoint
then unmounted.
Now the harddrive is unreadable: Input/...
2
votes
2
answers
130
views
Why can files be emailed between different file systems but removable drives have problems?
If you have a USB memory stick that is shared between a computer running Windows and OS X then the best option is to format with FAT as this is understood by both filesystems. Why isn't this a problem ...
0
votes
0
answers
104
views
Accessing data on drive that was initialized as a GPT
I have a USB drive that only had a /dev/disk1 that I could mount by mount -t hfs /dev/disk1 /Volumes/usb on a Mac drive. For the life of me I could not get it mount or be read on Windows regardless of ...
1
vote
2
answers
497
views
How do I remove an app folder is OSX when all else fails?
I have a folder/package in the Applications called CrashPlan.app. The uninstall failed and I am left with a folder that has a Contents folder, but aside from that, is completely empty.
The folder ...
0
votes
1
answer
979
views
TestDisk failed in Deep Search?
I'm trying to recover data from a colleague's 4TB external G-RAID drive. I've saved the main partition from the quick scan result, but that didn't help, so i spent the past week doing a Deeper Search. ...
1
vote
3
answers
11k
views
How to convert Hierarchical File System (HFS) to FAT/NTFS?
I know how to change FAT32 to NTFS file system and vice-versa. But I am unaware of Hierarchical File System (HFS). So please tell me if anyone knows how to convert HFS to NTFS/FAT32 ?
Thanks in ...
0
votes
3
answers
5k
views
Mounting HFS Volume on Win 7
I have an HFS volume on a USB disk. When I plug it in, Windows wants to format.
I've had not luck with HFS Explorer.
I go to Disk Management -> Right click the HFS disk and select Properties -> Goto ...
0
votes
1
answer
362
views
Having Trouble Mounting HFS Filesystem at Boot on Ubuntu Server
While the command "sudo mount -t hfsplus /dev/sdc1 /home/external3" mounts the hfs file system on the /home/external3 directory on my Ubuntu server, I don't understand how to get it to mount at boot. ...
0
votes
2
answers
2k
views
Does creating a tar file need more space?
HTTP File Server or HFS is a small utility which allows one to share files with others by creating http links for every file
Now when I want to download multiple files, the software creates a "tar" ...