Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2021 06:17:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257960] mkimg: partition 1: No such file or directory when using a ":" in the file name
Message-ID:  <bug-257960-227-CJMc1Chy1g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257960-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257960-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257960

--- Comment #2 from Franco Fichtner <franco@opnsense.org> ---
Sorry, was in a hurry yesterday:

# touch th:is
# mkimg -s gpt -o out:ok -p freebsd-ufs:=3Dth:is
mkimg: partition 1: No such file or directory

There's two possible workarounds at the moment: use relative paths if the
directory contains a colon or use a symbolic link if the file name contains=
 it.

If you do

# touch th

and run the prior command you can see that it does find the file now and fa=
ils
with

mkimg: writing metadata: Device not configured

as expected.


Cheers,
Franco

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257960-227-CJMc1Chy1g>