Skip to content

build: fix mkfs.ext4 invocation - #11

Merged
josephlr merged 1 commit into
google:masterfrom
andred:master
Oct 23, 2017
Merged

build: fix mkfs.ext4 invocation#11
josephlr merged 1 commit into
google:masterfrom
andred:master

Conversation

@andred

@andred andred commented Oct 23, 2017

Copy link
Copy Markdown
Contributor

This currently fails with:
mkfs.ext4: invalid blocks '-F' on device 'fscryptctl_image'

The reason is that that the argument after the device name
is treated as the file system size.

Move -F in the command line to make it work.

Signed-off-by: André Draszik git@andred.net

This currently fails with:
  mkfs.ext4: invalid blocks '-F' on device 'fscryptctl_image'

The reason is that that the argument after the device name
is treated as the file system size.

Move -F in the command line to make it work.

Signed-off-by: André Draszik <git@andred.net>
@josephlr

Copy link
Copy Markdown
Member

Looks like changing the arguments order didn't break Travis, so LGTM.

@andred, what version of e2fsprogs were you using? I wasn't able to get the old version to break.

@josephlr
josephlr merged commit 1423268 into google:master Oct 23, 2017
@andred

andred commented Oct 24, 2017

Copy link
Copy Markdown
Contributor Author

Thanks.

@josephlr This was using v1.43.4 of e2fsprogs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants