All Projects → zzh8829 → exfat_clean

zzh8829 / exfat_clean

Licence: other
Clean Dirty EXFAT Partition on macOS

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to exfat clean

jsonrepair
Repair invalid JSON documents
Stars: ✭ 48 (+77.78%)
Mutual labels:  repair
hbase-meta-repair
Repair hbase metadata table from hdfs.
Stars: ✭ 36 (+33.33%)
Mutual labels:  repair
winsys
STATUS: DEVELOPMENT PAUSED ⏸️ - Configure your Windows
Stars: ✭ 56 (+107.41%)
Mutual labels:  repair
FartRepair
fart修复脚本
Stars: ✭ 43 (+59.26%)
Mutual labels:  repair
pyggi
Python General Framework for Genetic Improvement [Version 2]
Stars: ✭ 24 (-11.11%)
Mutual labels:  repair
exfatprogs
exFAT filesystem userspace utilities
Stars: ✭ 26 (-3.7%)
Mutual labels:  exfat
icicle-chart
A partition / icicle interactive chart web component for visualizing hierarchical data
Stars: ✭ 27 (+0%)
Mutual labels:  partition
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (+25.93%)
Mutual labels:  repair
ecchronos
Ericsson distributed repair scheduler for Apache Cassandra
Stars: ✭ 22 (-18.52%)
Mutual labels:  repair
EnhanceDiskUtility
SIMBL plugin for Disk Utility that aims to enable Verify / Repair Permissions support
Stars: ✭ 17 (-37.04%)
Mutual labels:  repair
pern-stack-auth
📋 Repair. PERN stack todo app with jwt user authentication
Stars: ✭ 17 (-37.04%)
Mutual labels:  repair
pdf-scripts
📑 Scripts to repair, verify, OCR, compress, wrangle, crop (etc.) PDFs
Stars: ✭ 33 (+22.22%)
Mutual labels:  repair
GI
Sequitur and RePair grammar induction algorithms implementation
Stars: ✭ 20 (-25.93%)
Mutual labels:  repair
Logi Kafkamanager
一站式Apache Kafka集群指标监控与运维管控平台
Stars: ✭ 3,280 (+12048.15%)
Mutual labels:  partition
Kafka Monitor
Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.
Stars: ✭ 1,817 (+6629.63%)
Mutual labels:  partition
kafkactl
CLI for Apache Kafka Management -
Stars: ✭ 78 (+188.89%)
Mutual labels:  partition
ring-election
A node js library with a distributed leader/follower algorithm ready to be used
Stars: ✭ 92 (+240.74%)
Mutual labels:  partition
Arduino RT-Thread
RT-Thread library optimized for Arduino.
Stars: ✭ 38 (+40.74%)
Mutual labels:  exfat

Clean Dirty ExFAT Partition

macOS has a very dumb ExFAT driver compare to the one on Windows. The mac driver currupts ExFAT formatted portatable drive very often and take forever to repair. Bootcamp into Windows was my only option to clean currpted ExFAT hard drive. Now with exfat_clean you can solve this in under 1 second :)

WARNING

This may result in data loss, only use it if you are 100% sure the driver is being dumb and the hard drive is not actually corrupted.

How to use

  1. Find out your hard drive's ID
$ diskutil list
... (skipped)
/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *1.0 TB     disk2
   1:               Windows_NTFS Portable Drive          1.0 TB     disk2s1
  1. Now fix it
$ ./exfat_clean /dev/rdisk2s1

Note we are using the raw disk id for the partition rdisk2s1

How does this work

Long story short in the ExFAT partition header there is a bit called dirty bit. This program changes dirty bit to clean so the system assume the drive is already repaired (it was never broken to began with)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].