Questions tagged [volume]
Virtual or physical entity to store data
93 questions
-2 votes
1 answer
1k views
wrong fs type, bad option, bad superblock on /dev/sda1
I'm new to Linux (just over 1 month) and I’ve encountered a problem with my drive. I have the main drive (SSD) and a secondary drive (HDD). The HDD was working fine, but now I’m getting this error ...
0 votes
0 answers
694 views
Docker Compose not synchronising file changes in volume
Reposting from here as I don't quite understand how the "solution" works. Symptom: As reported here: I mount my local files into the container for development. My docker-compose.yml file is ...
1 vote
0 answers
281 views
Cant Get Container To Mount Volume With Standard User
I can't seem to get containers (running podman) to be able to write to directories when running a standard user. This solution also did not work. To be clear I can read files from these directories, I ...
1 vote
1 answer
381 views
Moving disk space from home to root failed. What did I do wrong?
I didn't properly apportion my volumes when I set up a RHEL 8 server so now I'm trying to rectify that. I need to move disk space from home to root. Here's what I did: Booted from a RHEL ISO, went ...
3 votes
1 answer
2k views
Debian 11 GUI Installer - How to "use the largest continuous free space" AND "set up encrypted LVM"?
The Debian GUI Installer provides multiple automated partitioning options. I've had no issues with "use entire disk and set up encrypted LVM" so far. But toady I had to install Debian on a ...
0 votes
1 answer
2k views
The best way to mount existing, non-empty directory to LVM
I've created logical volume /dev/vg01/lv01. Now I want to mount directory /data to this volume. My question is what's the best way to do this? I don't want to lose data from /data directory. Only ...
1 vote
0 answers
244 views
Start service after mount/luks open
I have a luks encrypted volume. On this volume are qemu/libvirt disks stored. Now when the server boots, qemu/libvirt cant start because the volume is not available/mounted. Is there a way to tell ...
0 votes
0 answers
167 views
Is it possible to have nested striping (besides RAID10) in LVM?
I want to put one RAID on top of other RAIDs. This can easily be done with MDADM by using an existing MD device as one of the members for the new MD device. Similar functionality could probably be ...