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

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

本帖由 Aaron1862021-12-31 发布。版面名称:群晖 Synology DSM

  1. Aaron186

    Aaron186 Member

    注册:
    2021-11-12
    帖子:
    30
    最后编辑: 2021-12-31
  2. Aaron186

    Aaron186 Member

    注册:
    2021-11-12
    帖子:
    30
    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)