All of lore.kernel.org
 help / color / mirror / Atom feed
* bcachefs fails to mount loop device on kernel
@ 2024-01-24 20:00 ` Petr Vorel
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Vorel @ 2024-01-24 20:00 UTC (permalink / raw)
  To: Kent Overstreet, Brian Foster; +Cc: linux-bcachefs, linux-kernel, ltp

Hi all,

bcachefs fails to mount loop device on kernel on both 6.7 and 6.8.0-rc1.
Is mounting loop even supported?

dd if=/dev/zero of=test_file bs=400M count=1
losetup /dev/loop0 test_file
mkfs.bcachefs /dev/loop0

mount -t bcachefs -o loop test_file /mnt
=> Unknown command /dev/loop0

modprobe bcachefs
mount -t bcachefs -o loop test_file /mnt
=> mount: /mnt: failed to setup loop device for test_file.

mount -t bcachefs test_file /mnt
=> Unknown command test_file

mount -t bcachefs -o loop /dev/loop0 /mnt
=> Unknown command /dev/loop1

mount -t bcachefs /dev/loop0 /mnt
=> Unknown command /dev/loop0

bcachefs mount /dev/loop0 /mnt
=> Unknown command mount

Thanks for info.

Kind regards,
Petr

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

end of thread, other threads:[~2024-01-31  9:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-24 20:00 bcachefs fails to mount loop device on kernel Petr Vorel
2024-01-24 20:00 ` [LTP] " Petr Vorel
2024-01-24 20:51 ` Thomas Bertschinger
2024-01-24 20:51   ` [LTP] " Thomas Bertschinger
2024-01-24 21:07   ` Petr Vorel
2024-01-24 21:07     ` [LTP] " Petr Vorel
2024-01-24 21:22     ` Kent Overstreet
2024-01-24 21:22       ` [LTP] " Kent Overstreet
2024-01-24 21:32       ` Petr Vorel
2024-01-24 21:32         ` [LTP] " Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.