Beiträge von kuks

    Zitat von tkaiser

    There the ':u' is missing.

    You are right...now it works! The driver in use is usb-storage and rsync works fine...
    Many thanks!!!



    Zitat von geaves

    thank you for your suggestion, but as you can see above my problem now is solved...

    Ok, thank you very much for your help anyway.

    Zitat von tkaiser

    I only use Seagate 'internal' SATA/SAS disks but would never buy any of their USB3 products due to the Linux problems with them

    Therefore I guess that the best solution is to change the external disk and to buy a not-Seagate one, isn't it?? Do you have any suggestion about that?

    Zitat von tkaiser

    You still need to blacklist the device and not the module.

    Now my blacklist file is as follows:

    Code
    root@nas:~# lsusb 
    Bus 002 Device 003: ID 0bc2:2312 Seagate RSS LLC 
    Bus 002 Device 002: ID 174c:3074 ASMedia Technology Inc. ASM1074 SuperSpeed hub
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
    Bus 001 Device 002: ID 174c:2074 ASMedia Technology Inc. ASM1074 High-Speed hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    root@nas:~# cat /etc/modprobe.d/blacklist-uas.conf 
    options usb-storage quirks=0bc2:2312

    The Seagate disk is now found (/dev/sdd exists) and can be mounted, but the driver in use is again uas...



    Code
    root@nas:~# lsusb -t
    /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
        |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
            |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=uas, 5000M
    /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/7p, 480M
        |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M
        |__ Port 5: Dev 3, If 0, Class=Hub, Driver=hub/4p, 480M

    Blacklisting as you said gives me this output (after rebooting)

    therefore it seems that NO driver is loaded for the Seagate external HD, isn't it? I obtain a similar output connecting the hd to an usb 2.0 port

    Zitat von tkaiser

    do some research to 'UAS blacklist' your specific disk on Debian (search hits for Ubuntu are appropriate as well -- simply do a web search)

    Without the uas module I cannot mount the disk. Even the device name (sdd in my case) has disappeared from /dev directory...
    Did I do any mistake??



    Zitat von tkaiser

    upgrade to at least kernel 4.14 since IIRC with this version the following patch has been applied to the kernel that should fix the issue: patchwork.kernel.org/patch/10058075/

    Sorry for my question, but is it safe (and is it possible) to upgrade manually from a 4.9.0-0.bpo.6-amd64 kernel to a newer (bpo??) kernel? From a quick attempt apt-get refuses to upgrade to 4.17.0-0.bpo.3-amd64 (broken dependence with linux-compiler).
    Thank you.

    This is the ouput:

    Hi, I have a NAS with OMV 3.(Debian Stretch) with two HD configured as RAID1 and an external usb 3.0 HD for backup.
    Dmesg lists the following error when I try to rsync files on that disk


    [ 306.164222] xhci_hcd 0000:00:14.0: ERROR Transfer event for disabled endpoint or incorrect stream ring
    [ 306.164481] xhci_hcd 0000:00:14.0: @0000000175a67ab0 00000000 00000000 04000000 04038001


    and the rsync process hangs. I cannot understand the error, can anyone help me?
    Thank you!
    kuks