Page 2 of 2

Re: New pinxi/inxi test: Disk vendor

Posted: Sat May 05, 2018 2:45 pm
by h2-1
pinxi 3.0.07-15 adds even more vendors, arcane ones, ancient ones, ones I had no idea that they even made ssd drives. And there's an Intenso, lol, when I added that, I was thinking, ok, 1 person had this, but do these even exist anymore? yet there it is.

I think I'll have to live with the 'Patriot Memory' becoming vendor: Patriot model: Memory since there's just so much one can do there.

Re: New pinxi/inxi test: Disk vendor

Posted: Sat May 05, 2018 3:01 pm
by jbMacAZ

Code: Select all

john@LapLet:/usr/local/bin$ pinxi -zdxxx
Drives:
  HDD Total Size: 1.96 TiB used: 569.78 GiB (28.3%) 
  ID-1: /dev/mmcblk0 vendor: SanDisk model: AFGCE size: 59.48 GiB 
  serial: <filter> rev: 0x0 scheme: GPT 
  ID-2: /dev/mmcblk2 vendor: Samsung model: MCG8GC size: 58.24 GiB 
  serial: <filter> rev: 0x7 scheme: GPT 
  ID-3: /dev/sda type: USB vendor: Seagate model: BUP Slim BK size: 1.82 TiB 
  serial: <filter> rev: 0304 scheme: MBR 
  ID-4: /dev/sdb type: USB vendor: Samsung model: Flash Drive DUO 
  size: 29.88 GiB serial: <filter> rev: 1100 scheme: GPT 
  Message: No Optical or Floppy data was found.
In order, SD card, mmc built-in storage, USB HD drive, USB flash. Looks good on baytrail ultra.

Re: New pinxi/inxi test: Disk vendor

Posted: Sat May 05, 2018 3:47 pm
by oldhoghead
My desktop, will add laptops later.

Code: Select all

$ pinxi -zdxxx

Drives:
  HDD Total Size: 465.76 GiB used: 26.74 GiB (5.7%) 
  ID-1: /dev/sda vendor: Hitachi model: HDS725050KLA360 size: 465.76 GiB 
  serial: <filter> rev: CP0A scheme: GPT 
  Optical-1: /dev/sr0 vendor: MATSHITA model: DVD-R UJ-85J rev: FCQ5 dev-links: cdrom 
  Features: speed: 24 multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r 
  state: running 

$ pinxi -v

CPU: Dual Core Intel Core2 T7400 (-MCP-) speed/min/max: 999/1000/2167 MHz 
Kernel: 4.15.14-antix.1ohh3 x86_64 Up: 3d 1h 10m Mem: 809.2/2984.8 MiB (27.1%) 
HDD: 465.76 GiB (5.7% used) Procs: 134 Shell: bash 4.4.12 pinxi: 3.0.07-15
cheers,
ohh

Re: New pinxi/inxi test: Disk vendor

Posted: Sat May 05, 2018 4:36 pm
by fehlix
some more with a bunch of mixed USBs ...
pinxi -zdxxx
Drives: HDD Total Size: 7.98 TiB used: 1.19 TiB (14.9%)
ID-1: /dev/sda vendor: Samsung model: SSD 850 EVO 500GB size: 465.76 GiB serial: <filter> rev: 2B6Q
scheme: GPT
ID-2: /dev/sdb vendor: Seagate model: ST4000DM005-2DP166 size: 3.64 TiB serial: <filter> rev: 0001
scheme: GPT
ID-3: /dev/sdc vendor: Seagate model: ST4000DM005-2DP166 size: 3.64 TiB serial: <filter> rev: 0001
scheme: GPT
ID-4: /dev/sde type: USB model: Generic Flash HS-MS SD size: 59.5 MiB serial: <filter> rev: 5.14
scheme: MBR
ID-5: /dev/sdg type: USB vendor: SanDisk model: Extreme Pro size: 119.25 GiB serial: <filter>
scheme: MBR
ID-6: /dev/sdh type: USB model: HFS128G39TND-N210A size: 119.24 GiB serial: <filter> scheme: MBR
ID-7: /dev/sdi type: USB vendor: Lexar model: USB Flash Drive size: 7.47 GiB serial: <filter>
rev: 1100 scheme: MBR
ID-8: /dev/sdj type: USB model: VendorCo ProductCode size: 961.0 MiB serial: <filter> rev: 2.00
ID-9: /dev/sdk type: USB model: General size: 1.86 GiB serial: <filter> rev: 5.00 scheme: MBR
ID-10: /dev/sdl type: USB model: 256MB USB2.0FlashDrive size: 250.0 MiB serial: <filter> rev: 0.00
scheme: GPT
ID-11: /dev/sdm type: USB model: Generic Flash Disk size: 3.75 GiB serial: <filter> rev: 8.07
Optical-1: /dev/sr0 vendor: Optiarc model: DVD RW AD-7260S rev: 1.03 dev-links: cdrom,cdrw,dvd,dvdrw
Features: speed: 48 multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram
state: running

pinxi -V
pinxi 3.0.07-16 (2018-05-05)

Re: New pinxi/inxi test: Disk vendor

Posted: Sat May 05, 2018 7:10 pm
by h2-1
fehlix, pinxi 3.0.0717 should fix the failied

model: HFS128G39TND-N210A

ID, that's a SK Hynix, and also should now clean out the junk

model: VendorCo ProductCode

and show: N/A instead, I think anyway.

Always good to see what junk data is present in these cases.

I also added more tentative support for harder to ID vendors, but I may have to remove those because they might be too loose and lead to wrong IDs.

Re: New pinxi/inxi test: Disk vendor

Posted: Mon May 07, 2018 3:25 am
by h2-1
inxi 3.0.08 is now out. I hope the vendor detections work as planned.

Re: New pinxi/inxi test: Disk vendor

Posted: Mon May 07, 2018 7:05 am
by Richard
Thanks, h2.