Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokrazy/mkfs
gokrazy mkfs is a program to create an ext4 file system on the gokrazy perm partition
https://github.com/gokrazy/mkfs
file-system filesystem gokrazy golang
Last synced: 2 months ago
JSON representation
gokrazy mkfs is a program to create an ext4 file system on the gokrazy perm partition
- Host: GitHub
- URL: https://github.com/gokrazy/mkfs
- Owner: gokrazy
- License: bsd-3-clause
- Created: 2022-01-03T10:17:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T16:15:21.000Z (6 months ago)
- Last Synced: 2024-10-09T17:27:23.975Z (3 months ago)
- Topics: file-system, filesystem, gokrazy, golang
- Language: Go
- Homepage:
- Size: 10.7 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gokrazy mkfs
This program is intended to be run on gokrazy only, where it will create an ext4
file system on the perm partition and then reboot your system. If `/perm` is
already mounted, the program will exit without changing anything.The gokrazy mkfs program includes a static build of the `mke2fs` and `e2fsck`
programs from the `e2fsprogs` package.## Usage
You can either add this program to your gokrazy instance:
```
gok add github.com/gokrazy/mkfs
```…or, if you want to run it only once without otherwise including it in your
installation, you can use `gok run`:```
git clone https://github.com/gokrazy/mkfs
cd mkfs
gok -i bakery run
```