Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # https://apple.stackexchange.com/a/162076
- ➜ ~ brew cask install osxfuse
- ➜ ~ brew install ext4fuse
- ➜ ~ diskutil list
- /dev/disk0 (internal):
- #: TYPE NAME SIZE IDENTIFIER
- 0: GUID_partition_scheme 500.3 GB disk0
- 1: EFI EFI 314.6 MB disk0s1
- 2: Apple_APFS Container disk1 500.0 GB disk0s2
- /dev/disk1 (synthesized):
- #: TYPE NAME SIZE IDENTIFIER
- 0: APFS Container Scheme - +500.0 GB disk1
- Physical Store disk0s2
- 1: APFS Volume Macintosh HD 230.6 GB disk1s1
- 2: APFS Volume Preboot 46.2 MB disk1s2
- 3: APFS Volume Recovery 510.4 MB disk1s3
- 4: APFS Volume VM 6.4 GB disk1s4
- /dev/disk2 (external, physical):
- #: TYPE NAME SIZE IDENTIFIER
- 0: GUID_partition_scheme *4.0 TB disk2
- 1: Linux Filesystem 4.0 TB disk2s1
- ➜ ~ sudo ext4fuse /dev/disk2s1 ~/tmp/Elements4TB -o allow_other
- ➜ ~
Add Comment
Please, Sign In to add comment