oe7drt-website/content/posts/2020/7-mountint-ext4-filesystem-on-macos-readonly/index.md
Dominic Reich e8393d95a3
update posts aliases; fix some dates; fix some typography
- post aliases instead of redirects
 - some dates were wrong, fixed and create multiple aliases to not brake the old date
 - fix some typography like newlines on end of file
2023-11-18 23:01:27 +01:00

706 B

title aliases summary categories tags date
Mountint Ext4 Filesystem On MacOS Readonly /posts/2020-02-22-mountint-ext4-filesystem-on-macos-readonly An overview of how to mount your Pi-Star sdcard on a mac machine.
computerstuff
pistar
macos
2020-02-22T09:33:44+01:00
Installing the needed tools
$ brew cask install osxfuse
$ brew install ext4fuse
Mount the disk on your filesystem
$ ext4fuse /dev/disk2s2 pi-star
Users, groups, write permissions, &c

If you feel that you have to add yourself to another usergroup, then do that as the following code suggests:

$ sudo dseditgroup -o edit -a $username -t user $groupname