-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mke2fs is actually maintained and generated more modern filesystems. And it can create filesystems that support timestamps beyond 2038. Signed-off-by: Michael Olbrich <[email protected]>
- Loading branch information
1 parent
d97c672
commit dec630a
Showing
5 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
image test.ext2 { | ||
ext2 { | ||
label = "ext2test" | ||
use-mke2fs = false | ||
fs-timestamp = "20000101000000" | ||
} | ||
size = 4M | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
image test.ext2 { | ||
ext2 { | ||
label = "ext2test" | ||
use-mke2fs = false | ||
fs-timestamp = "20000101000000" | ||
} | ||
size = 100% | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
image test.ext3 { | ||
ext3 { | ||
label = "ext3test" | ||
use-mke2fs = false | ||
fs-timestamp = "20000101000000" | ||
} | ||
size = 4M | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters