Check to see if the disk is recognised: #1807

Closed
opened 2026-02-28 00:55:05 -05:00 by deekerman · 6 comments
Owner

Originally created by @swaziguy on GitHub (Nov 4, 2020).

Check to see if the disk is recognised:

sudo dmesg -T
(possibly appears as /dev/sda)

lsusb

If the disk is indeed mounted, look in /media/pi/...

Here's an example from my own Pi, with a Samsung external HDD:

[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Write Protect is off
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Mode Sense: 28 00 00 00
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] No Caching mode page found
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Assuming drive cache: write through
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0
[Tue Oct 20 11:09:48 2020] sda: sda1
[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Attached SCSI disk

Originally posted by @Johnny-quattro in https://github.com/ccrisan/motioneye/issues/1898#issuecomment-712858201

Whe I ssh into the pi running motioneye and run the lsusb command I get nothing in return. I am confused but then again I probably do not understand Linux enough and aaam doing something totally wrong. Any assistance would be helpful. All I want to do it record motioneyes video to a locally mounted hard drive but the drive is not showing up in motioneyes. Does not seem to be mounting.

Originally created by @swaziguy on GitHub (Nov 4, 2020). Check to see if the disk is recognised: **_sudo dmesg -T_** (possibly appears as /dev/sda) **_lsusb_** If the disk is indeed mounted, look in **_/media/pi/..._** Here's an example from my own Pi, with a Samsung external HDD: **_[Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Write Protect is off [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Mode Sense: 28 00 00 00 [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] No Caching mode page found [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Assuming drive cache: write through [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0 [Tue Oct 20 11:09:48 2020] sda: sda1 [Tue Oct 20 11:09:48 2020] sd 0:0:0:0: [sda] Attached SCSI disk_** _Originally posted by @Johnny-quattro in https://github.com/ccrisan/motioneye/issues/1898#issuecomment-712858201_ Whe I ssh into the pi running motioneye and run the lsusb command I get nothing in return. I am confused but then again I probably do not understand Linux enough and aaam doing something totally wrong. Any assistance would be helpful. All I want to do it record motioneyes video to a locally mounted hard drive but the drive is not showing up in motioneyes. Does not seem to be mounting.
deekerman 2026-02-28 00:55:05 -05:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@Johnny-quattro commented on GitHub (Nov 5, 2020):

The key thing here is that the disk appears to not be recognised. If the HDD drive connected via USB is self-powered from the USB cable plugged into your Pi, your Raspberry Pi power adapter may not be able to supply enough current to power it correctly.

Output from 'sudo dmesg -T':

[Mon Oct 26 19:25:39 2020] Under-voltage detected! (0x00050005)
[Mon Oct 26 19:25:41 2020] usb 1-1.3: new high-speed USB device number 6 using dwc_otg
[Mon Oct 26 19:25:41 2020] usb 1-1.3: New USB device found, idVendor=04e8, idProduct=1f01, bcdDevice= 0.00
[Mon Oct 26 19:25:41 2020] usb 1-1.3: New USB device strings: Mfr=1, Product=11, SerialNumber=3
[Mon Oct 26 19:25:41 2020] usb 1-1.3: Product: Samsung S2 Portable
[Mon Oct 26 19:25:41 2020] usb 1-1.3: Manufacturer: JMicron
[Mon Oct 26 19:25:41 2020] usb 1-1.3: SerialNumber: 0000002CE09310500802
[Mon Oct 26 19:25:41 2020] usb-storage 1-1.3:1.0: USB Mass Storage device detected
[Mon Oct 26 19:25:41 2020] scsi host0: usb-storage 1-1.3:1.0
[Mon Oct 26 19:25:41 2020] usbcore: registered new interface driver uas
[Mon Oct 26 19:25:42 2020] scsi 0:0:0:0: Direct-Access Samsung S2 Portable PQ: 0 ANSI: 2 CCS
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Write Protect is off
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Mode Sense: 28 00 00 00
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] No Caching mode page found
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Assuming drive cache: write through
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0
[Mon Oct 26 19:25:42 2020] sda: sda1
[Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Attached SCSI disk
[Mon Oct 26 19:25:43 2020] Voltage normalised (0x00000000)

In my case, the disk is successfully mounted. I think I've got one of the older official Raspberry Pi power adapters, which I think may be 1.5A instead of 2A, and I think that may be the reason for my slight dip in voltage.

Output from 'lsusb':

Bus 001 Device 005: ID 1f4d:a803 G-Tek Electronics Group
Bus 001 Device 006: ID 04e8:1f01 Samsung Electronics Co., Ltd
Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Output from mount (mounted disks):

mount | grep media
/dev/sda1 on /media/pi/SAMSUNG-160GB type ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2)

I would also check the syslog for error messages:

less /var/log/syslog (use spacebar to display subsequent pages, use q to quit)

@Johnny-quattro commented on GitHub (Nov 5, 2020): The key thing here is that the disk appears to not be recognised. If the HDD drive connected via USB is self-powered from the USB cable plugged into your Pi, your Raspberry Pi power adapter may not be able to supply enough current to power it correctly. Output from 'sudo dmesg -T': **_[Mon Oct 26 19:25:39 2020] Under-voltage detected! (0x00050005)_** [Mon Oct 26 19:25:41 2020] usb 1-1.3: new high-speed USB device number 6 using dwc_otg [Mon Oct 26 19:25:41 2020] usb 1-1.3: New USB device found, idVendor=04e8, idProduct=1f01, bcdDevice= 0.00 [Mon Oct 26 19:25:41 2020] usb 1-1.3: New USB device strings: Mfr=1, Product=11, SerialNumber=3 [Mon Oct 26 19:25:41 2020] usb 1-1.3: Product: Samsung S2 Portable [Mon Oct 26 19:25:41 2020] usb 1-1.3: Manufacturer: JMicron [Mon Oct 26 19:25:41 2020] usb 1-1.3: SerialNumber: 0000002CE09310500802 [Mon Oct 26 19:25:41 2020] usb-storage 1-1.3:1.0: USB Mass Storage device detected [Mon Oct 26 19:25:41 2020] scsi host0: usb-storage 1-1.3:1.0 [Mon Oct 26 19:25:41 2020] usbcore: registered new interface driver uas [Mon Oct 26 19:25:42 2020] scsi 0:0:0:0: Direct-Access Samsung S2 Portable PQ: 0 ANSI: 2 CCS [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Write Protect is off [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Mode Sense: 28 00 00 00 [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] No Caching mode page found [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Assuming drive cache: write through [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: Attached scsi generic sg0 type 0 [Mon Oct 26 19:25:42 2020] sda: sda1 [Mon Oct 26 19:25:42 2020] sd 0:0:0:0: [sda] Attached SCSI disk **_[Mon Oct 26 19:25:43 2020] Voltage normalised (0x00000000)_** In my case, the disk is successfully mounted. I think I've got one of the older official Raspberry Pi power adapters, which I think may be 1.5A instead of 2A, and I think that may be the reason for my slight dip in voltage. Output from 'lsusb': Bus 001 Device 005: ID 1f4d:a803 G-Tek Electronics Group **_Bus 001 Device 006: ID 04e8:1f01 Samsung Electronics Co., Ltd_** Bus 001 Device 004: ID 046d:c534 Logitech, Inc. Unifying Receiver Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Output from mount (mounted disks): mount | grep media /dev/sda1 on /media/pi/SAMSUNG-160GB type ext4 (rw,nosuid,nodev,relatime,uhelper=udisks2) I would also check the syslog for error messages: less /var/log/syslog (use spacebar to display subsequent pages, use q to quit)
Author
Owner

@starbasessd commented on GitHub (Nov 5, 2020):

Depending on which OS you are running, you may try
lsusb -t [enter]
If the drive shows with dmesg command, but does not show anything else, it may not be partitioned or formatted.
Most Linux flavors will attempt to auto-mount if it's plugged in when you power up.
If you are using RaspberryPiOS, you can run
parted /dev/sda [enter]
print [enter]
And it'll give you info on the partitions if any.

@starbasessd commented on GitHub (Nov 5, 2020): Depending on which OS you are running, you may try lsusb -t [enter] If the drive shows with dmesg command, but does not show anything else, it may not be partitioned or formatted. Most Linux flavors will attempt to auto-mount if it's plugged in when you power up. If you are using RaspberryPiOS, you can run parted /dev/sda [enter] print [enter] And it'll give you info on the partitions if any.
Author
Owner

@swaziguy commented on GitHub (Nov 8, 2020):

This is what I am getting for an ssh prompt:

[root@Acacia_Farm_CCTV ~]# sudo demes =T
-sh: sudo: command not found
[root@Acacia_Farm_CCTV ~]# lsusb
[root@Acacia_Farm_CCTV ~]# lsusb -t
[root@Acacia_Farm_CCTV ~]# parted /dev/sda
-sh: parted: command not found
[root@Acacia_Farm_CCTV ~]# print
-sh: print: command not found
[root@Acacia_Farm_CCTV ~]#

@swaziguy commented on GitHub (Nov 8, 2020): This is what I am getting for an ssh prompt: [root@Acacia_Farm_CCTV ~]# sudo demes =T -sh: sudo: command not found [root@Acacia_Farm_CCTV ~]# lsusb [root@Acacia_Farm_CCTV ~]# lsusb -t [root@Acacia_Farm_CCTV ~]# parted /dev/sda -sh: parted: command not found [root@Acacia_Farm_CCTV ~]# print -sh: print: command not found [root@Acacia_Farm_CCTV ~]#
Author
Owner

@Johnny-quattro commented on GitHub (Nov 8, 2020):

If you are already root user, then you don't need to use sudo.
demes is not a command and options supplied use the -, not =
dmesg -T or dmesg should work
Since lsusb is not showing anything, it looks as though the Pi is not recognising the USB HDD. Try connecting to another device/PC to see if it actually works.

Full path to run the above commands (if your $PATH is not correct):

/usr/bin/lsusb
/bin/dmesg
/sbin/parted

@Johnny-quattro commented on GitHub (Nov 8, 2020): If you are already root user, then you don't need to use sudo. demes is not a command and options supplied use the -, not = dmesg -T or dmesg should work Since lsusb is not showing anything, it looks as though the Pi is not recognising the USB HDD. Try connecting to another device/PC to see if it actually works. Full path to run the above commands (if your $PATH is not correct): /usr/bin/lsusb /bin/dmesg /sbin/parted
Author
Owner

@swaziguy commented on GitHub (Nov 8, 2020):

OK not being a linux expert some of this is very confusing to me but from the little I know I think I am going to the proper path/

OK this is really long but this is what I am getting with each of those commands. And I did plug in another USB flash drive to the Pi before I did this:

[root@Acacia_Farm_CCTV bin]# /usr/bin/lsusb
[root@Acacia_Farm_CCTV bin]# /bin/dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.19.83-v7l (root@4bd0e8267adb) (gcc version 8.2.1 20180802 (GNU Toolchain for the A-profile Architecture 8.2-2018.11 (arm-rel-8.26))) #1 SMP Sat Jun 6 14:32:26 UTC 2020
[ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 64 MiB at 0x0000000034000000
[ 0.000000] On node 0 totalpages: 2048000
[ 0.000000] DMA zone: 1728 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 196608 pages, LIFO batch:63
[ 0.000000] HighMem zone: 1851392 pages, LIFO batch:63
[ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e0 with crng_init=0
[ 0.000000] percpu: Embedded 16 pages/cpu s36748 r8192 d20596 u65536
[ 0.000000] pcpu-alloc: s36748 r8192 d20596 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2046272
[ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:B4:61:24 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.fiq_fix_enable=1 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait ro rootflags=noload panic=10 quiet loglevel=1
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Memory: 8037356K/8192000K available (8192K kernel code, 689K rwdata, 2408K rodata, 2048K init, 848K bss, 89108K reserved, 65536K cma-reserved, 7340032K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (10208 kB)
.init : 0x(ptrval) - 0x(ptrval) (2048 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 690 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 849 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 28596 entries in 84 pages
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000017] Switching to timer-based delay loop, resolution 18ns
[ 0.000236] Console: colour dummy device 80x30
[ 0.000260] console [tty1] enabled
[ 0.000302] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000)
[ 0.000324] pid_max: default: 32768 minimum: 301
[ 0.000588] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000606] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.001365] CPU: Testing write buffer coherency: ok
[ 0.001766] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.002412] Setting up static identity map for 0x200000 - 0x20003c
[ 0.002569] rcu: Hierarchical SRCU implementation.
[ 0.003433] smp: Bringing up secondary CPUs ...
[ 0.004290] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.005280] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.006231] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.006366] smp: Brought up 1 node, 4 CPUs
[ 0.006378] SMP: Total of 4 processors activated (432.00 BogoMIPS).
[ 0.006388] CPU: All CPU(s) started in HYP mode.
[ 0.006397] CPU: Virtualization extensions available.
[ 0.007151] devtmpfs: initialized
[ 0.017619] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0
[ 0.017841] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.017861] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.019579] pinctrl core: initialized pinctrl subsystem
[ 0.020436] NET: Registered protocol family 16
[ 0.023489] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[ 0.024928] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.024938] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.025116] Serial: AMBA PL011 UART driver
[ 0.028018] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.063100] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
[ 0.065134] vgaarb: loaded
[ 0.065502] SCSI subsystem initialized
[ 0.065694] usbcore: registered new interface driver usbfs
[ 0.065745] usbcore: registered new interface driver hub
[ 0.065842] usbcore: registered new device driver usb
[ 0.080359] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-17 10:59, variant start
[ 0.090097] raspberrypi-firmware soc:firmware: Firmware hash is 21a15cb094f41c7506ad65d2cb9b29c550693057
[ 0.101647] clocksource: Switched to clocksource arch_sys_counter
[ 0.180812] VFS: Disk quotas dquot_6.6.0
[ 0.180898] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.181050] FS-Cache: Loaded
[ 0.181246] CacheFiles: Loaded
[ 0.190513] NET: Registered protocol family 2
[ 0.191278] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
[ 0.191302] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.191355] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.191420] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.191540] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.191567] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.191819] NET: Registered protocol family 1
[ 0.192362] RPC: Registered named UNIX socket transport module.
[ 0.192372] RPC: Registered udp transport module.
[ 0.192381] RPC: Registered tcp transport module.
[ 0.192390] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.192406] PCI: CLS 0 bytes, default 64
[ 0.194942] Initialise system trusted keyrings
[ 0.195109] workingset: timestamp_bits=14 max_order=21 bucket_order=7
[ 0.204126] FS-Cache: Netfs 'nfs' registered for caching
[ 0.204610] NFS: Registering the id_resolver key type
[ 0.204633] Key type id_resolver registered
[ 0.204643] Key type id_legacy registered
[ 0.204662] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.206959] Key type asymmetric registered
[ 0.206969] Asymmetric key parser 'x509' registered
[ 0.207079] bounce: pool size: 64 pages
[ 0.207118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.207273] io scheduler noop registered
[ 0.207283] io scheduler deadline registered
[ 0.207440] io scheduler cfq registered (default)
[ 0.207450] io scheduler mq-deadline registered
[ 0.207461] io scheduler kyber registered
[ 0.258308] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000
[ 0.258327] brcm-pcie fd500000.pcie: could not get clock
[ 0.258388] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 0.258425] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000
[ 0.341687] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC)
[ 0.341956] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 0.341972] pci_bus 0000:00: root bus resource [bus 00-01]
[ 0.341988] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff])
[ 0.342031] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 0.342170] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 0.344764] PCI: bus0: Fast back to back transfers disabled
[ 0.344780] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 0.344937] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 0.344999] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 0.345167] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 0.347679] PCI: bus1: Fast back to back transfers disabled
[ 0.347695] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01
[ 0.347742] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 0.347762] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 0.347791] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.347809] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 0.348015] pcieport 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.348179] pcieport 0000:00:00.0: Signaling PME with IRQ 53
[ 0.348339] pcieport 0000:00:00.0: AER enabled with IRQ 53
[ 0.348482] pci 0000:01:00.0: enabling device (0140 -> 0142)
[ 5.837163] pci 0000:01:00.0: xHCI HW not ready after 5 sec (HC bug?) status = 0x811
[ 5.837238] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x7d0 took 5360103 usecs
[ 5.837675] bcm2708_fb soc:fb: Unable to determine number of FB's. Assuming 1
[ 5.837687] bcm2708_fb soc:fb: FB found 1 display(s)
[ 5.838038] raspberrypi-firmware soc:firmware: Request 0x00048003 returned status 0x80000001
[ 5.838053] bcm2708_fb soc:fb: Failed to allocate GPU framebuffer (-22)
[ 5.838094] bcm2708_fb soc:fb: probe failed, err -22
[ 5.838116] bcm2708_fb: probe of soc:fb failed with error -22
[ 5.840957] iproc-rng200 fe104000.rng: hwrng registered
[ 5.841168] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 5.841722] vc-sm: Videocore shared memory driver
[ 5.842104] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 5.852185] brd: module loaded
[ 5.861851] loop: module loaded
[ 5.862545] Loading iSCSI transport class v2.0-870.
[ 5.864208] libphy: Fixed MDIO Bus: probed
[ 5.864620] bcmgenet fd580000.genet: failed to get enet clock
[ 5.864636] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000
[ 5.864653] bcmgenet fd580000.genet: failed to get enet-wol clock
[ 5.864668] bcmgenet fd580000.genet: failed to get enet-eee clock
[ 5.864691] bcmgenet: Skipping UMAC reset
[ 5.864915] unimac-mdio unimac-mdio.-19: DMA mask not set
[ 5.881675] libphy: bcmgenet MII bus: probed
[ 5.922317] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval)
[ 5.923215] usbcore: registered new interface driver r8152
[ 5.923282] usbcore: registered new interface driver lan78xx
[ 5.923334] usbcore: registered new interface driver smsc95xx
[ 5.923534] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 5.923564] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 6.423605] xhci_hcd 0000:01:00.0: can't setup: -110
[ 6.423625] xhci_hcd 0000:01:00.0: USB bus 1 deregistered
[ 6.423656] xhci_hcd 0000:01:00.0: init 0000:01:00.0 fail, -110
[ 6.423684] xhci_hcd: probe of 0000:01:00.0 failed with error -110
[ 6.424035] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 6.424209] dwc_otg: FIQ enabled
[ 6.424218] dwc_otg: NAK holdoff enabled
[ 6.424226] dwc_otg: FIQ split-transaction FSM enabled
[ 6.424239] Module dwc_common_port init
[ 6.424413] usbcore: registered new interface driver uas
[ 6.424476] usbcore: registered new interface driver usb-storage
[ 6.424651] mousedev: PS/2 mouse device common for all mice
[ 6.425748] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 6.425963] bcm2835-cpufreq: min=600000 max=1500000
[ 6.426544] sdhci: Secure Digital Host Controller Interface driver
[ 6.426553] sdhci: Copyright(c) Pierre Ossman
[ 6.426939] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 6.427310] sdhci-pltfm: SDHCI platform and OF driver helper
[ 6.430270] ledtrig-cpu: registered to indicate activity on CPUs
[ 6.430407] hidraw: raw HID events driver (C) Jiri Kosina
[ 6.430524] usbcore: registered new interface driver usbhid
[ 6.430532] usbhid: USB HID core driver
[ 6.431496] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
[ 6.433181] [vc_sm_connected_init]: start
[ 6.441990] [vc_sm_connected_init]: end - returning 0
[ 6.443358] Initializing XFRM netlink socket
[ 6.443387] NET: Registered protocol family 17
[ 6.443484] Key type dns_resolver registered
[ 6.443819] Registering SWP/SWPB emulation handler
[ 6.444427] registered taskstats version 1
[ 6.444444] Loading compiled-in X.509 certificates
[ 6.451823] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 6.451886] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2
[ 6.454881] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 6.455424] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver
[ 6.456034] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 6.456045] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 6.482128] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1
[ 6.501458] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 6.503086] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 6.504710] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 6.507620] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 6.509245] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 6.513972] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 6.516511] of_cfs_init
[ 6.516590] of_cfs_init: OK
[ 6.517207] Waiting for root device /dev/mmcblk0p2...
[ 6.565263] random: fast init done
[ 6.612408] mmc0: new ultra high speed DDR50 SDHC card at address 59b4
[ 6.615623] mmcblk0: mmc0:59b4 SD 29.4 GiB
[ 6.617776] mmcblk0: p1 p2 p3
[ 6.618147] mmc1: new high speed SDIO card at address 0001
[ 6.634908] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: noload
[ 6.634951] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 6.635406] devtmpfs: mounted
[ 6.642938] Freeing unused kernel memory: 2048K
[ 6.671907] Run /sbin/init as init process
[ 7.194104] EXT4-fs (mmcblk0p3): recovery complete
[ 7.197431] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 7.516929] i2c /dev entries driver
[ 7.826454] udevd[287]: starting version 3.2.7
[ 7.838488] random: udevd: uninitialized urandom read (16 bytes read)
[ 7.839079] random: udevd: uninitialized urandom read (16 bytes read)
[ 7.839118] random: udevd: uninitialized urandom read (16 bytes read)
[ 7.854283] udevd[288]: starting eudev-3.2.7
[ 7.932338] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff
[ 7.932721] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff
[ 7.933134] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff
[ 7.935838] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff
[ 7.936402] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.937482] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 7.937490] [vc_sm_connected_init]: start
[ 7.939358] [vc_sm_connected_init]: installed successfully
[ 7.941415] media: Linux media interface: v0.10
[ 7.958468] videodev: Linux video capture interface: v2.00
[ 7.966905] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.970787] bcm2835_audio soc:audio: card created with 8 channels
[ 7.998413] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 7.999382] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.018760] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.025482] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 8.033575] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 8.036569] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 8.036586] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 8.038208] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 8.038221] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 8.040173] : bcm2835_codec_get_supported_fmts: port has more encoding than we provided space for. Some are dropped.
[ 8.040613] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 8.040628] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 8.130178] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 8.150344] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 8.154394] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 8.154717] usbcore: registered new interface driver brcmfmac
[ 8.335391] random: crng init done
[ 8.335404] random: 2 urandom warning(s) missed due to ratelimiting
[ 8.363314] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 8.373529] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[ 8.484073] bcmgenet: Skipping UMAC reset
[ 8.581944] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay)
[ 9.591793] bcmgenet fd580000.genet eth0: Link is Down
[ 13.751929] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control off
[ 15.080078] NET: Registered protocol family 10
[ 15.082477] Segment Routing with IPv6
[ 15.361704] system date is 2020-11-07 15:37:42
[ 17.378423] FS-Cache: Netfs 'cifs' registered for caching
[ 17.378864] Key type cifs.spnego registered
[ 17.378874] Key type cifs.idmap registered
[ 17.744086] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 17.745514] CIFS VFS: cifs_mount failed w/return code = -2
[ 17.771259] CIFS VFS: Unable to select appropriate authentication method!
[ 17.771266] CIFS VFS: Send error in SessSetup = -22
[ 17.771285] CIFS VFS: cifs_mount failed w/return code = -22
[ 17.823102] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 17.825553] CIFS VFS: cifs_mount failed w/return code = -2
[ 17.906557] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 17.908871] CIFS VFS: cifs_mount failed w/return code = -2
[ 17.971857] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 17.973630] CIFS VFS: cifs_mount failed w/return code = -2
[ 18.025247] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.026900] CIFS VFS: cifs_mount failed w/return code = -2
[ 18.093543] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.095642] CIFS VFS: cifs_mount failed w/return code = -2
[ 18.145422] CIFS VFS: Unable to select appropriate authentication method!
[ 18.145438] CIFS VFS: Send error in SessSetup = -22
[ 18.145485] CIFS VFS: cifs_mount failed w/return code = -22
[ 18.210956] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.212654] CIFS VFS: cifs_mount failed w/return code = -2
[ 18.275221] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.276880] CIFS VFS: cifs_mount failed w/return code = -2
[ 18.340165] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.406190] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 18.510845] CIFS VFS: Unable to select appropriate authentication method!
[ 18.510860] CIFS VFS: Send error in SessSetup = -22
[ 18.882055] CIFS VFS: Unable to select appropriate authentication method!
[ 18.882071] CIFS VFS: Send error in SessSetup = -22
[ 319.510337] SMB2_tcon: 10 callbacks suppressed
[ 319.510343] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.511889] cifs_smb3_do_mount: 14 callbacks suppressed
[ 319.511895] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.552370] CIFS VFS: Unable to select appropriate authentication method!
[ 319.552386] CIFS VFS: Send error in SessSetup = -22
[ 319.552428] CIFS VFS: cifs_mount failed w/return code = -22
[ 319.620843] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.623024] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.693187] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.695178] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.765987] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.767664] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.830184] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.832384] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.902014] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 319.903784] CIFS VFS: cifs_mount failed w/return code = -2
[ 319.945954] CIFS VFS: Unable to select appropriate authentication method!
[ 319.945970] CIFS VFS: Send error in SessSetup = -22
[ 319.946010] CIFS VFS: cifs_mount failed w/return code = -22
[ 320.026804] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 320.028614] CIFS VFS: cifs_mount failed w/return code = -2
[ 320.113372] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 320.115486] CIFS VFS: cifs_mount failed w/return code = -2
[ 320.189834] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 320.258608] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 320.377238] CIFS VFS: Unable to select appropriate authentication method!
[ 320.377253] CIFS VFS: Send error in SessSetup = -22
[ 320.797198] CIFS VFS: Unable to select appropriate authentication method!
[ 320.797214] CIFS VFS: Send error in SessSetup = -22
[ 621.196314] SMB2_tcon: 10 callbacks suppressed
[ 621.196320] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.198809] cifs_smb3_do_mount: 14 callbacks suppressed
[ 621.198814] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.244383] CIFS VFS: Unable to select appropriate authentication method!
[ 621.244399] CIFS VFS: Send error in SessSetup = -22
[ 621.244441] CIFS VFS: cifs_mount failed w/return code = -22
[ 621.313986] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.315504] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.383870] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.385687] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.452061] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.453808] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.514951] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.516697] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.585369] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.587536] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.629938] CIFS VFS: Unable to select appropriate authentication method!
[ 621.629954] CIFS VFS: Send error in SessSetup = -22
[ 621.629994] CIFS VFS: cifs_mount failed w/return code = -22
[ 621.699539] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.701137] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.772071] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.773694] CIFS VFS: cifs_mount failed w/return code = -2
[ 621.839331] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 621.896623] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 622.021310] CIFS VFS: Unable to select appropriate authentication method!
[ 622.021326] CIFS VFS: Send error in SessSetup = -22
[ 622.415880] CIFS VFS: Unable to select appropriate authentication method!
[ 622.415896] CIFS VFS: Send error in SessSetup = -22
[ 816.610067] SMB2_tcon: 10 callbacks suppressed
[ 816.610069] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.611984] cifs_smb3_do_mount: 14 callbacks suppressed
[ 816.611986] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.645673] CIFS VFS: Unable to select appropriate authentication method!
[ 816.645680] CIFS VFS: Send error in SessSetup = -22
[ 816.645700] CIFS VFS: cifs_mount failed w/return code = -22
[ 816.698767] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.700206] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.751915] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.753487] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.815134] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.816406] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.860147] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.861684] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.918239] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 816.920113] CIFS VFS: cifs_mount failed w/return code = -2
[ 816.947216] CIFS VFS: Unable to select appropriate authentication method!
[ 816.947223] CIFS VFS: Send error in SessSetup = -22
[ 816.947242] CIFS VFS: cifs_mount failed w/return code = -22
[ 817.003075] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 817.004641] CIFS VFS: cifs_mount failed w/return code = -2
[ 817.059504] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 817.060750] CIFS VFS: cifs_mount failed w/return code = -2
[ 817.118500] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 817.171653] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 817.271731] CIFS VFS: Unable to select appropriate authentication method!
[ 817.271747] CIFS VFS: Send error in SessSetup = -22
[ 870.565167] SMB2_tcon: 5 callbacks suppressed
[ 870.565173] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.567260] cifs_smb3_do_mount: 8 callbacks suppressed
[ 870.567265] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.607090] CIFS VFS: Unable to select appropriate authentication method!
[ 870.607106] CIFS VFS: Send error in SessSetup = -22
[ 870.607147] CIFS VFS: cifs_mount failed w/return code = -22
[ 870.673077] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.674511] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.742922] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.744931] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.811737] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.813408] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.869840] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.871540] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.941903] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 870.943894] CIFS VFS: cifs_mount failed w/return code = -2
[ 870.988403] CIFS VFS: Unable to select appropriate authentication method!
[ 870.988419] CIFS VFS: Send error in SessSetup = -22
[ 870.988460] CIFS VFS: cifs_mount failed w/return code = -22
[ 871.056410] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 871.057998] CIFS VFS: cifs_mount failed w/return code = -2
[ 871.123962] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 871.125609] CIFS VFS: cifs_mount failed w/return code = -2
[ 871.190785] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 871.250133] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 871.377840] CIFS VFS: Unable to select appropriate authentication method!
[ 871.377856] CIFS VFS: Send error in SessSetup = -22
[ 897.923743] SMB2_tcon: 5 callbacks suppressed
[ 897.923746] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 897.925453] cifs_smb3_do_mount: 8 callbacks suppressed
[ 897.925455] CIFS VFS: cifs_mount failed w/return code = -2
[ 897.961742] CIFS VFS: Unable to select appropriate authentication method!
[ 897.961749] CIFS VFS: Send error in SessSetup = -22
[ 897.961768] CIFS VFS: cifs_mount failed w/return code = -22
[ 898.012461] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.014088] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.065809] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.067266] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.129312] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.131095] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.174882] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.176539] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.231138] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.233073] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.259781] CIFS VFS: Unable to select appropriate authentication method!
[ 898.259788] CIFS VFS: Send error in SessSetup = -22
[ 898.259808] CIFS VFS: cifs_mount failed w/return code = -22
[ 898.315722] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.316975] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.370339] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.371983] CIFS VFS: cifs_mount failed w/return code = -2
[ 898.425912] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 898.472480] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 922.783385] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 922.785337] cifs_smb3_do_mount: 2 callbacks suppressed
[ 922.785342] CIFS VFS: cifs_mount failed w/return code = -2
[ 922.826531] CIFS VFS: Unable to select appropriate authentication method!
[ 922.826547] CIFS VFS: Send error in SessSetup = -22
[ 922.826588] CIFS VFS: cifs_mount failed w/return code = -22
[ 922.892382] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 922.894119] CIFS VFS: cifs_mount failed w/return code = -2
[ 922.961462] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 922.963397] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.030145] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.031837] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.090975] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.092468] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.162129] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.163711] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.203991] CIFS VFS: Unable to select appropriate authentication method!
[ 923.204007] CIFS VFS: Send error in SessSetup = -22
[ 923.204049] CIFS VFS: cifs_mount failed w/return code = -22
[ 923.273317] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.274912] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.343375] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.344863] CIFS VFS: cifs_mount failed w/return code = -2
[ 923.410762] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[ 923.469446] CIFS VFS: BAD_NETWORK_NAME: \10.10.200.6\CCTVStore
[82788.226803] cifs_smb3_do_mount: 2 callbacks suppressed
[82788.226807] CIFS VFS: cifs_mount failed w/return code = -2
[82788.289101] CIFS VFS: Unable to select appropriate authentication method!
[82788.289112] CIFS VFS: Send error in SessSetup = -22
[82788.289145] CIFS VFS: cifs_mount failed w/return code = -22
[82788.424778] CIFS VFS: cifs_mount failed w/return code = -2
[82788.562167] CIFS VFS: cifs_mount failed w/return code = -2
[82788.679300] CIFS VFS: cifs_mount failed w/return code = -2
[82788.799484] CIFS VFS: cifs_mount failed w/return code = -2
[84184.098678] FS-Cache: Duplicate cookie detected
[84184.098692] FS-Cache: O-cookie c=287340b5 [p=f839c337 fl=222 nc=1 na=1]
[84184.098697] FS-Cache: O-cookie d=85dbbacc n=79de7040
[84184.098701] FS-Cache: O-key=[8] '020001bd0a0ac806'
[84184.098736] FS-Cache: N-cookie c=7b40038c [p=f839c337 fl=2 nc=0 na=1]
[84184.098740] FS-Cache: N-cookie d=85dbbacc n=ddfb5579
[84184.098744] FS-Cache: N-key=[8] '020001bd0a0ac806'
[84184.129248] CIFS VFS: Unable to select appropriate authentication method!
[84184.129263] CIFS VFS: Send error in SessSetup = -22
[84184.129308] CIFS VFS: cifs_mount failed w/return code = -22
[84184.237749] FS-Cache: Duplicate cookie detected
[84184.237771] FS-Cache: O-cookie c=230afbd7 [p=287340b5 fl=222 nc=0 na=1]
[84184.237776] FS-Cache: O-cookie d=85b315b1 n=f2fe0275
[84184.237780] FS-Cache: O-key=[9] '4343545653746f7265'
[84184.237819] FS-Cache: N-cookie c=7b40038c [p=287340b5 fl=2 nc=0 na=1]
[84184.237824] FS-Cache: N-cookie d=85b315b1 n=53c64482
[84184.237827] FS-Cache: N-key=[9] '4343545653746f7265'
[84229.724209] FS-Cache: Duplicate cookie detected
[84229.724220] FS-Cache: O-cookie c=287340b5 [p=f839c337 fl=222 nc=1 na=1]
[84229.724225] FS-Cache: O-cookie d=85dbbacc n=79de7040
[84229.724229] FS-Cache: O-key=[8] '020001bd0a0ac806'
[84229.724264] FS-Cache: N-cookie c=10b60938 [p=f839c337 fl=2 nc=0 na=1]
[84229.724268] FS-Cache: N-cookie d=85dbbacc n=582076fc
[84229.724272] FS-Cache: N-key=[8] '020001bd0a0ac806'
[84229.745511] CIFS VFS: Unable to select appropriate authentication method!
[84229.745522] CIFS VFS: Send error in SessSetup = -22
[84229.745555] CIFS VFS: cifs_mount failed w/return code = -22
[84229.866888] FS-Cache: Duplicate cookie detected
[84229.866903] FS-Cache: O-cookie c=230afbd7 [p=287340b5 fl=222 nc=0 na=1]
[84229.866907] FS-Cache: O-cookie d=85b315b1 n=f2fe0275
[84229.866912] FS-Cache: O-key=[9] '4343545653746f7265'
[84229.866950] FS-Cache: N-cookie c=7b40038c [p=287340b5 fl=2 nc=0 na=1]
[84229.866954] FS-Cache: N-cookie d=85b315b1 n=b747ae56
[84229.866958] FS-Cache: N-key=[9] '4343545653746f7265'
[root@Acacia_Farm_CCTV bin]# /sbin/parted
-sh: /sbin/parted: No such file or directory
[root@Acacia_Farm_CCTV bin]#

@swaziguy commented on GitHub (Nov 8, 2020): OK not being a linux expert some of this is very confusing to me but from the little I know I think I am going to the proper path/ OK this is really long but this is what I am getting with each of those commands. And I did plug in another USB flash drive to the Pi before I did this: [root@Acacia_Farm_CCTV bin]# /usr/bin/lsusb [root@Acacia_Farm_CCTV bin]# /bin/dmesg [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.83-v7l (root@4bd0e8267adb) (gcc version 8.2.1 20180802 (GNU Toolchain for the A-profile Architecture 8.2-2018.11 (arm-rel-8.26))) #1 SMP Sat Jun 6 14:32:26 UTC 2020 [ 0.000000] CPU: ARMv7 Processor [410fd083] revision 3 (ARMv7), cr=30c5383d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: Raspberry Pi 4 Model B Rev 1.4 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0x0000000034000000 [ 0.000000] On node 0 totalpages: 2048000 [ 0.000000] DMA zone: 1728 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 196608 pages, LIFO batch:63 [ 0.000000] HighMem zone: 1851392 pages, LIFO batch:63 [ 0.000000] random: get_random_bytes called from start_kernel+0xc0/0x4e0 with crng_init=0 [ 0.000000] percpu: Embedded 16 pages/cpu s36748 r8192 d20596 u65536 [ 0.000000] pcpu-alloc: s36748 r8192 d20596 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2046272 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 cma=64M bcm2708_fb.fbwidth=0 bcm2708_fb.fbheight=0 bcm2708_fb.fbswap=1 smsc95xx.macaddr=DC:A6:32:B4:61:24 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.fiq_fix_enable=1 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait ro rootflags=noload panic=10 quiet loglevel=1 [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 8037356K/8192000K available (8192K kernel code, 689K rwdata, 2408K rodata, 2048K init, 848K bss, 89108K reserved, 65536K cma-reserved, 7340032K highmem) [ 0.000000] Virtual kernel memory layout: vector : 0xffff0000 - 0xffff1000 ( 4 kB) fixmap : 0xffc00000 - 0xfff00000 (3072 kB) vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) modules : 0xbf000000 - 0xbfe00000 ( 14 MB) .text : 0x(ptrval) - 0x(ptrval) (10208 kB) .init : 0x(ptrval) - 0x(ptrval) (2048 kB) .data : 0x(ptrval) - 0x(ptrval) ( 690 kB) .bss : 0x(ptrval) - 0x(ptrval) ( 849 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 28596 entries in 84 pages [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns [ 0.000005] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns [ 0.000017] Switching to timer-based delay loop, resolution 18ns [ 0.000236] Console: colour dummy device 80x30 [ 0.000260] console [tty1] enabled [ 0.000302] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=540000) [ 0.000324] pid_max: default: 32768 minimum: 301 [ 0.000588] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.000606] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.001365] CPU: Testing write buffer coherency: ok [ 0.001766] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.002412] Setting up static identity map for 0x200000 - 0x20003c [ 0.002569] rcu: Hierarchical SRCU implementation. [ 0.003433] smp: Bringing up secondary CPUs ... [ 0.004290] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.005280] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.006231] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.006366] smp: Brought up 1 node, 4 CPUs [ 0.006378] SMP: Total of 4 processors activated (432.00 BogoMIPS). [ 0.006388] CPU: All CPU(s) started in HYP mode. [ 0.006397] CPU: Virtualization extensions available. [ 0.007151] devtmpfs: initialized [ 0.017619] VFP support v0.3: implementor 41 architecture 3 part 40 variant 8 rev 0 [ 0.017841] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.017861] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.019579] pinctrl core: initialized pinctrl subsystem [ 0.020436] NET: Registered protocol family 16 [ 0.023489] DMA: preallocated 1024 KiB pool for atomic coherent allocations [ 0.024928] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.024938] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.025116] Serial: AMBA PL011 UART driver [ 0.028018] bcm2835-mbox fe00b880.mailbox: mailbox enabled [ 0.063100] bcm2835-dma fe007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1 [ 0.065134] vgaarb: loaded [ 0.065502] SCSI subsystem initialized [ 0.065694] usbcore: registered new interface driver usbfs [ 0.065745] usbcore: registered new interface driver hub [ 0.065842] usbcore: registered new device driver usb [ 0.080359] raspberrypi-firmware soc:firmware: Attached to firmware from 2020-07-17 10:59, variant start [ 0.090097] raspberrypi-firmware soc:firmware: Firmware hash is 21a15cb094f41c7506ad65d2cb9b29c550693057 [ 0.101647] clocksource: Switched to clocksource arch_sys_counter [ 0.180812] VFS: Disk quotas dquot_6.6.0 [ 0.180898] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.181050] FS-Cache: Loaded [ 0.181246] CacheFiles: Loaded [ 0.190513] NET: Registered protocol family 2 [ 0.191278] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes) [ 0.191302] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.191355] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.191420] TCP: Hash tables configured (established 8192 bind 8192) [ 0.191540] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.191567] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.191819] NET: Registered protocol family 1 [ 0.192362] RPC: Registered named UNIX socket transport module. [ 0.192372] RPC: Registered udp transport module. [ 0.192381] RPC: Registered tcp transport module. [ 0.192390] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.192406] PCI: CLS 0 bytes, default 64 [ 0.194942] Initialise system trusted keyrings [ 0.195109] workingset: timestamp_bits=14 max_order=21 bucket_order=7 [ 0.204126] FS-Cache: Netfs 'nfs' registered for caching [ 0.204610] NFS: Registering the id_resolver key type [ 0.204633] Key type id_resolver registered [ 0.204643] Key type id_legacy registered [ 0.204662] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.206959] Key type asymmetric registered [ 0.206969] Asymmetric key parser 'x509' registered [ 0.207079] bounce: pool size: 64 pages [ 0.207118] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.207273] io scheduler noop registered [ 0.207283] io scheduler deadline registered [ 0.207440] io scheduler cfq registered (default) [ 0.207450] io scheduler mq-deadline registered [ 0.207461] io scheduler kyber registered [ 0.258308] brcm-pcie fd500000.pcie: dmabounce: initialised - 32768 kB, threshold 0x00000000c0000000 [ 0.258327] brcm-pcie fd500000.pcie: could not get clock [ 0.258388] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges: [ 0.258425] brcm-pcie fd500000.pcie: MEM 0x600000000..0x603ffffff -> 0xf8000000 [ 0.341687] brcm-pcie fd500000.pcie: link up, 5.0 Gbps x1 (!SSC) [ 0.341956] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00 [ 0.341972] pci_bus 0000:00: root bus resource [bus 00-01] [ 0.341988] pci_bus 0000:00: root bus resource [mem 0x600000000-0x603ffffff] (bus address [0xf8000000-0xfbffffff]) [ 0.342031] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400 [ 0.342170] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.344764] PCI: bus0: Fast back to back transfers disabled [ 0.344780] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.344937] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330 [ 0.344999] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit] [ 0.345167] pci 0000:01:00.0: PME# supported from D0 D3hot [ 0.347679] PCI: bus1: Fast back to back transfers disabled [ 0.347695] pci_bus 0000:01: busn_res: [bus 01] end is updated to 01 [ 0.347742] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff] [ 0.347762] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit] [ 0.347791] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.347809] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff] [ 0.348015] pcieport 0000:00:00.0: enabling device (0140 -> 0142) [ 0.348179] pcieport 0000:00:00.0: Signaling PME with IRQ 53 [ 0.348339] pcieport 0000:00:00.0: AER enabled with IRQ 53 [ 0.348482] pci 0000:01:00.0: enabling device (0140 -> 0142) [ 5.837163] pci 0000:01:00.0: xHCI HW not ready after 5 sec (HC bug?) status = 0x811 [ 5.837238] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x7d0 took 5360103 usecs [ 5.837675] bcm2708_fb soc:fb: Unable to determine number of FB's. Assuming 1 [ 5.837687] bcm2708_fb soc:fb: FB found 1 display(s) [ 5.838038] raspberrypi-firmware soc:firmware: Request 0x00048003 returned status 0x80000001 [ 5.838053] bcm2708_fb soc:fb: Failed to allocate GPU framebuffer (-22) [ 5.838094] bcm2708_fb soc:fb: probe failed, err -22 [ 5.838116] bcm2708_fb: probe of soc:fb failed with error -22 [ 5.840957] iproc-rng200 fe104000.rng: hwrng registered [ 5.841168] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB) [ 5.841722] vc-sm: Videocore shared memory driver [ 5.842104] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000 [ 5.852185] brd: module loaded [ 5.861851] loop: module loaded [ 5.862545] Loading iSCSI transport class v2.0-870. [ 5.864208] libphy: Fixed MDIO Bus: probed [ 5.864620] bcmgenet fd580000.genet: failed to get enet clock [ 5.864636] bcmgenet fd580000.genet: GENET 5.0 EPHY: 0x0000 [ 5.864653] bcmgenet fd580000.genet: failed to get enet-wol clock [ 5.864668] bcmgenet fd580000.genet: failed to get enet-eee clock [ 5.864691] bcmgenet: Skipping UMAC reset [ 5.864915] unimac-mdio unimac-mdio.-19: DMA mask not set [ 5.881675] libphy: bcmgenet MII bus: probed [ 5.922317] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus at 0x(ptrval) [ 5.923215] usbcore: registered new interface driver r8152 [ 5.923282] usbcore: registered new interface driver lan78xx [ 5.923334] usbcore: registered new interface driver smsc95xx [ 5.923534] xhci_hcd 0000:01:00.0: xHCI Host Controller [ 5.923564] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1 [ 6.423605] xhci_hcd 0000:01:00.0: can't setup: -110 [ 6.423625] xhci_hcd 0000:01:00.0: USB bus 1 deregistered [ 6.423656] xhci_hcd 0000:01:00.0: init 0000:01:00.0 fail, -110 [ 6.423684] xhci_hcd: probe of 0000:01:00.0 failed with error -110 [ 6.424035] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 6.424209] dwc_otg: FIQ enabled [ 6.424218] dwc_otg: NAK holdoff enabled [ 6.424226] dwc_otg: FIQ split-transaction FSM enabled [ 6.424239] Module dwc_common_port init [ 6.424413] usbcore: registered new interface driver uas [ 6.424476] usbcore: registered new interface driver usb-storage [ 6.424651] mousedev: PS/2 mouse device common for all mice [ 6.425748] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 6.425963] bcm2835-cpufreq: min=600000 max=1500000 [ 6.426544] sdhci: Secure Digital Host Controller Interface driver [ 6.426553] sdhci: Copyright(c) Pierre Ossman [ 6.426939] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe [ 6.427310] sdhci-pltfm: SDHCI platform and OF driver helper [ 6.430270] ledtrig-cpu: registered to indicate activity on CPUs [ 6.430407] hidraw: raw HID events driver (C) Jiri Kosina [ 6.430524] usbcore: registered new interface driver usbhid [ 6.430532] usbhid: USB HID core driver [ 6.431496] vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0 [ 6.433181] [vc_sm_connected_init]: start [ 6.441990] [vc_sm_connected_init]: end - returning 0 [ 6.443358] Initializing XFRM netlink socket [ 6.443387] NET: Registered protocol family 17 [ 6.443484] Key type dns_resolver registered [ 6.443819] Registering SWP/SWPB emulation handler [ 6.444427] registered taskstats version 1 [ 6.444444] Loading compiled-in X.509 certificates [ 6.451823] uart-pl011 fe201000.serial: cts_event_workaround enabled [ 6.451886] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 34, base_baud = 0) is a PL011 rev2 [ 6.454881] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 6.455424] brcmstb_thermal fd5d2200.thermal: registered AVS TMON of-sensor driver [ 6.456034] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0 [ 6.456045] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated [ 6.482128] sdhci-iproc fe340000.emmc2: Linked as a consumer to regulator.1 [ 6.501458] mmc1: queuing unknown CIS tuple 0x80 (2 bytes) [ 6.503086] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 6.504710] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 6.507620] mmc1: queuing unknown CIS tuple 0x80 (7 bytes) [ 6.509245] mmc1: queuing unknown CIS tuple 0x80 (3 bytes) [ 6.513972] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA [ 6.516511] of_cfs_init [ 6.516590] of_cfs_init: OK [ 6.517207] Waiting for root device /dev/mmcblk0p2... [ 6.565263] random: fast init done [ 6.612408] mmc0: new ultra high speed DDR50 SDHC card at address 59b4 [ 6.615623] mmcblk0: mmc0:59b4 SD 29.4 GiB [ 6.617776] mmcblk0: p1 p2 p3 [ 6.618147] mmc1: new high speed SDIO card at address 0001 [ 6.634908] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: noload [ 6.634951] VFS: Mounted root (ext4 filesystem) readonly on device 179:2. [ 6.635406] devtmpfs: mounted [ 6.642938] Freeing unused kernel memory: 2048K [ 6.671907] Run /sbin/init as init process [ 7.194104] EXT4-fs (mmcblk0p3): recovery complete [ 7.197431] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [ 7.516929] i2c /dev entries driver [ 7.826454] udevd[287]: starting version 3.2.7 [ 7.838488] random: udevd: uninitialized urandom read (16 bytes read) [ 7.839079] random: udevd: uninitialized urandom read (16 bytes read) [ 7.839118] random: udevd: uninitialized urandom read (16 bytes read) [ 7.854283] udevd[288]: starting eudev-3.2.7 [ 7.932338] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x0000ffff [ 7.932721] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00000fff [ 7.933134] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x0000ffff [ 7.935838] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x0000ffff [ 7.936402] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned. [ 7.937482] bcm2835_vc_sm_cma_probe: Videocore shared memory driver [ 7.937490] [vc_sm_connected_init]: start [ 7.939358] [vc_sm_connected_init]: installed successfully [ 7.941415] media: Linux media interface: v0.10 [ 7.958468] videodev: Linux video capture interface: v2.00 [ 7.966905] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned. [ 7.970787] bcm2835_audio soc:audio: card created with 8 channels [ 7.998413] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 7.999382] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned. [ 8.018760] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned. [ 8.025482] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 8.033575] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned. [ 8.036569] bcm2835-codec bcm2835-codec: Device registered as /dev/video10 [ 8.036586] bcm2835-codec bcm2835-codec: Loaded V4L2 decode [ 8.038208] bcm2835-codec bcm2835-codec: Device registered as /dev/video11 [ 8.038221] bcm2835-codec bcm2835-codec: Loaded V4L2 encode [ 8.040173] : bcm2835_codec_get_supported_fmts: port has more encoding than we provided space for. Some are dropped. [ 8.040613] bcm2835-codec bcm2835-codec: Device registered as /dev/video12 [ 8.040628] bcm2835-codec bcm2835-codec: Loaded V4L2 isp [ 8.130178] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 8.150344] brcmfmac: F1 signature read @0x18000000=0x15264345 [ 8.154394] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 8.154717] usbcore: registered new interface driver brcmfmac [ 8.335391] random: crng init done [ 8.335404] random: 2 urandom warning(s) missed due to ratelimiting [ 8.363314] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6 [ 8.373529] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04 [ 8.484073] bcmgenet: Skipping UMAC reset [ 8.581944] bcmgenet fd580000.genet: configuring instance for external RGMII (no delay) [ 9.591793] bcmgenet fd580000.genet eth0: Link is Down [ 13.751929] bcmgenet fd580000.genet eth0: Link is Up - 1Gbps/Full - flow control off [ 15.080078] NET: Registered protocol family 10 [ 15.082477] Segment Routing with IPv6 [ 15.361704] system date is 2020-11-07 15:37:42 [ 17.378423] FS-Cache: Netfs 'cifs' registered for caching [ 17.378864] Key type cifs.spnego registered [ 17.378874] Key type cifs.idmap registered [ 17.744086] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 17.745514] CIFS VFS: cifs_mount failed w/return code = -2 [ 17.771259] CIFS VFS: Unable to select appropriate authentication method! [ 17.771266] CIFS VFS: Send error in SessSetup = -22 [ 17.771285] CIFS VFS: cifs_mount failed w/return code = -22 [ 17.823102] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 17.825553] CIFS VFS: cifs_mount failed w/return code = -2 [ 17.906557] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 17.908871] CIFS VFS: cifs_mount failed w/return code = -2 [ 17.971857] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 17.973630] CIFS VFS: cifs_mount failed w/return code = -2 [ 18.025247] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.026900] CIFS VFS: cifs_mount failed w/return code = -2 [ 18.093543] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.095642] CIFS VFS: cifs_mount failed w/return code = -2 [ 18.145422] CIFS VFS: Unable to select appropriate authentication method! [ 18.145438] CIFS VFS: Send error in SessSetup = -22 [ 18.145485] CIFS VFS: cifs_mount failed w/return code = -22 [ 18.210956] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.212654] CIFS VFS: cifs_mount failed w/return code = -2 [ 18.275221] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.276880] CIFS VFS: cifs_mount failed w/return code = -2 [ 18.340165] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.406190] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 18.510845] CIFS VFS: Unable to select appropriate authentication method! [ 18.510860] CIFS VFS: Send error in SessSetup = -22 [ 18.882055] CIFS VFS: Unable to select appropriate authentication method! [ 18.882071] CIFS VFS: Send error in SessSetup = -22 [ 319.510337] SMB2_tcon: 10 callbacks suppressed [ 319.510343] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.511889] cifs_smb3_do_mount: 14 callbacks suppressed [ 319.511895] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.552370] CIFS VFS: Unable to select appropriate authentication method! [ 319.552386] CIFS VFS: Send error in SessSetup = -22 [ 319.552428] CIFS VFS: cifs_mount failed w/return code = -22 [ 319.620843] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.623024] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.693187] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.695178] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.765987] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.767664] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.830184] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.832384] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.902014] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 319.903784] CIFS VFS: cifs_mount failed w/return code = -2 [ 319.945954] CIFS VFS: Unable to select appropriate authentication method! [ 319.945970] CIFS VFS: Send error in SessSetup = -22 [ 319.946010] CIFS VFS: cifs_mount failed w/return code = -22 [ 320.026804] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 320.028614] CIFS VFS: cifs_mount failed w/return code = -2 [ 320.113372] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 320.115486] CIFS VFS: cifs_mount failed w/return code = -2 [ 320.189834] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 320.258608] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 320.377238] CIFS VFS: Unable to select appropriate authentication method! [ 320.377253] CIFS VFS: Send error in SessSetup = -22 [ 320.797198] CIFS VFS: Unable to select appropriate authentication method! [ 320.797214] CIFS VFS: Send error in SessSetup = -22 [ 621.196314] SMB2_tcon: 10 callbacks suppressed [ 621.196320] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.198809] cifs_smb3_do_mount: 14 callbacks suppressed [ 621.198814] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.244383] CIFS VFS: Unable to select appropriate authentication method! [ 621.244399] CIFS VFS: Send error in SessSetup = -22 [ 621.244441] CIFS VFS: cifs_mount failed w/return code = -22 [ 621.313986] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.315504] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.383870] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.385687] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.452061] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.453808] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.514951] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.516697] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.585369] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.587536] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.629938] CIFS VFS: Unable to select appropriate authentication method! [ 621.629954] CIFS VFS: Send error in SessSetup = -22 [ 621.629994] CIFS VFS: cifs_mount failed w/return code = -22 [ 621.699539] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.701137] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.772071] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.773694] CIFS VFS: cifs_mount failed w/return code = -2 [ 621.839331] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 621.896623] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 622.021310] CIFS VFS: Unable to select appropriate authentication method! [ 622.021326] CIFS VFS: Send error in SessSetup = -22 [ 622.415880] CIFS VFS: Unable to select appropriate authentication method! [ 622.415896] CIFS VFS: Send error in SessSetup = -22 [ 816.610067] SMB2_tcon: 10 callbacks suppressed [ 816.610069] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.611984] cifs_smb3_do_mount: 14 callbacks suppressed [ 816.611986] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.645673] CIFS VFS: Unable to select appropriate authentication method! [ 816.645680] CIFS VFS: Send error in SessSetup = -22 [ 816.645700] CIFS VFS: cifs_mount failed w/return code = -22 [ 816.698767] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.700206] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.751915] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.753487] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.815134] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.816406] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.860147] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.861684] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.918239] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 816.920113] CIFS VFS: cifs_mount failed w/return code = -2 [ 816.947216] CIFS VFS: Unable to select appropriate authentication method! [ 816.947223] CIFS VFS: Send error in SessSetup = -22 [ 816.947242] CIFS VFS: cifs_mount failed w/return code = -22 [ 817.003075] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 817.004641] CIFS VFS: cifs_mount failed w/return code = -2 [ 817.059504] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 817.060750] CIFS VFS: cifs_mount failed w/return code = -2 [ 817.118500] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 817.171653] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 817.271731] CIFS VFS: Unable to select appropriate authentication method! [ 817.271747] CIFS VFS: Send error in SessSetup = -22 [ 870.565167] SMB2_tcon: 5 callbacks suppressed [ 870.565173] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.567260] cifs_smb3_do_mount: 8 callbacks suppressed [ 870.567265] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.607090] CIFS VFS: Unable to select appropriate authentication method! [ 870.607106] CIFS VFS: Send error in SessSetup = -22 [ 870.607147] CIFS VFS: cifs_mount failed w/return code = -22 [ 870.673077] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.674511] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.742922] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.744931] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.811737] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.813408] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.869840] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.871540] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.941903] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 870.943894] CIFS VFS: cifs_mount failed w/return code = -2 [ 870.988403] CIFS VFS: Unable to select appropriate authentication method! [ 870.988419] CIFS VFS: Send error in SessSetup = -22 [ 870.988460] CIFS VFS: cifs_mount failed w/return code = -22 [ 871.056410] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 871.057998] CIFS VFS: cifs_mount failed w/return code = -2 [ 871.123962] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 871.125609] CIFS VFS: cifs_mount failed w/return code = -2 [ 871.190785] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 871.250133] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 871.377840] CIFS VFS: Unable to select appropriate authentication method! [ 871.377856] CIFS VFS: Send error in SessSetup = -22 [ 897.923743] SMB2_tcon: 5 callbacks suppressed [ 897.923746] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 897.925453] cifs_smb3_do_mount: 8 callbacks suppressed [ 897.925455] CIFS VFS: cifs_mount failed w/return code = -2 [ 897.961742] CIFS VFS: Unable to select appropriate authentication method! [ 897.961749] CIFS VFS: Send error in SessSetup = -22 [ 897.961768] CIFS VFS: cifs_mount failed w/return code = -22 [ 898.012461] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.014088] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.065809] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.067266] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.129312] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.131095] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.174882] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.176539] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.231138] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.233073] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.259781] CIFS VFS: Unable to select appropriate authentication method! [ 898.259788] CIFS VFS: Send error in SessSetup = -22 [ 898.259808] CIFS VFS: cifs_mount failed w/return code = -22 [ 898.315722] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.316975] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.370339] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.371983] CIFS VFS: cifs_mount failed w/return code = -2 [ 898.425912] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 898.472480] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 922.783385] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 922.785337] cifs_smb3_do_mount: 2 callbacks suppressed [ 922.785342] CIFS VFS: cifs_mount failed w/return code = -2 [ 922.826531] CIFS VFS: Unable to select appropriate authentication method! [ 922.826547] CIFS VFS: Send error in SessSetup = -22 [ 922.826588] CIFS VFS: cifs_mount failed w/return code = -22 [ 922.892382] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 922.894119] CIFS VFS: cifs_mount failed w/return code = -2 [ 922.961462] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 922.963397] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.030145] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.031837] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.090975] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.092468] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.162129] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.163711] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.203991] CIFS VFS: Unable to select appropriate authentication method! [ 923.204007] CIFS VFS: Send error in SessSetup = -22 [ 923.204049] CIFS VFS: cifs_mount failed w/return code = -22 [ 923.273317] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.274912] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.343375] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.344863] CIFS VFS: cifs_mount failed w/return code = -2 [ 923.410762] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [ 923.469446] CIFS VFS: BAD_NETWORK_NAME: \\10.10.200.6\CCTVStore [82788.226803] cifs_smb3_do_mount: 2 callbacks suppressed [82788.226807] CIFS VFS: cifs_mount failed w/return code = -2 [82788.289101] CIFS VFS: Unable to select appropriate authentication method! [82788.289112] CIFS VFS: Send error in SessSetup = -22 [82788.289145] CIFS VFS: cifs_mount failed w/return code = -22 [82788.424778] CIFS VFS: cifs_mount failed w/return code = -2 [82788.562167] CIFS VFS: cifs_mount failed w/return code = -2 [82788.679300] CIFS VFS: cifs_mount failed w/return code = -2 [82788.799484] CIFS VFS: cifs_mount failed w/return code = -2 [84184.098678] FS-Cache: Duplicate cookie detected [84184.098692] FS-Cache: O-cookie c=287340b5 [p=f839c337 fl=222 nc=1 na=1] [84184.098697] FS-Cache: O-cookie d=85dbbacc n=79de7040 [84184.098701] FS-Cache: O-key=[8] '020001bd0a0ac806' [84184.098736] FS-Cache: N-cookie c=7b40038c [p=f839c337 fl=2 nc=0 na=1] [84184.098740] FS-Cache: N-cookie d=85dbbacc n=ddfb5579 [84184.098744] FS-Cache: N-key=[8] '020001bd0a0ac806' [84184.129248] CIFS VFS: Unable to select appropriate authentication method! [84184.129263] CIFS VFS: Send error in SessSetup = -22 [84184.129308] CIFS VFS: cifs_mount failed w/return code = -22 [84184.237749] FS-Cache: Duplicate cookie detected [84184.237771] FS-Cache: O-cookie c=230afbd7 [p=287340b5 fl=222 nc=0 na=1] [84184.237776] FS-Cache: O-cookie d=85b315b1 n=f2fe0275 [84184.237780] FS-Cache: O-key=[9] '4343545653746f7265' [84184.237819] FS-Cache: N-cookie c=7b40038c [p=287340b5 fl=2 nc=0 na=1] [84184.237824] FS-Cache: N-cookie d=85b315b1 n=53c64482 [84184.237827] FS-Cache: N-key=[9] '4343545653746f7265' [84229.724209] FS-Cache: Duplicate cookie detected [84229.724220] FS-Cache: O-cookie c=287340b5 [p=f839c337 fl=222 nc=1 na=1] [84229.724225] FS-Cache: O-cookie d=85dbbacc n=79de7040 [84229.724229] FS-Cache: O-key=[8] '020001bd0a0ac806' [84229.724264] FS-Cache: N-cookie c=10b60938 [p=f839c337 fl=2 nc=0 na=1] [84229.724268] FS-Cache: N-cookie d=85dbbacc n=582076fc [84229.724272] FS-Cache: N-key=[8] '020001bd0a0ac806' [84229.745511] CIFS VFS: Unable to select appropriate authentication method! [84229.745522] CIFS VFS: Send error in SessSetup = -22 [84229.745555] CIFS VFS: cifs_mount failed w/return code = -22 [84229.866888] FS-Cache: Duplicate cookie detected [84229.866903] FS-Cache: O-cookie c=230afbd7 [p=287340b5 fl=222 nc=0 na=1] [84229.866907] FS-Cache: O-cookie d=85b315b1 n=f2fe0275 [84229.866912] FS-Cache: O-key=[9] '4343545653746f7265' [84229.866950] FS-Cache: N-cookie c=7b40038c [p=287340b5 fl=2 nc=0 na=1] [84229.866954] FS-Cache: N-cookie d=85b315b1 n=b747ae56 [84229.866958] FS-Cache: N-key=[9] '4343545653746f7265' [root@Acacia_Farm_CCTV bin]# /sbin/parted -sh: /sbin/parted: No such file or directory [root@Acacia_Farm_CCTV bin]#
Author
Owner

@starbasessd commented on GitHub (Mar 5, 2021):

If you are still having issues, please open a new issue.

@starbasessd commented on GitHub (Mar 5, 2021): If you are still having issues, please open a new issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/motioneye#1807
No description provided.