Можно ли запросить максимальный барабан, который принимает мой мобиль?

cntrl shift N открывает второй терминал, где у меня есть сфокусированный терминал, а cntrl D закрывает termimal

18
задан 24 May 2012 в 22:13

17 ответов

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
24
ответ дан 25 May 2018 в 11:08
  • 1
    Вы также можете проверить -t 2, который может предоставить информацию о материнской плате, включая номер модели. Этот номер модели может привести к документации, которая могла бы быть более полезной для вас. – Charles 22 May 2012 в 00:53
  • 2
    И в одном лайнере: sudo dmidecode -t16,17 – Insperatus 7 January 2013 в 23:22
  • 3
    sudo dmidecode -t memory эквивалентен и исключает дескриптор , type и size info, который можно считать посторонним – Insperatus 7 January 2013 в 23:29

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 25 July 2018 в 18:48

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 31 July 2018 в 10:37

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 2 August 2018 в 00:58

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 4 August 2018 в 16:28

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 6 August 2018 в 01:08

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 7 August 2018 в 18:34

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 10 August 2018 в 07:14

Вы можете легко найти это с помощью следующей команды:

sudo dmidecode -t 16

Эта команда покажет вам, сколько в каждом слоте уже:

sudo dmidecode -t 17
25
ответ дан 15 August 2018 в 19:15
  • 1
    Вы также можете проверить -t 2, который может предоставить информацию о материнской плате, включая номер модели. Этот номер модели может привести к документации, которая могла бы быть более полезной для вас. – Charles 22 May 2012 в 00:53
  • 2
    И в одном лайнере: sudo dmidecode -t16,17 – Insperatus 7 January 2013 в 23:22
  • 3
    sudo dmidecode -t memory эквивалентен и исключает handle , type и size информацию, которая может считаться посторонней – Insperatus 7 January 2013 в 23:29

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 25 May 2018 в 11:08
  • 1
    Есть ли у меня способ показать максимальную емкость ОЗУ на каждый слот? – Waldir Leoncio 28 October 2016 в 14:44
  • 2
    Извините, я не знаю. – user unknown 29 October 2016 в 03:34

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 25 July 2018 в 18:48

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 31 July 2018 в 10:37

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 2 August 2018 в 00:58

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 4 August 2018 в 16:28

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 6 August 2018 в 01:08

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 7 August 2018 в 18:34

lshw (аппаратное обеспечение списка) с sudo, -Class memory:

sudo lshw -C memory
[sudo] password for stefan: 
  *-firmware              
       description: BIOS
       vendor: American Megatrends Inc.
       physical id: 0
       version: 0208 (01/31/2005)
       size: 64KiB
       capacity: 448KiB
       capabilities: isa pci pcmcia pnp apm upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
  *-cache:0
       description: L1 cache
       physical id: 5
       slot: L1-Cache
       size: 32KiB
       capacity: 32KiB
       capabilities: pipeline-burst internal varies data
  *-cache:1
       description: L2 cache
       physical id: 6
       slot: L2-Cache
       size: 2MiB
       capacity: 2MiB
       capabilities: pipeline-burst internal varies unified
  *-memory
       description: System Memory
       physical id: 1b
       slot: System board or motherboard
       size: 1GiB
       capacity: 3GiB
     *-bank:0
          description: DIMM SDRAM Synchronous
          product: PartNum0
          vendor: Manufacturer0
          physical id: 0
          serial: SerNum0
          slot: DIMM0
          size: 512MiB
          width: 64 bits
     *-bank:1
          description: DIMM SDRAM Synchronous
          product: PartNum1
          vendor: Manufacturer1
          physical id: 1
          serial: SerNum1
          slot: DIMM1
          size: 512MiB
          width: 64 bits

Часть:

   size: 1GiB
   capacity: 3GiB

- это то, что вы ищете. Моя система имеет 1GiB, но возьмет 3.

8
ответ дан 10 August 2018 в 07:14

Другие вопросы по тегам:

Похожие вопросы: