Reply To: AntiX 26 – live-USB Maker Error

Forum › Forums › New users › New Users and General Questions › AntiX 26 – live-USB Maker Error › Reply To: AntiX 26 – live-USB Maker Error

#204751
valera
Member

    Hey guys! Explain to me why I had this error in respin with utf-8 encoding on cores newer than 6.18 – 6.19 and 7. What has changed? I solved the problem by changing the mount parameters in live-usb-maker. But what’s the matter?

    valera@mxd:~
    $ sudo dmesg | tail -30 | grep -i "sdc\|vfat\|fat\|error"
    [   87.473332] exFAT-fs (sdc1): invalid fs_name
    [   87.473334] exFAT-fs (sdc1): failed to read boot sector
    [   87.473335] exFAT-fs (sdc1): failed to recognize exfat type
    [   87.475221] XFS (sdc3): Invalid superblock magic number
    [   87.478389] FAT-fs (sdc1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
    [   87.505264] FAT-fs (sdc1): IO charset utf8 not found
    [   87.593743] F2FS-fs (sdc3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
    [   87.593746] F2FS-fs (sdc3): Can't find valid F2FS filesystem in 1th superblock
    [   89.540837] F2FS-fs (sdc3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
    [   89.540841] F2FS-fs (sdc3): Can't find valid F2FS filesystem in 2th superblock
    [   93.403840] F2FS-fs (sdc3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
    [   93.403845] F2FS-fs (sdc3): Can't find valid F2FS filesystem in 1th superblock
    [   97.287899] F2FS-fs (sdc3): Magic Mismatch, valid(0xf2f52010) - read(0x0)
    [   97.287902] F2FS-fs (sdc3): Can't find valid F2FS filesystem in 2th superblock
    [  137.499683] F2FS-fs (sdc2): Magic Mismatch, valid(0xf2f52010) - read(0x1b6480)
    [  137.499687] F2FS-fs (sdc2): Can't find valid F2FS filesystem in 1th superblock
    [  137.499688] F2FS-fs (sdc2): Magic Mismatch, valid(0xf2f52010) - read(0x100000)
    [  137.499689] F2FS-fs (sdc2): Can't find valid F2FS filesystem in 2th superblock
    [  137.927092] udevd[388]: worker [3840] /devices/pci0000:00/0000:00:02.1/0000:04:00.0/usb1/1-3/1-3:1.0/host6/target6:0:0/6:0:0:0/block/sdc/sdc2 is taking a long time
    [  151.090948] F2FS-fs (sdc2): Magic Mismatch, valid(0xf2f52010) - read(0x1b6480)
    [  151.090952] F2FS-fs (sdc2): Can't find valid F2FS filesystem in 1th superblock
    [  151.090954] F2FS-fs (sdc2): Magic Mismatch, valid(0xf2f52010) - read(0x100000)
    [  151.090955] F2FS-fs (sdc2): Can't find valid F2FS filesystem in 2th superblock
    [  161.901043] EXT4-fs (sdc2): mounted filesystem f504a13d-5764-42e6-b540-5dbd289da7d4 r/w with ordered data mode. Quota mode: none.
    [  162.058899] FAT-fs (sdc3): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
    [  162.061459] FAT-fs (sdc3): IO charset utf8 not found
    [  162.096563] EXT4-fs (sdc2): unmounting filesystem f504a13d-5764-42e6-b540-5dbd289da7d4.
    valera@mxd:~
    $ sudo cat /proc/kallsyms | grep -i "nls.*utf" | head -10
    ffffffffa0b86430 t __pfx_exfat_nls_to_utf16	[exfat]
    ffffffffa0b86440 t exfat_nls_to_utf16	[exfat]
    ffffffffa0731020 b identity	[nls_utf8]
    ffffffffa0731120 d table	[nls_utf8]
    ffffffffa0423010 t char2uni	[nls_utf8]
    ffffffffa0423090 t uni2char	[nls_utf8]
    ffffffffa04230e0 t exit_nls_utf8	[nls_utf8]
    ffffffffa0731160 d __UNIQUE_ID_addressable_cleanup_module_315	[nls_utf8]
    ffffffffa0423000 t __pfx_char2uni	[nls_utf8]
    ffffffffa0423080 t __pfx_uni2char	[nls_utf8]
    valera@mxd:~
    • This reply was modified 4 months, 1 week ago by valera.