#597 closed enhancement (fixed)
Native mkfs for ext4 filesystem
Reported by: | Jiri Svoboda | Owned by: | Jiri Svoboda |
---|---|---|---|
Priority: | major | Milestone: | 0.8.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: | #733 |
Description
Create a native utility for creating ext4 filesystems. Presumably the core of the functionality would be in libext4. Without this HelenOS installer cannot create ext4-typed initial ram disk nor root filesystem.
Change History (8)
comment:1 by , 7 years ago
Milestone: | 0.7.1 |
---|
comment:2 by , 6 years ago
comment:3 by , 6 years ago
See also: | → #733 |
---|
comment:4 by , 6 years ago
Currently sysinst creates a MINIX file system. The problem with this is the MINIX file system does not contain any instance identifier (e.g. GUID or serial number) nor a volume label, making it difficult for Volume server to identify it. FAT is slow, hence ext4 is the only viable choice.
comment:7 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in commit 21751785b96d50c71310a8d9b941dda5399bd88a and aab85d90491f3f45f389ff54ed1149c7ec03a816
comment:8 by , 6 years ago
Milestone: | → 0.8.0 |
---|
Note:
See TracTickets
for help on using tickets.
This should be integrated with libfdisk.