Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: floppy on August 27, 2012, 02:49:46 PM

Title: (solved) INXI dont show the UUIDs and Labels in the output; why?
Post by: floppy on August 27, 2012, 02:49:46 PM
hello,
inxi dont show the UUID and labels in the output. Is there an issue and perhaps an extension-update necessary?
The result of blkid is in the attachment: it content should be in the inxi output, or perhaps I am wrong?

inxi -Fo
==========================================================
System:    Host box Kernel 3.0.21-tinycore i686 (32 bit) Distro Core Linux
CPU:       Single core Intel Atom N450 (UP) cache 512 KB flags (lm nx sse sse2 sse3 ssse3) bmips 3326.28 clocked at 1662.376 MHz
Graphics:  Card Intel N10 Family Integrated Graphics Controller TinyCore Linux 111 Res: 1024x600@60.2hz
           GLX Renderer Software Rasterizer GLX Version 2.1 Mesa 7.10.3 Direct Rendering Yes
Audio:     Card Intel N10/ICH 7 Family High Definition Audio Controller driver oss_hdaudio BusID: 00:1b.0
Network:   Card-1 Broadcom BCM4313 802.11b/g/n Wireless LAN Controller mdriver wl BusID: 05:00.0
           Card-2 Marvell 88E8040 PCI-E Fast Ethernet Controller driver sky2 at port 2000 BusID: 09:00.0
Disks:     HDD Total Size:258.1GB (1.7% used) 1: /dev/sda SAMSUNG_HM250HI 250.1GB
           2: /dev/sdb STORAGE_DEVICE 8.0GB
Partition: ID:/ size: 897M used: 78M (9%) fs: rootfs
Unmounted: ID: /dev/sda1 size: 21.47G  label: N/A uuid: N/A
           ID: /dev/sda2 size: 0.10G   label: N/A uuid: N/A
           ID: /dev/sda3 size: 91.27G  label: N/A uuid: N/A
           ID: /dev/sda5 size: 126.72G label: N/A uuid: N/A
           ID: /dev/sdb2 size: 0.28G   label: N/A uuid: N/A
Info:      Processes 136 Uptime 1:07 Memory 194.4/995.8MB Client Shell inxi 1.4.10
=========================================================
Title: Re: INXI dont show the UUIDs and Labels in the output; why?
Post by: floppy on September 01, 2012, 11:23:20 AM
Hello,
so far I understood, inxi.tcz is a script.
Now, could you please give me few hints how to upgrade the current inxi.tcz with the latest inxi script version (1.8.14)?
In TinyCore, the version is 1.4.10.
Then I will test my label and UUID issue again.

script from the inxi project page http://code.google.com/p/inxi/ can be found here http://inxi.googlecode.com/svn/trunk/inxi
(too big to be loaded here)
Title: Re: INXI dont show the UUIDs and Labels in the output; why?
Post by: aus9 on September 17, 2012, 04:14:26 AM
Hi
I have not tested your tcz yet but based on "normal" install.

first command to display parttition UUID with labels
Quote
inxi -pul
sudo inxi -U
last command to update and save the persistence pathway2files for inxi and its man page

PS put in quote box as code box gremlin for me ATM

good luck
Title: Re: INXI dont show the UUIDs and Labels in the output; why?
Post by: aus9 on September 18, 2012, 08:24:59 PM
just did some quick tests......please see this post for extra dependency for uuids please
http://forum.tinycorelinux.net/index.php/topic,14055.0.html
Summary, you need udev-extra

Now for your other query try
Code: [Select]
sudo su
inxi -U

that will give you a temporary update to inxi script. You can either remove inxi from onboot list, create a filetool list entry for this script or create a local tcz, I gather called scm?  I have not tested, but you might be better off loading the tcz but have a script to replace it with an up-to-date script probably in your tc home, using root powers of course. IMHO that way you load the dependencies that inxi does know about....whatcha think?

edit I will report dependency as a possible bug

good luck
Title: Re: INXI dont show the UUIDs and Labels in the output; why?
Post by: floppy on October 02, 2012, 01:47:18 PM
BIG Thanks to "aus9"!
The updated version solved the issue.