dolphin84

Untitled

Mar 16th, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.61 KB | None | 0 0
  1. mint@mint:~$ uname -a
  2. Linux mint 4.19.0-8-686 #1 SMP Debian 4.19.98-1 (2020-01-26) i686 GNU/Linux
  3. mint@mint:~$ lsb_release -a
  4. No LSB modules are available.
  5. Distributor ID: Linuxmint
  6. Description: LMDE 4 (debbie)
  7. Release: 4
  8. Codename: debbie
  9.  
  10. mint@mint:~$ sudo fdisk -l
  11. Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectors
  12. Units: sectors of 1 * 512 = 512 bytes
  13. Sector size (logical/physical): 512 bytes / 512 bytes
  14. I/O size (minimum/optimal): 512 bytes / 512 bytes
  15. Disklabel type: gpt
  16. Disk identifier: 6AB4AC7E-5237-40A3-AE7D-CD4CDA702B8F
  17. Device Start End Sectors Size Type
  18. /dev/mmcblk0p3 1288192 60147711 58859520 28.1G Microsoft basic data
  19.  
  20. Disk /dev/sda: 28.9 GiB, 31004295168 bytes, 60555264 sectors
  21. Disk model: DataTraveler 2.0
  22. Units: sectors of 1 * 512 = 512 bytes
  23. Sector size (logical/physical): 512 bytes / 512 bytes
  24. I/O size (minimum/optimal): 512 bytes / 512 bytes
  25. Disklabel type: dos
  26. Disk identifier: 0x03f5aa5a
  27. Device Boot Start End Sectors Size Id Type
  28. /dev/sda1 * 2048 60555263 60553216 28.9G c W95 FAT32 (LBA)
  29.  
  30. Disk /dev/loop0: 1.6 GiB, 1750278144 bytes, 3418512 sectors
  31. Units: sectors of 1 * 512 = 512 bytes
  32. Sector size (logical/physical): 512 bytes / 512 bytes
  33. I/O size (minimum/optimal): 512 bytes / 512 bytes
  34.  
  35. mint@mint:~$ lsblk
  36. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
  37. loop0 7:0 0 1.6G 1 loop /source
  38. sda 8:0 1 28.9G 0 disk
  39. └─sda1 8:1 1 28.9G 0 part /lib/live/mount/medium
  40. mmcblk0 179:0 0 29.1G 0 disk
  41. └─mmcblk0p3 179:3 0 28.1G 0 part /media/mint/OS
  42. mmcblk0boot0 179:256 0 4M 1 disk
  43. mmcblk0boot1 179:512 0 4M 1 disk
  44.  
  45. mint@mint:~$ df -hT
  46. Filesystem Type Size Used Avail Use% Mounted on
  47. udev devtmpfs 943M 0 943M 0% /dev
  48. tmpfs tmpfs 192M 6.0M 186M 4% /run
  49. /dev/sda1 vfat 29G 1.8G 28G 7% /run/live/medium
  50. /dev/loop0 squashfs 1.7G 1.7G 0 100% /source
  51. tmpfs tmpfs 958M 18M 941M 2% /run/live/overlay
  52. overlay overlay 958M 18M 941M 2% /
  53. tmpfs tmpfs 958M 0 958M 0% /dev/shm
  54. tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  55. tmpfs tmpfs 958M 0 958M 0% /sys/fs/cgroup
  56. tmpfs tmpfs 958M 20K 958M 1% /tmp
  57. tmpfs tmpfs 192M 32K 192M 1% /run/user/1000
  58. /dev/mmcblk0p3 fuseblk 29G 23G 6.0G 79% /media/mint/OS
  59. mint@mint:~$ ls -la /sys/firmware/efi
  60. ls: cannot access '/sys/firmware/efi': No such file or directory
  61.  
  62. mint@mint:~$ cat /proc/cpuinfo
  63. processor : 0
  64. vendor_id : GenuineIntel
  65. cpu family : 6
  66. model : 76
  67. model name : Intel(R) Celeron(R) CPU N3060 @ 1.60GHz
  68. stepping : 4
  69. microcode : 0x410
  70. cpu MHz : 2068.539
  71. cache size : 1024 KB
  72. physical id : 0
  73. siblings : 2
  74. core id : 0
  75. cpu cores : 2
  76. apicid : 0
  77. initial apicid : 0
  78. fdiv_bug : no
  79. f00f_bug : no
  80. coma_bug : no
  81. fpu : yes
  82. fpu_exception : yes
  83. cpuid level : 11
  84. wp : yes
  85. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
  86. bugs : cpu_meltdown spectre_v1 spectre_v2 mds msbds_only
  87. bogomips : 3200.00
  88. clflush size : 64
  89. cache_alignment : 64
  90. address sizes : 36 bits physical, 48 bits virtual
  91. power management:
  92. processor : 1
  93. vendor_id : GenuineIntel
  94. cpu family : 6
  95. model : 76
  96. model name : Intel(R) Celeron(R) CPU N3060 @ 1.60GHz
  97. stepping : 4
  98. microcode : 0x410
  99. cpu MHz : 2192.215
  100. cache size : 1024 KB
  101. physical id : 0
  102. siblings : 2
  103. core id : 2
  104. cpu cores : 2
  105. apicid : 4
  106. initial apicid : 4
  107. fdiv_bug : no
  108. f00f_bug : no
  109. coma_bug : no
  110. fpu : yes
  111. fpu_exception : yes
  112. cpuid level : 11
  113. wp : yes
  114. flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx rdtscp lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes rdrand lahf_lm 3dnowprefetch epb ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust smep erms dtherm ida arat
  115. bugs : cpu_meltdown spectre_v1 spectre_v2 mds msbds_only
  116. bogomips : 3200.00
  117. clflush size : 64
  118. cache_alignment : 64
  119. address sizes : 36 bits physical, 48 bits virtual
  120. power management:
  121.  
  122. mint@mint:~$ inxi -F
  123. System:
  124. Host: mint Kernel: 4.19.0-8-686 i686 bits: 32 Desktop: Cinnamon 4.4.8
  125. Distro: LMDE 4 Debbie
  126. Machine:
  127. Type: Portable System: Dell product: Inspiron 11-3162 v: 2.4.0
  128. serial: <root required>
  129. Mobo: Dell model: 0K3TGH v: A00 serial: <root required>
  130. UEFI [Legacy]: Dell v: 2.4.0 date: 01/31/2018
  131. Battery:
  132. ID-1: BAT0 charge: 16.1 Wh condition: 26.1/32.0 Wh (82%)
  133. CPU:
  134. Topology: Dual Core model: Intel Celeron N3060 bits: 64 type: MCP
  135. L2 cache: 1024 KiB
  136. Speed: 2407 MHz min/max: 480/2480 MHz Core speeds (MHz): 1: 2480 2: 2480
  137. Graphics:
  138. Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx
  139. Integrated Graphics
  140. driver: N/A
  141. Display: x11 server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting
  142. resolution: 1368x768~N/A
  143. OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6
  144. Audio:
  145. Device-1: Intel Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series
  146. High Definition Audio
  147. driver: snd_hda_intel
  148. Sound Server: ALSA v: k4.19.0-8-686
  149. Network:
  150. Device-1: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter
  151. driver: ath9k
  152. IF: wlp1s0 state: down mac: 8e:60:9e:9b:17:19
  153. Device-2: Qualcomm Atheros type: USB driver: btusb
  154. Drives:
  155. Local Storage: total: 58.00 GiB used: 23.92 GiB (41.2%)
  156. ID-1: /dev/mmcblk0 model: DF4032 size: 29.12 GiB
  157. ID-2: /dev/sda type: USB vendor: Kingston model: DataTraveler 2.0
  158. size: 28.88 GiB
  159. Partition:
  160. ID-1: / size: 957.9 MiB used: 17.1 MiB (1.8%) fs: overlay source: ERR-102
  161. Sensors:
  162. System Temperatures: cpu: 39.0 C mobo: 34.0 C
  163. Fan Speeds (RPM): N/A
  164. Info:
  165. Processes: 164 Uptime: 3h 39m Memory: 1.87 GiB used: 553.8 MiB (28.9%)
  166. Shell: bash inxi: 3.0.32
  167. mint@mint:~$
Advertisement
Add Comment
Please, Sign In to add comment