File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Test_fstab=$(cat /etc/fstab 2>&1 | sed 's/;/!/g')
398398Test_dmidecode=$( dmidecode 2>&1 | sed ' s/;/!/g' | sed ' /^[[:space:]]*$/d' )
399399Test_hwinfo=$( hwinfo --arch --bios --block --bridge --disk --framebuffer --gfxcard --hub --ide --isapnp --listmd --memory --mmc-ctrl --monitor --netcard --partition --pci --pcmcia --pcmcia-ctrl --redasd --scsi --sound --storage-ctrl --sys --tape --usb --usb-ctrl 2>&1 | sed ' s/;/!/g' | sed ' /^[[:space:]]*$/d' )
400400Test_nvme=$( nvme list -o json 2>&1 | sed ' s/\x0//g' )
401- Test_nvme+=$( nvme show-regs " $BootDrive " -H 2>&1 | sed ' s/;/!/g' | sed ' s/\x0//g' )
401+ # Test_nvme+=$(nvme show-regs "$BootDrive" -H 2>&1 | sed 's/;/!/g' | sed 's/\x0//g')
402402Test_smartctl=$( smartctl -x " $BootDrive " 2>&1 | sed ' s/;/!/g' | sed ' /^[[:space:]]*$/d' )
403403Test_sdparm=$( sudo sdparm --long --verbose " $BootDrive " 2>&1 | sed ' s/;/!/g' | sed ' /^[[:space:]]*$/d' )
404404Capacity=$( lsblk -l 2>&1 | grep " $BootDriveSuffix " -m 1 | awk ' NR==1{ print $4 }' | sed ' s/,/./g' )
You can’t perform that action at this time.
0 commit comments