Skip to main content

Questions tagged [lsblk]

0 votes
1 answer
82 views

I use the following command to show my hotplug devices: lsblk --paths --output NAME,MODEL,TRAN,FSUSE%,UUID,HOTPLUG --exclude 7 To get the following rendering: NAME MODEL ...
fauve's user avatar
  • 1,529
0 votes
1 answer
109 views

How can I determine used space of a block device that has no filesystem on it? If it helps, such device is managed via lvm. I understand that the concept of "used space" on a device without ...
blonded04's user avatar
  • 101
3 votes
2 answers
514 views

I use LUKS (so my system is encrypted) and LVM. I don’t want sda displayed because that’s where my root filesystem lives, and it’s my root device. The solution should also work for systems without ...
ReflectYourCharacter's user avatar
1 vote
0 answers
308 views

I used dd to write the SystemRescue ( https://www.system-rescue.org/ ) image to a USB stick drive. I used this USB stick to boot into Computer#1 and then used dd to clone the internal system drive to ...
Robert Jenkins's user avatar
1 vote
2 answers
108 views

Linux Mint 20.3 lsblk -V lsblk from util-linux 2.34 Let's find an explanation for the ambiguous behavior of the lsblk utility applied with the -E option. Here is the output without applying the -E ...
Kiki Miki's user avatar
-1 votes
1 answer
82 views

The description for the -d option of the lsblk utility says the following: -d, --nodeps Do not print holder devices or slaves. For example, lsblk --nodeps /dev/sda prints information about the sda ...
Kiki Miki's user avatar
2 votes
1 answer
122 views

I'm trying to make a zfs pool on a terramaster D8 Hybrid DAS connected via USB with 4x HDD and 4x NVME drives using this guide. When i try to build the get the drive ids to build the zpool, not all of ...
DisplayName's user avatar
0 votes
1 answer
73 views

LVM2_member could be different according to device partition number example lsblk -f | grep LVM2_member | awk '{print $1}' └─sda3 or on other redhat machine lsblk -f | grep LVM2_member | ...
yael's user avatar
  • 14.1k
2 votes
1 answer
138 views

I can't figure out what I'm missing or done wrong. lsblk dose not show the mount points(?) NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 1.8T 0 disk └─sda1 8:1 ...
Arelius's user avatar
  • 83
0 votes
0 answers
130 views

Why the output of LOG-SEC column and --getbsz in the following don't match? Are these values of different quantities? How to find actual values? And is the output of following stat command always ...
Porcupine's user avatar
  • 2,176
0 votes
1 answer
118 views

so I can see in lsblk that I have a 250G disk, but when I run pvresize /dev/sda3 I am not able to see the free space to extend the volume group. Do I need to modify the partition table in single user ...
Joe's user avatar
  • 3
0 votes
1 answer
513 views

I installed archlinux inside my /dev/sdb4 and used the guided partition scheme. After install i can't mount /dev/sdb4 (ext4). The error was VFS: Can't find ext4 filesystem. lsblk shows me: sdb 8:...
cat Man's user avatar
  • 88
0 votes
2 answers
279 views

lsblk -d -o NAME,SIZE,TYPE | grep disk show me the such things sda 894.3G disk sdb 894.3G disk sdc 3.7T disk sdd 3.7T disk nbd0 64G disk Are the sda and sdc have sdb and sdd similarly ...
palmasd1's user avatar
  • 127
0 votes
1 answer
419 views

sudo lsblk --fs -o NAME,FSTYPE,SIZE,FSSIZE,FSUSED,FSAVAIL,FSUSE%,MOUNTPOINTS,LABEL,PATH | grep -v '^loop' NAME FSTYPE SIZE FSSIZE FSUSED FSAVAIL FSUSE% MOUNTPOINTS LABEL ...
Porcupine's user avatar
  • 2,176
0 votes
0 answers
403 views

I have multiple block devices: e.g sda (sda1, sda2 & sda3). sda3 is further divided into LVMs which all has a X amount of space on them. However, I want to be able to list how much space is ...
N. J's user avatar
  • 197

15 30 50 per page
1
2 3 4 5
9