[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: EXT4-fs (nbd0): VFS: Can't find ext4 filesystem



> Am Montag, den 08.01.2018, 07:22 +0000 schrieb Schöne, Christian:
> You most likely need to add the ext4 module for initrd.
> 
> (/etc/mkinitcpio.conf MODULES="ext4" on Arch Linux)
> 
> Christian

Hi, I edited /etc/mkinitcpio.conf (stripped the comments)

MODULES=(ext4)
BINARIES=()
FILES=()
HOOKS=(base udev modconf block filesystems keyboard net nbd fsck)

But no success

[    2.774219] EXT4-fs (nbd0): VFS: Can't find ext4 filesystem
mount: /new_root: wrong fs type, bad option, bad superblock on /dev/nbd0,
missing codepage or helper program, or other error.
You are now being dropped into an emergency shell.
sh: can't access tty; job control turned off
[rootfs ]# lsmod
Module                  Size  Used by
nbd                    40960  2
ata_generic            16384  0
pata_acpi              16384  0
virtio_balloon         20480  0
uhci_hcd               49152  0
virtio_console         36864  0
ata_piix               36864  0
ehci_pci               16384  0
ehci_hcd               94208  1 ehci_pci
8139too                40960  0
libata                274432  3 ata_piix,ata_generic,pata_acpi
usbcore               282624  3 ehci_hcd,uhci_hcd,ehci_pci
virtio_pci             28672  0
virtio_ring            28672  3 virtio_balloon,virtio_console,virtio_pci
8139cp                 32768  0
usb_common             16384  1 usbcore
virtio                 16384  3 virtio_balloon,virtio_console,virtio_pci
mii                    16384  2 8139cp,8139too
scsi_mod              204800  1 libata
ext4                  720896  0
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  122880  1 ext4
fscrypto               32768  1 ext4

Ext4 is loaded but still no mounting.


Reply to: