Opened 6 years ago
Closed 6 years ago
#745 closed enhancement (fixed)
mkext4 should support other block sizes than 1 kB
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: |
Description
Currently we can only create ext4 (ext2) file systems with 1 kB block size. Sysinst used to use MINIX file system with 4 kB block size and going to 1 kB blocks decreased installation performance. Improve mkext4 to allow creating other block sizes and use 4 kB for HelenOS installation (and perhaps by default).
Change History (5)
comment:1 by , 6 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 6 years ago
Milestone: | 0.8.0 |
---|
comment:3 by , 6 years ago
Milestone: | → 0.8.0 |
---|
comment:4 by , 6 years ago
comment:5 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in 3c8b0a8a677ff6f5ef9864930b02e6aa7dcb0cc6. Default block size was changed to 4k in 4bb4cf88f506ddc6012f655a28835fe8872e9f71.
Note:
See TracTickets
for help on using tickets.
PR 143 implements this.