public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [BUG] fsck unable to resolve filenames that include '='
@ 2022-08-02  8:21 Daniel Ng
  2022-08-03 14:31 ` Lukas Czerner
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Ng @ 2022-08-02  8:21 UTC (permalink / raw)
  To: linux-ext4; +Cc: Sarthak Kukreti

Hi,

I've run into an issue when trying to use fsck with an ext4 image when
it has '=' in its name.

Repro steps:
1. fallocate -l 1G test=.img
2. mkfs.ext4 test=.img
3. fsck test=.img

Response:
'fsck.ext4: Unable to resolve '<path>/test=.img'

Expected:
fsck to do it's thing.

Observations:
Originally I wasn't sure what the source was, I thought that maybe
mkfs wasn't creating the image appropriately.
However, I've tried:
- renaming the image
- creating a hard-link to the image

Running fsck on either the renamed image, or the hard-link, works as expected.

Kernel version: Linux version 4.19.251-13516-ga0bcf8d80077
Environment: Running on a Chromebook

Kind regards,
Daniel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-05  7:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02  8:21 [BUG] fsck unable to resolve filenames that include '=' Daniel Ng
2022-08-03 14:31 ` Lukas Czerner
2022-08-05  5:32   ` Daniel Ng
2022-08-05  7:38     ` Lukas Czerner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox