Skip to main content

Questions tagged [block-device]

A data storage device that supports reading/writing data in fixed-size blocks, sectors, or clusters.

3 votes
0 answers
55 views

I'm building a database on top of io_uring and the NVMe API. I need a place to store seldomly used append like records (older parts of message queues, columnar tables that has been already aggregated, ...
Mascarpone's user avatar
7 votes
4 answers
2k views

It is clear that when a LUKS disk is mounted and the password/key has been provided, anyone with direct access to the computer can access the files in decrypted form. I am wondering if unmounting the ...
baseboard49's user avatar
1 vote
0 answers
56 views

The goal is to create a mirror (aka raid1) device from two devices (to be mirrored), and (if needed) a third device that serves as the dirty region log / metadata / whatever. That, without using LVM ...
Elisa K. K.'s user avatar
0 votes
1 answer
49 views

I need to access an array with SCSI drives (storage works, modelHC901) and it's attached to a server running Unix 7.1.1.4. How can I list all block devices on this system?
tendai crispen Ndingadini's user avatar
8 votes
2 answers
1k views

Context I was in class at my university, and there I needed to fetch some files from my 64GB USB drive to a local computer. When I plugged USB in... nothing happened, the computer did not recognize ...
Rodion Iskhakov's user avatar
5 votes
2 answers
487 views

In Ubuntu, I have mounted a raw disk .img file as a loop device that contains a LUKS encrypted LVM with an Ubuntu install on it. It is mounted like so: (output is from lsblk -o NAME,PKNAME,KNAME,...
localhost's user avatar
  • 327
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
0 votes
2 answers
440 views

I've been trying to get a "clean" f2fs format on a WD SSD drive. But there is something that bugs me, and I cannot seem to find any specific details on it. When I format the SSD with f2fs: $ ...
Seamus's user avatar
  • 3,928
1 vote
1 answer
120 views

System is Linux Mint 21 based. My USBstick was receiving some files and after message "Do not disconnect" had disappeared I unplugged it. This time though waiting whirl remained in Disks GUI ...
Martian2020's user avatar
  • 1,501
3 votes
2 answers
513 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
1 answer
83 views

I want to clopy a partition between SSD devices. Normally I could do it simply with the "dd" or "buffer" commands. However, now that I have SSDs, I also would like to miss the ...
peterh's user avatar
  • 10.5k
6 votes
1 answer
2k views

i would like to fully understand the (special?) handling of eMMC boot partitions (in Linux). As far as i understand, eMMCs offer some kind of low level partitioning. There is a special meaning to (at ...
3.141592's user avatar
0 votes
1 answer
304 views

I am thinking on using btrfs for a data volume with many small files. It is unclear, what the doc states about the minimal possible block size. It looks, they and we are on a very different edges of ...
peterh's user avatar
  • 10.5k
0 votes
0 answers
48 views

Reading through this tutorial and this reference, I see that block device requests go through the hardware queue before being dispatched to the queue_rq handler. When writing a block device driver ...
quixotrykd's user avatar
1 vote
1 answer
344 views

I tried copying some browser cache files to a separate disk and although the free space was enough the disk run out of space because each small file used took up the minimum disk allocation space. Is ...
vfclists's user avatar
  • 7,919

15 30 50 per page
1
2 3 4 5
33