NLinker

Mount ext4 fs under MacOS

Sep 7th, 2020 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # https://apple.stackexchange.com/a/162076
  2.  
  3. ➜ ~ brew cask install osxfuse
  4. ➜ ~ brew install ext4fuse
  5.  
  6.  
  7. ➜ ~ diskutil list
  8. /dev/disk0 (internal):
  9. #: TYPE NAME SIZE IDENTIFIER
  10. 0: GUID_partition_scheme 500.3 GB disk0
  11. 1: EFI EFI 314.6 MB disk0s1
  12. 2: Apple_APFS Container disk1 500.0 GB disk0s2
  13.  
  14. /dev/disk1 (synthesized):
  15. #: TYPE NAME SIZE IDENTIFIER
  16. 0: APFS Container Scheme - +500.0 GB disk1
  17. Physical Store disk0s2
  18. 1: APFS Volume Macintosh HD 230.6 GB disk1s1
  19. 2: APFS Volume Preboot 46.2 MB disk1s2
  20. 3: APFS Volume Recovery 510.4 MB disk1s3
  21. 4: APFS Volume VM 6.4 GB disk1s4
  22.  
  23. /dev/disk2 (external, physical):
  24. #: TYPE NAME SIZE IDENTIFIER
  25. 0: GUID_partition_scheme *4.0 TB disk2
  26. 1: Linux Filesystem 4.0 TB disk2s1
  27.  
  28.  
  29. ➜ ~ sudo ext4fuse /dev/disk2s1 ~/tmp/Elements4TB -o allow_other
  30. ➜ ~
Add Comment
Please, Sign In to add comment