genext2fs creates revision 0 filesystems instead of revision 1

Bug #583317 reported by Martin Emrich
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
genext2fs (Ubuntu)
Invalid
Undecided
Ricardo Salveti

Bug Description

Binary package hint: genext2fs

I had a hard time finding out why extlinux (from the syslinux package) did not like the images I generate with genext2fs. I finally found out that genext2fs creates ext2 revision 0 filesystems (which seem to be deprecated since Linux 1.2 or so).

The only way I found to "upgrade" the FS to revision 1 is to run "tune2fs -j <image>" to add a journal, and then run "fsck.ext3 -f <image>" to set the revision level.

The problem can be verified using "tune2fs -l <image>", which prints out the revision number.

Martin Emrich (emme)
description: updated
Oliver Grawert (ogra)
Changed in genext2fs (Ubuntu):
status: New → Confirmed
Revision history for this message
Ricardo Salveti (rsalveti) wrote :

This is actually expected on the current genext2fs implementation. Currently it's declaring and filling only the required fields for revision 0.

For revision 1 filesystems we also have volume name, UUID and some other extra fields. This is listed to be implemented in the TODO file from genext2fs project, but I believe that will never be done, as running fsck to fix the values is much easier from a user perspective.

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

Marking this as Invalid as this is the default behavior of the software. Please reopen it if you don't agree with the solution.

Changed in genext2fs (Ubuntu):
assignee: nobody → Ricardo Salveti (rsalveti)
status: Confirmed → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.