Hfs explorer for windows 10

Обновлено

Совместимость

Windows XP, Windows Vista, Windows 7, Windows 8

Описание

HFSExplorer — это полезная программа. Когда нужно получить доступ к файлам Mac на компьютере под управлением Windows, стоит скачать HFSExplorer. Программа позволяет пользователю Windows работать с жесткими дисками, используемыми в Mac OS. Создан HFSExplorer для Windows, совместима с версиями Windows: XP, Vista, 7, 8. Загрузить HFSExplorer легко, устанавливается без вирусов и иных киберугроз.

Характеристики

  • Программа просматривает содержимое диска, подробную информацию, системы, кеширования, статистику памяти.
  • Утилита использует графический браузер файловой системы, который помогает извлекать и копировать документы на винчестер.
  • ХФС Эксплорер поддерживает схемы разделов Master Boot Record, GUID Partition Table, Apple Partition Map.
  • Утилита предлагает пользователю вручную выбрать подходящее устройство HFS или автоматически определить все совместимые винчестеры.
  • Программа работает с файлами в формате DMG, открывает образы zlib и bzip2, а также зашифрованные AES-128 и AES-256.
  • Приложение позволяет читать отформатированные на Мак ОС жесткие диски и смонтированные образы.
  • Для работы утилиты необходимо установить Java.
  • Возможности программного документа позволяют читать ОС Mac с файловой системой HFS, HFS + и HFSX (Mac OS Extended с именами файлов с учетом регистра).

На нашем сайте вы также можете скачать HFSExplorer для Linux. Скачать бесплатно ХФС Эксплорер для компьютера можно на сайте freesoft.ru.

Версии

HFSExplorer 2021.10.9

Changelog:

  • Add support for selecting the character encoding for decoding HFS filenames.
  • Add support for more APM partition layouts, including ones with unusual inconsistencies.
  • Add support for opening embedded disk images directly in HFSExplorer instead of having to extract them first.
  • Fix overflow in calculations when opening HFS-wrapped HFS+ volumes causing errors when extracting files and potentially when opening volumes.

HFSExplorer 2021.2.22

  • Add support for ARM-native JDKs on Windows (adding ARM versions of llio dll).

  • Simplify start menu options to remove the ‘administrator mode’ item and instead always launch the application elevated when there are no arguments while if there are arguments, i.e. when opening a file, then UAC is not invoked.

  • Add web site link to «update available» dialog.

  • Fix memory leak in HFS code.

HFSExplorer 2020.9.17

  • Fix outdated library leading to issues when loading UDIF/encrypted/sparse images.

HFSExplorer 2020.9.16

  • Change version scheme to be based on release date.

  • Bugfix: Fix broken resource fork access.
    See: #10

  • Bugfix: Fix broken unhfs option ‘-resforks APPLEDOUBLE’.

  • Enhancement: The tree traversal process is now less sensitive to metadata
    corruption in leaf nodes, i.e. more data can now be extracted from corrupted
    volumes.

  • Enhancement: Improve compatibility with certain seemingly incorrect Apple
    Partition Map layouts with mismatching sector size.

  • Enhancement: Select device dialog updates devices when acquiring focus and
    when autodetect button is pressed. Previously any device attached to the
    system after opening the dialog was not seen until the dialog was closed and
    then reopened.

  • Enhancement: Volume autodetection now shows the volume name in addition to the
    device name, making it easier to find the right volume.

  • Enhancement: Volume autodetection can now detect volumes in MBR extended boot
    records (DOS extended partitions).

  • Enhancement: Add new option ‘-sfm_subsitutions’ to unhfs, translating Windows-
    incompatible filenames to a Windows-friendly form.

  • Enhancement: Fix missing folder icons in UI when the look & feel does not
    provide a default one (fall back to our own custom folder icon).

  • Enhancement: Add support for running HFSExplorer in Windows NT 4.0 (JRE
    1.5.0_06 tested). (MBR partition support is limited for USB removable drives
    due to OS limitations.)

  • Many other fixes. See the git log for more info:
    https://github.com/unsound/hfsexplorer/releases/tag/hfsexplorer-2020.9.16

HFSExplorer 0.23.1

  • Bugfix: Fix support for encrypted images with the version 2 header and
    multiple key entries.
  • Bugfix: Help content could not be located due to a recent location change.
  • Enhancement: Use the same custom icon for all HFSExplorer windows, making them
    easier to find.
  • Enhancement: Attempt to force the GTK+ Look & Feel if the default one provided
    by the system is Metal or Motif. This makes HFSExplorer more usable in
    superuser mode on many Linux distributions.
  • Many other small fixes. See the git log for more info:
    https://github.com/unsound/hfsexplorer/releases/tag/hfsexplorer-0.23.1

HFSExplorer 0.23

  • Feature: Support for files compressed with HFS+ compression methods 3 and 4
    (introduced starting with Mac OS X 10.6). Compressed files are indicated with
    blue colour in HFSExplorer.
  • Feature: Support in HFSExplorer for extracting extended attributes to
    AppleDouble files.
  • Feature: Support for Mac OS X sparse image (.sparseimage) files.
  • Enhancement: Add support for UDIF images larger than 2 GiB.
  • Bugfix: Fix regressions in the UDIF XML and zlib-compression code which broke
    UDIF image support.
  • Bugfix: Fix broken parsing of non-ASCII XML data in UDIF file.
  • Bugfix: Fix incorrect data being extracted for multiple-extent files.
  • Bugfix: Windows installer now installs HFSExplorer shortcuts in ‘All users’
    instead of the user-specific start menu directory.
  • Bugfix: Windows uninstaller didn’t clean up files in newly added directories.
  • Many other small fixes. See the git log for more info:
    https://github.com/unsound/hfsexplorer/releases/tag/hfsexplorer-0.23

HFSExplorer 0.22.1+ (snapshot 2015-12-02)

hfsexplorer.nsi: Added 'bin' directory to directories to uninstall.

Also sorted list of directories to uninstall.

HFSExplorer 0.22.1+ (snapshot 2015-09-25)

ForkFilter.java: Fix issue when reading files with multiple extents.

We did not properly seek to the correct location after moving to a new
extent, meaning that the wrong data was returned.

HFSExplorer 0.22.1+ (snapshot 2015-09-08)

Fix issue with UDIF files having non-ASCII characters in their XML data.

hfsx_dmglib.jar was updated to include the following commit (and its
ancestors):
========================================================================
CharByCharReader.java: Fix incorrect buffer size for decoding.

If for example UTF-8 is used, then non-ASCII characters would lead to an
exception when decoding because of incorrect length of input buffer.

The buffer length should be based on maximum bytes per char, not maximum
chars per byte. Big difference. The solution is to create a temporary
encoder for the charset when creating the CharByCharReader just to get
the maxBytesPerChar() value, and use this value for the array length of
tempBuffer.
========================================================================

HFSExplorer 0.22.1+ (snapshot 2015-09-07)

Fix support for UDIF images larger than 2 GiB.

Opening UDIF images larger than 2 GiB caused an overflow in
UDIFBlockInputStream in the .dmg library. This was fixed by updating
hfs_dmglib.jar to include the following commit (and its ancestors):
========================================================================
UDIFBlockInputStream.java: Fix overflow in zero/copy block skip methods.

When skipping data beyond the 2^31-1 byte mark, the skip methods for
zero blocks and copy blocks experienced an 'int' overflow causing
negative values to be added to the position (which should never happen
in a skip method).

Fixed by removing the cast to 'int' carried over from its overridden
method. Also added some checks to make sure that we catch such internal
inconsistencies if anything similar comes up in the future.
========================================================================

by Erik Larsson

A file system directory explorer

Operating system: Windows

Publisher:
Erik Larsson

Release : HFSExplorer 0.23.1

Antivirus check: passed

Report a Problem

HFSExplorer is ideal for users looking to work with disk images and Mac-formatted hard disks. It allows the user to work with and read file systems such as HFS (Standard OS for Macs), as well as HFSX, HFS+, and others. It lets users browse through and search Mac volumes and directories for specific files and directories. It allows the user to extract data and then copy them to a hard disk drive. It also allows users to view detailed information and other information pertaining to various chosen directories and volumes.

HFSExplorer allows users to read different disk images such as .dmg, Zlib, AES-128, AES-256, and other encrypted files. It also allows users to work with various partition schemes and other records, such as the Master Boot Record, Apple Partition Map, and GUID Partition Table. This software is essential for those working with intel and other fields, such as users working with Intel Mac, which is running Windows and also Boot Camp. It is essential for accessing specific files and directories on the Mac OS x hard drive.

HFSExplorer is very diverse in the different file system that it works with, and lets users work specifically with different aspects of their directories. It is very simple and easy to use, equipped with an elegant interface that does not take long to learn how to maneuver. I would highly recommend that all users working with these OS systems look into this program as a very reliable file explorer and one for partitioning. It works with Mac-formatted disks and other disk images, meaning that it applies to many users who are looking for this sort of program.

Allows browsing directories and locating specific files, as well as partitioning

Features:

  • Work with disk images and Mac-formatted hard disks.
  • It allows the user to work with a variety of directories.
  • View detailed information and other information.
  • Simple and user-friendly interface.


— Operating System: Windows or Linux
— Java Runtime Environment 1.6 or greater
— Support for HFS, HFS+, HFSX formats
— Hard Disk Drive space for data extraction


Supports reading Mac-formatted hard disks, CD-ROMs, and various file types.


Free, open-source software with regular updates.


User-friendly interface with detailed help instructions.


Can be quite tricky to install and set up.


Only supports read-only functionality of HFS+ file system.


Lacks support for older file systems like HFS standard.

👨‍💻️ USER REVIEWS AND COMMENTS 💬

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Angus Z.


HFSExplorer is a free, cross-platform application that can read Mac-formatted hard drives and disk images. It can access the file systems HFS, HFS+, and HFSX, as well as the partition schemes Master Boot Record, GUID Partition Table, and Apple Partition Map. It can read and extract files from the disk images, create disk images, repair volumes, and more.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Robert V.


I have used HFSExplorer software for a few months now. The software has been quite useful for me, as it allows me to access data stored on Mac-formatted hard drives. I find the interface to be quite intuitive and simple to use. I appreciate its drag-and-drop functionality, which allows me to quickly move files between my PC and the Mac-formatted drive. I also like the fact that it can be used to create disk images. The software has proved to be very stable and hasn’t crashed on me. Overall, I’m satisfied with my experience with HFSExplorer.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Andrew J.


HFSExplorer is a great and handy software. I have been using it for some time now and it has made my life much easier. It’s very reliable and offers a lot of features that make managing files on Mac and other systems very easy. The user interface is quite intuitive and the navigation is quite smooth. The only downside is that it’s a bit slow at times.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Luke Palazzi


This software allows users to explore Mac-formatted disks and disk images on a Windows computer. It supports reading and extracting files from HFS+, HFSX, and HFS file systems. Additionally, it can view and extract files from DMG disk images.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Leon


HFSExplorer is a tool that allows users to access Apple-formatted HDD and disk images on Windows. Its key feature is its ability to read Mac-formatted hard drives directly on a PC, making it an essential utility for individuals using both operating systems. Moreover, it can execute extraction of DMG files and treatments of file systems such as HFS, HFS+ and HFSX.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Jack


Allows easy access to Mac-formatted hard drives on Windows.

image/svg+xmlBotttsPablo Stanleyhttps://bottts.com/Florian Körner


Connor


Efficient for accessing Mac-formatted drives on Windows.

Software to access to virtual Windows applications and desktops.

A data backup software tool which offers simple, one-click backup protection for frequently updated data files

Scan and recover files, keeping intact the folder hiearchy and filenames

It is a unique software library tool for programming

Disk maintenance and defragging utility for Windows

Application for reading Mac hard drives

As you will already know, the files systems used on Windows and on Mac are different, which is why you can’t read a macOS hard drive on a PC and vice-versa. Or at least not natively, but if you have the right tool it is possible: HFSExplorer allows you to read Mac hard-drive content on a PC.

A tool for reading HFS drives on Windows

Mac uses an HFS, HFS+ OR HFSX file system and this program can read it, so if you have an external hard drive you will be able to easily connect it to your computer and browse all of its content (this doesn’t mean that you are going to be able to run a Mac application on Windows). It offers a file browser which allows you to extract content, see detailed information on the volume and create drive images. Meanwhile, this program allows you to read most of the drive images created on a Mac, including compressed or encrypted images.

But its functions don’t stop at hard drives. As we mentioned earlier, it also compatible with HFS+, the file system used by Apple devices like iPod. So, from Windows you will be able to easily read its content.

Elies Guzmán

With a degree in History, and later, in Documentation, I have over a decade of experience testing and writing about apps: reviews, guides, articles, news, tricks, and more. They have been countless, especially on Android, an operating system…

HFSExplorer for Windows 10 PC/laptop – Free download HFSExplorer latest official version for Windows XP / Vista / Windows 7 / Windows 8. Now, this app is available for Windows PC users. HFSExplorer is one of the most popular File Transfer and Networking apps worldwide!

Allows you to browse your Mac volumes with a graphical file system browser!

Table of Contents

HFSExplorer Latest Version Overview

HFSExplorer is one of the most popular File Transfer and Networking alongside ConnectWise, Tribler, and wtfast. This app has its advantages compared to other File Transfer and Networking applications. HFSExplorer is lightweight and easy to use, simple for beginners and powerful for professionals. HFSExplorer application is free to download and offers easy-to-install, easy-to-use, secure, and reliable File Transfer and Networking applications.

HFSExplorer is a very fast, small, compact and innovative Open Source File Transfer and Networking for Windows PC. It is designed to be uncomplicated for beginners and powerful for professionals. This app has unique and interesting features, unlike some other File Transfer and Networking apps. HFSExplorer works with most Windows Operating System, including Windows XP / Vista / Windows 7 / Windows 8.

Although there are many popular File Transfer and Networking software, most people download and install the Open Source version. However, don’t forget to update the programs periodically. You can get HFSExplorer free and download its latest version for Windows XP / Vista / Windows 7 / Windows 8 PC from below.

HFSExplorer Technical Details

It’s better to know the app’s technical details and to have a knowledge background about the app. Therefore, you can find out if HFSExplorer will work on your Windows device or not.

App Name: HFSExplorer
Developer: Erik Larsson
Version: HFSExplorer 0.23.1
Updated: January, 18th 2020
Category File Transfer and Networking
File Size: 1.63 MB
File Type: EXE file
Requirement: PC/laptop/tablet running Windows
(Windows XP / Vista / Windows 7 / Windows 8)
License: Open Source

Download HFSExplorer for Windows 10 (64/32-bit) PC/laptop

Download HFSExplorer (latest version) free for Windows 10 (64-bit and 32-bit) PC/laptop/tablet. Safe Download and Install from the official link!

HFSExplorer 64-bit and 32-bit download features:

  • HFSExplorer direct, free and safe download
  • Latest version update
  • Compatible with Windows 10 64-bit and 32-bit
  • Download HFSExplorer for your PC or laptop

HFSExplorer Setup Installer

Download & install the latest offline installer version of HFSExplorer for Windows PC / laptop. It works with both 32-bit & 64-bit versions of Windows XP / Vista / Windows 7 / Windows 8.

✔ Free & Safe Download for Windows PC/laptop – 1.63 MB

Safety (Virus) Test:
✔ Tested and is 100% Safe to download and install on your Windows XP / Vista / Windows 7 / Windows 8 device (PC/laptop/tablet).

What is New in the HFSExplorer Latest Version?

✓ Compatibilities improvement for new Windows update.
✓ Fixes bugs.

How to download and install HFSExplorer for Windows 10 PC/laptop

Now let’s just move to the next section to share the steps you have to follow to download HFSExplorer for Windows PC. So here we go:

  1. Download the HFSExplorer installer file from the link above.
  2. Save the downloaded file to your computer.
  3. Double-click on the downloaded HFSExplorer installer file.
  4. Now, a smart screen might appear and ask for a confirmation.
  5. Click “Yes” to confirm.
  6. Finally, follow the installation instructions until you get a confirmation notification of a successful installation process.

So those are all the processes that you have to follow to download HFSExplorer for Windows PC. Then let’s go on to the next section where we will discuss HFSExplorer itself. So you can understand the application and its features. So here we go:

Top Features of HFSExplorer for Windows PC

HFSExplorer is a File Transfer and Networking application like Ping Monitor, Zapya, and Puppet from Erik Larsson. It has a simple and basic user interface, and most importantly, it is free to download. HFSExplorer is an efficient software that is recommended by many Windows PC users.

This application’s primary functions are comprehensive and go beyond the features offered by others that can be considered as its rivals.

  • HFSExplorer for PC – fast, reliable, and robust by Erik Larsson.
  • HFSExplorer Free & Safe Download.
  • HFSExplorer latest version for the best experience.
  • It works/compatible with almost all Windows versions, including Windows XP / Vista / Windows 7 / Windows 8.
  • Free of Cost!
  • User-friendly Interface.
  • Easy to Use.
  • Privacy and Security!
  • Lightweight and consume low resources.
  • Best for File Transfer and Networking application.
  • PC User’s choice!

How to uninstall HFSExplorer in Windows PC?

Uninstall HFSExplorer in Windows 10

Steps to uninstall HFSExplorer in Windows 10 / Windows 8 / Windows 7 / Windows Vista

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then select Programs.
  3. Under Programs, click the Uninstall a Program.
  4. Select HFSExplorer and then right-click, select Uninstall/Change.
  5. Then click Yes to confirm the HFSExplorer uninstallation process.

Steps to uninstall HFSExplorer in Windows XP

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then select Add or Remove Programs icon.
  3. Select the HFSExplorer and then click Remove/Uninstall.
  4. Then click Yes to confirm the HFSExplorer uninstallation process.
Uninstall HFSExplorer in Windows XP

Steps to uninstall HFSExplorer in Windows 95, 98, Me, NT, 2000

  1. Click the Windows Start menu.
  2. Locate and select the Control Panel menu, then double-click the Add/Remove Programs icon.
  3. Select the HFSExplorer and then right-click, select Uninstall/Change.
  4. Then click Yes to confirm the HFSExplorer uninstallation process.

Best HFSExplorer Alternative Apps for Windows

Isn’t HFSExplorer what you were looking for? We prepared a list of alternatives below!

  1. ConnectWise
  2. Tribler
  3. wtfast
  4. ZOOM Uploader
  5. Packet Tracer

ConnectWise, Tribler, and wtfast is the strong competitor of HFSExplorer. Otherwise, ZOOM Uploader and Packet Tracer also quite good as the alternative of this software. There are also other similar apps such as Puppet, Zapya, and Ping Monitor that also need to try if you want to find the best alternative of HFSExplorer.

In Conclusion

The HFSExplorer for Windows PC is unquestionably the best File Transfer and Networking that you can find nowadays. It also is the most reliable when it comes to performance and stability. You can find that out for yourself. That is why a lot of PC users recommend this app.

Get superb and impressive experience using this HFSExplorer application developed by Erik Larsson. HFSExplorer nowadays are already getting better each time.

If you have some questions related to this app, feel free to leave your queries in the comment section. Or you can share with us your experience when using this HFSExplorer on your Windows 10 PC. And if you know other people who want to experience HFSExplorer for Windows PC, you can share this article to help them. Enjoy using HFSExplorer for Windows PC.

Find other interesting articles that will help you how to download ConnectWise for Windows 10 PC, install Tribler for Windows 10, wtfast review, or about best ZOOM Uploader alternative apps for Windows 10.

HFSExplorer FAQ (Frequently Asked Questions)

Q: What is HFSExplorer for PC?
A: For more information about this app, please go to the developer link on the above of this page.

Q: How do I access the free HFSExplorer download for Windows PC?
A: It is easy! Just click the free HFSExplorer download button in the above of this page. Clicking the download button will start the installer to download HFSExplorer free for a PC/laptop.

Q: Is HFSExplorer free? If not, how much does it price to download this app?
A: Absolutely no cost! You can download this app from official websites for free by this website—any extra details about the license you can found on the owner’s websites.

Q: Is this HFSExplorer will typically run on any Windows?
A: Yes! The HFSExplorer for PC will typically work on most recent Windows operating systems, including Windows XP / Vista / Windows 7 / Windows 8 64-bit and 32-bit.

Q: What’s the importance of downloading the latest version of HFSExplorer?
A: We recommend downloading the latest version of HFSExplorer because it has the most recent updates, which improves the quality of the application.

Q: What’s the difference between 64-bit and 32-bit versions of HFSExplorer?
A: The HFSExplorer 64-bit version was specially designed for 64-bit Windows Operating Systems and performed much better on those. The HFSExplorer 32-bit version was initially intended for 32-bit Windows Operating Systems, but it can also run on 64-bit Windows Operating Systems.

Disclaimer

HFSExplorer is an application that builds by Erik Larsson. All trademarks, product names, company names, and logos mentioned here are their respective owners’ property. This site (autotechint.com) is not affiliated with them directly. All information about applications, programs, or games on this website has been found in open sources on the Internet.

We don’t host or store HFSExplorer on our servers. Downloads are done through the Official Site. We are firmly against piracy, and we do not support any sign of piracy. If you think that the application you own the copyrights is listed on our website and want to remove it, please contact us.

We are always compliant with DMCA regulations and respect the application owners. We are happy to work with you. Please find the DMCA / Removal Request page below.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Как поставить игру в исключения брандмауэра windows 10
  • Как узнать полное название материнской платы windows 10
  • Webp to jpeg в windows
  • 0x80070426 код ошибки как исправить windows 10
  • Windows обновить переменные окружения