fedora 32

How To: APFS write support for Fedora

[box type=”info” align=”” class=”” width=”100%”]Note: This guide is based on the guide made by the developer available at https://github.com/sgan81/apfs-fuse, but that guide is for Ubuntu.[/box] Download dependencies: sudo dnf install fuse fuse-devel libicu-devel bzip2 bzip2-devel cmake clang git zlib-devel Clone from Github: git clone https://github.com/sgan81/apfs-fuse.git cd apfs-fuse git submodule init git submodule update Then build: […]

How To: APFS write support for Fedora Read More »

How To: get exFAT drive support for Fedora 32

[box type=”info” align=”” class=”” width=”100%”]Update: Fedora 33 includes support for exFAT! 🥳🎉[/box] In 2019 Microsoft opened up the the exFAT specifications, and while exFAT drive support should be coming to the Linux kernel soon and distributions like Ubuntu include support out-of-box, Fedora does not yet support exFAT drives without a couple of extra tools. To

How To: get exFAT drive support for Fedora 32 Read More »