LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   USB will not mount (https://www.linuxquestions.org/questions/linux-newbie-8/usb-will-not-mount-4175646078/)

dangrmoose 01-12-2019 02:34 PM

USB will not mount
 
Hi all,

Overall I am enjoying the MATE experience on my GPD Pocket, however I now seem unable to use a USB. When I plug the USB in, nothing happens.


I have opened the Disks app and it is not registering at all (therefore cannot force it to mount).


When I checked the /media/user/ folder, I found multiple duplicates of what looks like the same drive mounted over and over again which I thought might be causing it. Weirdly enough they are not referring to the USB, it is to another partition on my hard drive (my old ubuntu install which I haven't finished migrating from).


[Screenshot-at-2019-01-09-18-39-18.png](https://postimg.cc/Mn4cRCwX)


Is there any way to clean this up and prevent it from happening again so I can use my USB? Or are these issues independent of each other?


Thanks in advance!

ferrari 01-12-2019 03:25 PM

What do the following commands report (with the USB device plugged in)?
Code:

sudo fdisk -l
Code:

df -hT

ferrari 01-12-2019 03:32 PM

More info can also be got by observing kernel output in a terminal window...
Code:

dmesg --follow
then plug in the USB device and capture the output.

Udisks output can be similarly monitored...
Code:

udisksctl monitor
Report back with the observed output as the device is plugged in. Enclose the output with code tags (refer to the '#' button in the advanced forum editor).

dangrmoose 01-13-2019 02:22 PM

sudo fdisk -l

Code:

Disk /dev/loop0: 89.5 MiB, 93818880 bytes, 183240 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop1: 89.5 MiB, 93835264 bytes, 183272 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop2: 87.3 MiB, 91504640 bytes, 178720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop3: 7.9 MiB, 8294400 bytes, 16200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop4: 87.1 MiB, 91308032 bytes, 178336 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop5: 88.2 MiB, 92483584 bytes, 180632 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/loop6: 71.7 MiB, 75120640 bytes, 146720 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/mmcblk0: 116.5 GiB, 125069950976 bytes, 244277248 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 2395E9C8-5123-48B8-9DDE-ECA6B8CE7304

Device            Start      End  Sectors  Size Type
/dev/mmcblk0p1      2048    206847  204800  100M EFI System
/dev/mmcblk0p2    206848    239615    32768  16M Microsoft reserved
/dev/mmcblk0p3    239616  73639935 73400320  35G Microsoft basic data
/dev/mmcblk0p4 242636800 244275199  1638400  800M Windows recovery environment
/dev/mmcblk0p5 115193856 188594175 73400320  35G Linux filesystem
/dev/mmcblk0p6 226048000 242636799 16588800  7.9G Linux swap
/dev/mmcblk0p8  73639936  90417151 16777216    8G Linux filesystem
/dev/mmcblk0p9 188594176 226047999 37453824 17.9G Linux filesystem

Partition table entries are not in disk order.


Disk /dev/sda: 28.9 GiB, 31037849600 bytes, 60620800 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

udisksctl monitor

Code:

Monitoring the udisks daemon. Press Ctrl+C to exit.
05:43:19.082: The udisks-daemon is running (name-owner :1.11).
05:43:40.717: Added /org/freedesktop/UDisks2/drives/Verbatim_STORE_N_GO_04XFGKC9HG2VBRQL
  org.freedesktop.UDisks2.Drive:
    CanPowerOff:                true
    Configuration:              {}
    ConnectionBus:              usb
    Ejectable:                  true
    Id:                        Verbatim-STORE-N-GO-04XFGKC9HG2VBRQL
    Media:                     
    MediaAvailable:            true
    MediaChangeDetected:        true
    MediaCompatibility:       
    MediaRemovable:            true
    Model:                      STORE N GO
    Optical:                    false
    OpticalBlank:              false
    OpticalNumAudioTracks:      0
    OpticalNumDataTracks:      0
    OpticalNumSessions:        0
    OpticalNumTracks:          0
    Removable:                  true
    Revision:                  1100
    RotationRate:              -1
    Seat:                      seat0
    Serial:                    04XFGKC9HG2VBRQL
    SiblingId:                  /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0
    Size:                      31037849600
    SortKey:                    01hotplug/1547410420715701
    TimeDetected:              1547410420715701
    TimeMediaDetected:          1547410420715701
    Vendor:                    Verbatim
    WWN:                       
05:43:40.722: Added /org/freedesktop/UDisks2/block_devices/sda
  org.freedesktop.UDisks2.Block:
    Configuration:              []
    CryptoBackingDevice:        '/'
    Device:                    /dev/sda
    DeviceNumber:              2048
    Drive:                      '/org/freedesktop/UDisks2/drives/Verbatim_STORE_N_GO_04XFGKC9HG2VBRQL'
    HintAuto:                  true
    HintIconName:             
    HintIgnore:                false
    HintName:                 
    HintPartitionable:          true
    HintSymbolicIconName:     
    HintSystem:                false
    Id:                       
    IdLabel:                   
    IdType:                   
    IdUUID:                   
    IdUsage:                   
    IdVersion:                 
    MDRaid:                    '/'
    MDRaidMember:              '/'
    PreferredDevice:            /dev/sda
    ReadOnly:                  false
    Size:                      31037849600
    Symlinks:                  /dev/disk/by-id/usb-Verbatim_STORE_N_GO_04XFGKC9HG2VBRQL-0:0
                                /dev/disk/by-path/pci-0000:00:14.0-usb-0:4:1.0-scsi-0:0:0:0
    UserspaceMountOptions:

df -hT

Code:

Filesystem    Type      Size  Used Avail Use% Mounted on
udev          devtmpfs  3.9G    0  3.9G  0% /dev
tmpfs          tmpfs    789M  1.6M  787M  1% /run
/dev/mmcblk0p9 ext4      18G  7.2G  9.5G  44% /
tmpfs          tmpfs    3.9G  23M  3.9G  1% /dev/shm
tmpfs          tmpfs    5.0M  4.0K  5.0M  1% /run/lock
tmpfs          tmpfs    3.9G    0  3.9G  0% /sys/fs/cgroup
/dev/loop0    squashfs  90M  90M    0 100% /snap/core/6034
/dev/loop3    squashfs  8.0M  8.0M    0 100% /snap/pulsemixer/23
/dev/loop1    squashfs  90M  90M    0 100% /snap/core/6130
/dev/loop2    squashfs  88M  88M    0 100% /snap/ubuntu-mate-welcome/220
/dev/loop5    squashfs  89M  89M    0 100% /snap/core/5897
/dev/loop4    squashfs  88M  88M    0 100% /snap/ubuntu-mate-welcome/199
/dev/loop6    squashfs  72M  72M    0 100% /snap/software-boutique/31
/dev/mmcblk0p8 ext4      7.9G  4.8G  2.7G  65% /home
/dev/mmcblk0p1 vfat      96M  50M  47M  52% /boot/efi
tmpfs          tmpfs    789M  36K  789M  1% /run/user/1000
/dev/mmcblk0p5 ext4      35G  31G  1.8G  95% /media/onzo/9a706ec3-8390-498c-93c0-01bf0984f28f9
/dev/mmcblk0p3 fuseblk    35G  29G  6.6G  82% /media/onzo/Local Disk


dangrmoose 01-13-2019 02:22 PM

dmesg --follow

Code:

[    0.283381] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.283674] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.283968] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.284264] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.284559] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.293746] SCSI subsystem initialized
[    0.293905] libata version 3.00 loaded.
[    0.293905] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.293905] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.293905] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.293905] vgaarb: loaded
[    0.293905] ACPI: bus type USB registered
[    0.293905] usbcore: registered new interface driver usbfs
[    0.293905] usbcore: registered new interface driver hub
[    0.293905] usbcore: registered new device driver usb
[    0.520260] pps_core: LinuxPPS API ver. 1 registered
[    0.520264] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.520272] PTP clock support registered
[    0.520419] EDAC MC: Ver: 3.0.0
[    0.520419] Registered efivars operations
[    0.524706] PCI: Using ACPI for IRQ routing
[    0.526795] PCI: pci_cache_line_size set to 64 bytes
[    0.526928] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.526933] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.526937] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.526939] e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
[    0.526941] e820: reserve RAM buffer [mem 0x7b100000-0x7bffffff]
[    0.526944] e820: reserve RAM buffer [mem 0x7b660000-0x7bffffff]
[    0.527203] NetLabel: Initializing
[    0.527206] NetLabel:  domain hash size = 128
[    0.527207] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.527250] NetLabel:  unlabeled traffic allowed by default
[    0.529076] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.529089] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.531169] clocksource: Switched to clocksource tsc-early
[    0.561009] VFS: Disk quotas dquot_6.6.0
[    0.561050] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.561362] AppArmor: AppArmor Filesystem Enabled
[    0.561470] pnp: PnP ACPI init
[    0.561921] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.561927] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.561930] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.561945] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.562192] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.575019] system 00:02: [mem 0xa1a39000-0xa1a39fff] has been reserved
[    0.575024] system 00:02: [mem 0xa1a37000-0xa1a37fff] has been reserved
[    0.575028] system 00:02: [mem 0xa1a35000-0xa1a35fff] has been reserved
[    0.575032] system 00:02: [mem 0xa1a24000-0xa1a24fff] has been reserved
[    0.575036] system 00:02: [mem 0xa1a22000-0xa1a22fff] has been reserved
[    0.575051] system 00:02: [mem 0xa1a20000-0xa1a20fff] has been reserved
[    0.575055] system 00:02: [mem 0xa1a1e000-0xa1a1efff] has been reserved
[    0.575059] system 00:02: [mem 0xa1a1c000-0xa1a1cfff] has been reserved
[    0.575062] system 00:02: [mem 0xa1a1a000-0xa1a1afff] has been reserved
[    0.575066] system 00:02: [mem 0xa1a18000-0xa1a18fff] has been reserved
[    0.575070] system 00:02: [mem 0xa1a33000-0xa1a33fff] has been reserved
[    0.575074] system 00:02: [mem 0xa1a31000-0xa1a31fff] has been reserved
[    0.575078] system 00:02: [mem 0xa1a2f000-0xa1a2ffff] has been reserved
[    0.575082] system 00:02: [mem 0xa1a2d000-0xa1a2dfff] has been reserved
[    0.575086] system 00:02: [mem 0xa1a2b000-0xa1a2bfff] has been reserved
[    0.575090] system 00:02: [mem 0xa1a29000-0xa1a29fff] has been reserved
[    0.575094] system 00:02: [mem 0xa1a27000-0xa1a27fff] has been reserved
[    0.575098] system 00:02: [mem 0xa1a25000-0xa1a25fff] has been reserved
[    0.575112] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.575500] system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.575505] system 00:03: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.575509] system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.575513] system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.575516] system 00:03: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.575520] system 00:03: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.575535] system 00:03: [mem 0xfed80000-0xfedbffff] could not be reserved
[    0.575539] system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.575543] system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.575555] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.576113] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.578078] pnp: PnP ACPI: found 5 devices
[    0.587505] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.587658] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.587726] pci 0000:00:1c.0:  bridge window [mem 0xa1000000-0xa14fffff]
[    0.587857] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.587861] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.587865] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.587868] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.587872] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.587875] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.587878] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.587882] pci_bus 0000:00: resource 11 [mem 0x20000000-0x201fffff window]
[    0.587885] pci_bus 0000:00: resource 12 [mem 0x7cd00001-0x7ed00000 window]
[    0.587889] pci_bus 0000:00: resource 13 [mem 0x80000000-0xdfffffff window]
[    0.587892] pci_bus 0000:01: resource 1 [mem 0xa1000000-0xa14fffff]
[    0.588468] NET: Registered protocol family 2
[    0.588962] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[    0.589058] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.589393] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.589788] TCP: Hash tables configured (established 65536 bind 65536)
[    0.589950] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.590043] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.590365] NET: Registered protocol family 1
[    0.590380] NET: Registered protocol family 44
[    0.590410] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.591040] PCI: CLS 64 bytes, default 64
[    0.591174] Unpacking initramfs...
[    2.396455] Freeing initrd memory: 56892K
[    2.396545] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.396552] software IO TLB [mem 0x740c0000-0x780c0000] (64MB) mapped at [(____ptrval____)-(____ptrval____)]
[    2.396669] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x171024fa93b, max_idle_ns: 440795253189 ns
[    2.396707] clocksource: Switched to clocksource tsc
[    2.396942] Scanning for low memory corruption every 60 seconds
[    2.398591] Initialise system trusted keyrings
[    2.398622] Key type blacklist registered
[    2.398749] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    2.402499] zbud: loaded
[    2.403787] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.404392] fuse init (API version 7.27)
[    2.404574] pstore: using deflate compression
[    2.408720] Key type asymmetric registered
[    2.408725] Asymmetric key parser 'x509' registered
[    2.408853] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    2.408959] io scheduler noop registered
[    2.408961] io scheduler deadline registered
[    2.409041] io scheduler cfq registered (default)
[    2.418169] pcieport 0000:00:1c.0: Signaling PME with IRQ 115
[    2.418272] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.418457] efifb: probing for efifb
[    2.418508] efifb: framebuffer at 0x80000000, using 9024k, total 9024k
[    2.418511] efifb: mode is 1200x1920x32, linelength=4800, pages=1
[    2.418512] efifb: scrolling: redraw
[    2.418515] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.419083] Console: switching to colour frame buffer device 240x75
[    2.419171] fb0: EFI VGA frame buffer device
[    2.419196] intel_idle: MWAIT substates: 0x33000020
[    2.419199] intel_idle: v0.4.1 model 0x4C
[    2.419654] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.419859] ACPI: AC: found native INT34D3 PMIC, not loading
[    2.420056] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.420077] ACPI: Lid Switch [LID0]
[    2.420175] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.420194] ACPI: Power Button [PWRB]
[    2.420301] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.420339] ACPI: Power Button [PWRF]
[    2.427376] thermal LNXTHERM:00: registered as thermal_zone0
[    2.427380] ACPI: Thermal Zone [TZ00] (0 C)
[    2.428096] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.448641] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.475966] Linux agpgart interface v0.103
[    2.509557] loop: module loaded
[    2.512418] libphy: Fixed MDIO Bus: probed
[    2.512422] tun: Universal TUN/TAP device driver, 1.6
[    2.513053] PPP generic driver version 2.4.2
[    2.514035] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.514058] ehci-pci: EHCI PCI platform driver
[    2.514102] ehci-platform: EHCI generic platform driver
[    2.514171] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.514178] ohci-pci: OHCI PCI platform driver
[    2.514213] ohci-platform: OHCI generic platform driver
[    2.514239] uhci_hcd: USB Universal Host Controller Interface driver
[    2.514722] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.514738] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    2.515882] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081509810
[    2.515894] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.516337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
[    2.516341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.516344] usb usb1: Product: xHCI Host Controller
[    2.516347] usb usb1: Manufacturer: Linux 4.18.0-13-generic xhci-hcd
[    2.516350] usb usb1: SerialNumber: 0000:00:14.0
[    2.517008] hub 1-0:1.0: USB hub found
[    2.517042] hub 1-0:1.0: 7 ports detected
[    2.518910] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.518921] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.518935] xhci_hcd 0000:00:14.0: Host supports USB 3.0  SuperSpeed
[    2.519043] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.18
[    2.519047] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.519050] usb usb2: Product: xHCI Host Controller
[    2.519053] usb usb2: Manufacturer: Linux 4.18.0-13-generic xhci-hcd
[    2.519056] usb usb2: SerialNumber: 0000:00:14.0
[    2.520347] hub 2-0:1.0: USB hub found
[    2.520379] hub 2-0:1.0: 6 ports detected
[    2.522244] i8042: PNP: No PS/2 controller found.
[    2.524068] mousedev: PS/2 mouse device common for all mice
[    2.527463] rtc_cmos 00:04: registered as rtc0
[    2.527519] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
[    2.527538] i2c /dev entries driver
[    2.531999] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.532360] device-mapper: uevent: version 1.0.3
[    2.533184] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    2.533214] intel_pstate: Intel P-state driver initializing
[    2.534691] ledtrig-cpu: registered to indicate activity on CPUs
[    2.534697] EFI Variables Facility v0.08 2004-May-17
[    2.540327] NET: Registered protocol family 10
[    2.555676] Segment Routing with IPv6
[    2.555735] NET: Registered protocol family 17
[    2.556910] Key type dns_resolver registered
[    2.559491] RAS: Correctable Errors collector initialized.
[    2.559590] microcode: sig=0x406c4, pf=0x1, revision=0x40a
[    2.560621] microcode: Microcode Update Driver: v2.2.
[    2.560661] sched_clock: Marking stable (2560575400, 0)->(2552780937, 7794463)
[    2.562063] registered taskstats version 1
[    2.562083] Loading compiled-in X.509 certificates
[    2.568641] Loaded X.509 cert 'Build time autogenerated kernel key: 0a4c8c749a456fd3db5c73dc83f83eab291d4463'
[    2.569592] zswap: loaded using pool lzo/zbud
[    2.580156] Key type big_key registered
[    2.580163] Key type trusted registered
[    2.586492] Key type encrypted registered
[    2.586526] AppArmor: AppArmor sha1 policy hashing enabled
[    2.591520] ima: Allocated hash algorithm: sha1
[    2.631171] evm: Initialising EVM extended attributes:
[    2.631175] evm: security.selinux
[    2.631177] evm: security.SMACK64
[    2.631178] evm: security.SMACK64EXEC
[    2.631179] evm: security.SMACK64TRANSMUTE
[    2.631180] evm: security.SMACK64MMAP
[    2.631181] evm: security.apparmor
[    2.631182] evm: security.ima
[    2.631184] evm: security.capability
[    2.631186] evm: HMAC attrs: 0x1
[    2.632564]  Magic number: 3:683:194
[    2.633182] rtc_cmos 00:04: setting system clock to 2019-01-13 20:11:47 UTC (1547410307)
[    2.661918] Freeing unused kernel image memory: 2440K
[    2.680499] Write protecting the kernel read-only data: 20480k
[    2.683206] Freeing unused kernel image memory: 2008K
[    2.684563] Freeing unused kernel image memory: 1792K
[    2.707098] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.707099] x86/mm: Checking user space page tables
[    2.728897] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.856066] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[    2.963859] sdhci: Secure Digital Host Controller Interface driver
[    2.963862] sdhci: Copyright(c) Pierre Ossman
[    2.984672] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    3.004834] mmc1: SDHCI controller on ACPI [80860F14:01] using ADMA
[    3.005244] ACPI Error: No handler for Region [REGS] ((____ptrval____)) [UserDefinedRegion] (20180531/evregion-132)
[    3.005257] ACPI Error: Region UserDefinedRegion (ID=143) has no handler (20180531/exfldio-265)
[    3.005271] No Local Variables are initialized for Method [GET_]
[    3.005274] Initialized Arguments for Method [GET_]:  (3 arguments defined for method invocation)
[    3.005275]  Arg0:  (____ptrval____) <Obj>          Integer 0000000000000001
[    3.005282]  Arg1:  (____ptrval____) <Obj>          Integer 000000000000006E
[    3.005288]  Arg2:  (____ptrval____) <Obj>          Integer 0000000000000067
[    3.005295] ACPI Error: Method parse/execution failed \_SB.PCI0.I2C7.PMI5.GET, AE_NOT_EXIST (20180531/psparse-516)
[    3.005309] ACPI Error: Method parse/execution failed \_SB.PCI0.SHC1._PS0, AE_NOT_EXIST (20180531/psparse-516)
[    3.005326] acpi 80860F14:02: Failed to change power state to D0
[    3.012481] usb 1-2: New USB device found, idVendor=258a, idProduct=0111, bcdDevice= 1.00
[    3.012485] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.012487] usb 1-2: Product: Gaming Keyboard
[    3.012489] usb 1-2: Manufacturer: SINO WEALTH
[    3.058139] mmc0: new HS200 MMC card at address 0001
[    3.094000] checking generic (80000000 8d0000) vs hw (80000000 20000000)
[    3.094004] fb: switching to inteldrmfb from EFI VGA
[    3.094048] Console: switching to colour dummy device 80x25
[    3.094218] [drm] Replacing VGA console driver
[    3.094393] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.094395] [drm] Driver supports precise vblank timestamp query.
[    3.098220] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.107973] mmcblk0: mmc0:0001 DJNB4R 116 GiB
[    3.108370] mmcblk0boot0: mmc0:0001 DJNB4R partition 1 4.00 MiB
[    3.108741] mmcblk0boot1: mmc0:0001 DJNB4R partition 2 4.00 MiB
[    3.108897] mmcblk0rpmb: mmc0:0001 DJNB4R partition 3 4.00 MiB, chardev (241:0)
[    3.111192] [drm] Initialized i915 1.6.0 20180514 for 0000:00:02.0 on minor 0
[    3.112355]  mmcblk0: p1 p2 p3 p4 p5 p6 p8 p9
[    3.113312] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.115499] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    3.115831] [drm] HDaudio controller not detected, using LPE audio instead
[    3.130681] random: fast init done
[    3.131568] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.131588] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.131591] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.140040] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    3.292105] usb 1-3: New USB device found, idVendor=0000, idProduct=0000, bcdDevice= 1.12
[    3.292111] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.292114] usb 1-3: Product: BCM2045A0
[    3.292117] usb 1-3: Manufacturer: Broadcom Corp
[    3.292120] usb 1-3: SerialNumber: B0F1EC9F78A5
[    3.305866] hidraw: raw HID events driver (C) Jiri Kosina
[    3.319999] usbcore: registered new interface driver usbhid
[    3.320062] usbhid: USB HID core driver
[    3.325895] input: SINO WEALTH Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:258A:0111.0001/input/input4
[    3.385092] hid-generic 0003:258A:0111.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH Gaming Keyboard] on usb-0000:00:14.0-2/input0
[    3.385535] input: SINO WEALTH Gaming Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:258A:0111.0002/input/input5
[    3.385706] input: SINO WEALTH Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:258A:0111.0002/input/input6
[    3.397035] fbcon: inteldrmfb (fb0) is primary device
[    3.397510] Console: switching to colour frame buffer device 240x75
[    3.397607] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.444372] input: SINO WEALTH Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:258A:0111.0002/input/input7
[    3.444499] input: SINO WEALTH Gaming Keyboard Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:258A:0111.0002/input/input8
[    3.444697] hid-generic 0003:258A:0111.0002: input,hiddev0,hidraw1: USB HID v1.10 Mouse [SINO WEALTH Gaming Keyboard] on usb-0000:00:14.0-2/input1
[    5.110310] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
[    5.494622] systemd[1]: systemd 239 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    5.513314] systemd[1]: Detected architecture x86-64.
[    5.521176] systemd[1]: Set hostname to <onzo>.
[    5.802374] systemd[1]: Reached target Remote File Systems.
[    5.802657] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.803060] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.803391] systemd[1]: Listening on Journal Socket.
[    5.804846] systemd[1]: Listening on Journal Audit Socket.
[    5.805023] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.808871] systemd[1]: Starting Set the console keyboard layout...
[    5.830107] EXT4-fs (mmcblk0p9): re-mounted. Opts: errors=remount-ro
[    5.889576] lp: driver loaded but no devices found
[    5.902716] ppdev: user-space parallel port driver
[    5.976607] systemd-journald[314]: Received request to flush runtime journal from PID 1
[    6.640771] 8086228A:00: ttyS4 at MMIO 0xa1a21000 (irq = 39, base_baud = 2764800) is a 16550A
[    6.643330] serial serial0: tty port ttyS4 registered
[    6.653509] 8086228A:01: ttyS5 at MMIO 0xa1a1f000 (irq = 40, base_baud = 2764800) is a 16550A
[    6.704461] input: Intel HID events as /devices/pci0000:00/INT33D5:00/input/input9
[    6.705202] Goodix-TS i2c-GDIX1001:00: ID 911, version: 1062
[    6.710825] Bluetooth: Core ver 2.22
[    6.711345] input: Goodix Capacitive TouchScreen as /devices/pci0000:00/808622C1:05/i2c-5/i2c-GDIX1001:00/input/input10
[    6.717782] NET: Registered protocol family 31
[    6.717787] Bluetooth: HCI device and connection manager initialized
[    6.717792] Bluetooth: HCI socket layer initialized
[    6.717796] Bluetooth: L2CAP socket layer initialized
[    6.717818] Bluetooth: SCO socket layer initialized
[    6.739232] Bluetooth: HCI UART driver ver 2.3
[    6.739236] Bluetooth: HCI UART protocol H4 registered
[    6.739237] Bluetooth: HCI UART protocol BCSP registered
[    6.739288] Bluetooth: HCI UART protocol LL registered
[    6.739289] Bluetooth: HCI UART protocol ATH3K registered
[    6.739291] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    6.739409] Bluetooth: HCI UART protocol Intel registered
[    6.739526] Bluetooth: HCI UART protocol Broadcom registered
[    6.739556] Bluetooth: HCI UART protocol QCA registered
[    6.739558] Bluetooth: HCI UART protocol AG6XX registered
[    6.739559] Bluetooth: HCI UART protocol Marvell registered
[    6.740082] usb 1-3: USB disconnect, device number 3
[    6.748377] ttyS4 - failed to request DMA
[    6.760512] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    6.800408] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    6.861706] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=0 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input11
[    6.864943] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=1 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input12
[    6.867776] input: Intel HDMI/DP LPE Audio HDMI/DP,pcm=2 as /devices/pci0000:00/0000:00:02.0/hdmi-lpe-audio/sound/card0/input13
[    6.924139] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.952543] rt5645 i2c-10EC5645:00: Detected GPD Win / Pocket platform
[    6.952558] rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply avdd not found, using dummy regulator
[    6.952591] rt5645 i2c-10EC5645:00: i2c-10EC5645:00 supply cpvdd not found, using dummy regulator
[    6.959529] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.969311] Bluetooth: hci0: BCM: chip id 101
[    6.969628] Bluetooth: hci0: BCM: features 0x2f
[    6.970508] Bluetooth: hci0: BCM4354A2
[    6.970517] Bluetooth: hci0: BCM4356A2 (001.003.015) build 0000
[    6.974462] bluetooth hci0: Direct firmware load for brcm/BCM4356A2.hcd failed with error -2
[    6.974469] Bluetooth: hci0: BCM: Patch brcm/BCM4356A2.hcd not found
[    6.990061] intel_sst_acpi 808622A8:00: LPE base: 0xa1600000 size:0x200000
[    6.990066] intel_sst_acpi 808622A8:00: IRAM base: 0xa16c0000
[    6.990141] intel_sst_acpi 808622A8:00: DRAM base: 0xa1700000
[    6.990150] intel_sst_acpi 808622A8:00: SHIM base: 0xa1740000
[    6.990158] intel_sst_acpi 808622A8:00: Mailbox base: 0xa1744000
[    6.990165] intel_sst_acpi 808622A8:00: DDR base: 0x20000000
[    6.991429] intel_sst_acpi 808622A8:00: Got drv data max stream 25
[    7.009621] usbcore: registered new interface driver brcmfmac
[    7.009705] brcmfmac 0000:01:00.0: enabling device (0000 -> 0002)
[    7.108964] cryptd: max_cpu_qlen set to 1000
[    7.116483] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-pcie for chip BCM4356/2
[    7.130504] SSE version of gcm_enc/dec engaged.
[    7.298791] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-pcie for chip BCM4356/2
[    7.298854] brcmfmac 0000:01:00.0: Direct firmware load for brcm/brcmfmac4356-pcie.clm_blob failed with error -2
[    7.298859] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available (err=-2), device may have limited channels available
[    7.299320] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4356/2 wl0: Oct 23 2017 05:12:10 version 7.35.180.176 (r674455 CY) FWID 01-7386a497
[    7.496390] intel_rapl: Found RAPL domain package
[    7.496394] intel_rapl: Found RAPL domain core
[    7.557117] input: gpio-keys as /devices/platform/gpio-keys.0.auto/input/input14
[    7.558062] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input15
[    7.750351] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[    7.750406] cht-bsw-rt5645 cht-bsw-rt5645: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[    7.751124] cht-bsw-rt5645 cht-bsw-rt5645: rt5645-aif1 <-> ssp2-port mapping ok
[    7.760898] brcmfmac 0000:01:00.0 wlp1s0: renamed from wlan0
[    7.816992] input: chtrt5645 Headset as /devices/pci0000:00/808622A8:00/cht-bsw-rt5645/sound/card1/input16
[    8.723315] Adding 8294396k swap on /dev/mmcblk0p6.  Priority:-2 extents:1 across:8294396k SSFS
[    8.803347] EXT4-fs (mmcblk0p8): mounted filesystem with ordered data mode. Opts: (null)
[    9.091322] audit: type=1400 audit(1547410313.952:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=781 comm="apparmor_parser"
[    9.093125] audit: type=1400 audit(1547410313.956:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=780 comm="apparmor_parser"
[    9.093134] audit: type=1400 audit(1547410313.956:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=780 comm="apparmor_parser"
[    9.093138] audit: type=1400 audit(1547410313.956:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=780 comm="apparmor_parser"
[    9.101141] audit: type=1400 audit(1547410313.964:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=777 comm="apparmor_parser"
[    9.101151] audit: type=1400 audit(1547410313.964:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=777 comm="apparmor_parser"
[    9.101655] audit: type=1400 audit(1547410313.964:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=778 comm="apparmor_parser"
[    9.101663] audit: type=1400 audit(1547410313.964:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=778 comm="apparmor_parser"
[    9.101668] audit: type=1400 audit(1547410313.964:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=778 comm="apparmor_parser"
[    9.101673] audit: type=1400 audit(1547410313.964:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=778 comm="apparmor_parser"
[  10.070975] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  10.070978] Bluetooth: BNEP filters: protocol multicast
[  10.070985] Bluetooth: BNEP socket layer initialized
[  11.036113] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  11.080510] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  11.359479] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  22.547074] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[  26.043336] intel_sst_acpi 808622A8:00: FW Version 01.0b.02.02
[  26.290119] Bluetooth: RFCOMM TTY layer initialized
[  26.290131] Bluetooth: RFCOMM socket layer initialized
[  26.290149] Bluetooth: RFCOMM ver 1.11
[  29.359599] random: crng init done
[  29.359606] random: 7 urandom warning(s) missed due to ratelimiting
[  29.686110] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[  103.317983] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[  103.468807] usb 1-4: New USB device found, idVendor=18a5, idProduct=0302, bcdDevice=11.00
[  103.468827] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  103.468839] usb 1-4: Product: STORE N GO
[  103.468850] usb 1-4: Manufacturer: Verbatim
[  103.468859] usb 1-4: SerialNumber: 04XFGKC9HG2VBRQL
[  103.545440] usb-storage 1-4:1.0: USB Mass Storage device detected
[  103.546920] scsi host0: usb-storage 1-4:1.0
[  103.547209] usbcore: registered new interface driver usb-storage
[  103.551449] usbcore: registered new interface driver uas
[  107.015830] scsi 0:0:0:0: Direct-Access    Verbatim STORE N GO      1100 PQ: 0 ANSI: 4
[  107.018509] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  109.937075] sd 0:0:0:0: [sda] 60620800 512-byte logical blocks: (31.0 GB/28.9 GiB)
[  111.300353] sd 0:0:0:0: [sda] Write Protect is off
[  111.300368] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[  112.663740] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  115.491628] sd 0:0:0:0: [sda] Attached SCSI removable disk


dangrmoose 01-13-2019 02:26 PM

I opened up Disks again after running those commands (unsure if related) and it's at least detecting the USB, but now says it is an unknown file system.

[Screenshot-at-2019-01-14-05-53-32.png](https://postimg.cc/0KD0dV0F)

ferrari 01-13-2019 02:50 PM

Ok, the output shows that it is being detected as /dev/sda, but perhaps you need to add the requisite file-system support. Is it using exFAT perhaps?
Code:

sudo fdisk -l

ondoho 01-14-2019 12:26 AM

your fdisk & dmesg output suggests that the USB stick is perfectly fine.
it is recognized as /dev/sda.
but there appears to be nothing on it. no partitions, no filesystem. therefore there is nothing to mount.
should there be something on it? what?

dangrmoose 01-18-2019 04:06 PM

Quote:

Originally Posted by ferrari (Post 5948625)
Ok, the output shows that it is being detected as /dev/sda, but perhaps you need to add the requisite file-system support. Is it using exFAT perhaps?
Code:

sudo fdisk -l

I formatted it as ext4, so it should have file system support. I am assuming that the system nuked the partition somehow, as the underlying problem with the multiple mounts from my screenshots is getting worse - I am now up to 13 entries for the same drive.

Additionally, my system is slowing down considerably when copying files (took over an hour to copy 2gb of files from a USB3.0 stick yesterday), and now is having difficulties shutting down.

Is there any way to address these symptoms or do I do the laissez-faire approach and wait for the next ubuntu MATE release? I was hoping not having to use that option as I wanted to move to a rolling distro to avoid the constant format and migration process.

ferrari 01-18-2019 04:30 PM

This reads like you have more than one issue to deal with. No usable filesystem on your Verbatim device. You should start by backing up any important data.

I note that this partition (SD card?) is nearly full...
Code:

/dev/mmcblk0p5 ext4      35G  31G  1.8G  95% /media/onzo/9a706ec3-8390-498c-93c0-01bf0984f28f9
I'm not surprised to read of the filesystem 'slow-down' that you described.

ondoho 01-19-2019 01:19 AM

Quote:

Originally Posted by dangrmoose (Post 5950771)
Is there any way to address these symptoms or do I do the laissez-faire approach and wait for the next ubuntu MATE release?

this would imply that all ubuntu mate users are experiencing that same problem.
but i think it much more likely that it is something specific to your setup.
seeing as the SSD is almost full, check that:
- what filled it?
did you just install so much software?
or is something generating cruft (usually log files filling up with important error messages)?
i believe you can use the
Code:

df
and
Code:

du
commands to find out.
make sure you check the man pages to get the info you need in a readable format.

dangrmoose 01-26-2019 04:54 AM

Ok thanks ferrari & ondoho.

I have 3 partitions on my local drive (home, root and 2nd OS) and I checked them all for space, and they're averaging ~1.5gb. I had assumed that 1gb would be plenty to leave on each one, but I will endeavour to being them back under 90% to see if that is contributing.

ondoho 01-26-2019 05:40 AM

^ read 'man tune2fs', esp. the -m option.
should be 5% for mission critical filesystems, can be up to 0 for others (storage only).


All times are GMT -5. The time now is 12:52 AM.