Closed GoogleCodeExporter closed 9 years ago
inxi doesn't use /dev/mapper at all, so I need to see:
df -h -T -P
or run: inxi -xx@14
to upload full debugger output.
Obviously having a $ in the path is causing issues, I'm surprised to see a Unix
like system do that to be honest, given how $ is used in so much regex etc.
I'll have to rely on your data, I won't be installing or using truecrypt myself.
Original comment by inxi-...@techpatterns.com
on 3 Oct 2012 at 5:14
Hi,
└┼───┤ $ ▶ df -h -T -P
Filesystem Type Size Used Avail Use% Mounted on
rootfs rootfs 47G 20G 27G 43% /
/dev/root ext4 47G 20G 27G 43% /
devtmpfs devtmpfs 7.9G 4.0K 7.9G 1% /dev
tmpfs tmpfs 7.9G 496K 7.9G 1% /run
cgroup_root tmpfs 10M 0 10M 0% /sys/fs/cgroup
shm tmpfs 7.9G 7.5M 7.9G 1% /dev/shm
tmpfs tmpfs 14G 21M 14G 1% /var/tmp/portage
/dev/sdb5 fuseblk 932G 752G 180G 81% /media/STORAGE
tmpfs tmpfs 7.9G 0 7.9G 0% /mnt/vartmp
tmpfs tmpfs 512M 195M 318M 39%
/media/STORAGE/minecraft/world
/dev/mapper/truecrypt1 ext4 443G 217G 205G 52% /media/JohnnyBlack
/dev/mapper/truecrypt2 ext4 49G 24G 22G 53%
/media/JohnnyBlack/STUFF/Personal
After `inxi -xx@14` it seems that it uploaded the data to your server, anyways
I'll upload it here as well.
The only file that this error seems to appear is 'inxi-FRploudxxx.txt'
Regards.
Original comment by noksh...@gmail.com
on 3 Oct 2012 at 5:45
Attachments:
Version 1.8.18 should have that mapper stuff supported. There were a few issues
with supporting mapper, so I had to do some big tweaks, now it will ideally
detect mapper partitions with either -P or -p, you can see it in -pluo
also, -o, which would have been wrong as well, since it depends on correct
detection of the mounted partitions, should now be right, ie, not show the
mounted partitions as unmounted.
since this was a bit too involved to test with your data, I'm just hoping it
works, let me know.
Original comment by inxi-...@techpatterns.com
on 3 Oct 2012 at 8:57
Hi,
I can confirm that this error has been fixed in 1.8.18
Before:
P: ID: /media/JohnnyBlack size: 443G used: 217G (52%) fs: ext4 dev:
/dev/mapper/truecrypt1
P: label: N/A uuid: N/A
P: ID: /media/JohnnyBlack/STUFF/Personal size: 49G used: 24G (53%)
fs: ext4 dev: /dev/mapper/truecrypt2
P: label: N/A uuid: N/A
After:
P: ID: /media/JohnnyBlack size: 443G used: 217G (52%) fs: ext4 dev:
/dev/dm-2
P: label: N/A uuid: 2609d90d-1227-4083-b0b8-************
P: ID: /media/JohnnyBlack/STUFF/Personal size: 49G used: 24G (53%)
fs: ext4 dev: /dev/dm-5
P: label: N/A uuid: 22dac54a-33c6-4d13-8c19-************
NOTE: It shows a valid 'dev' now (/dev/dm-*) instead of the symlink in
/dev/mapper/ and also shows a valid uuid (instead of N/A like before).
Thank you.
Original comment by noksh...@gmail.com
on 3 Oct 2012 at 10:30
Ok, then this issue is resolved.
Original comment by inxi-...@techpatterns.com
on 4 Oct 2012 at 1:39
Original issue reported on code.google.com by
noksh...@gmail.com
on 27 Sep 2012 at 7:24