1. 服务器/VPS/主机用户Telegram电报群: https://t.me/openos
    黑群晖 Synology Telegram电报群: https://t.me/nasfan
    Dismiss Notice

把USB口改識別成SATA口,怎麼看USB端口的編號

Discussion in '群晖 Synology DSM' started by Aaron186, Dec 31, 2021.

  1. Aaron186

    Aaron186 Member

    Joined:
    Nov 12, 2021
    Messages:
    37
    Last edited: Dec 31, 2021
  2. Aaron186

    Aaron186 Member

    Joined:
    Nov 12, 2021
    Messages:
    37
    esataportcfg="0x0"
    usbportcfg="0x30000"
    internalportcfg="0xffff"


    3000= 11 0000 0000 0000
    30000 = 11 0000 0000 0000 0000 *
    300000 = 11 0000 0000 0000 0000 0000

    ffff=1111 1111 1111 1111

    第一個usb口改sata (A300前面USB口變SATA)
    usbportcfg="0x20000"
    internalportcfg="0x1ffff"


    第二個usb口改sata (A300後面板USB變SATA)
    usbportcfg="0x10000"
    internalportcfg="0x2ffff"

    全改
    usbportcfg="0x0"
    internalportcfg="0x3ffff"

    (01=1 10=2 11=3)