Questions tagged [storage]
Use this tag to refer to any kind of data retention device (RAM, flash, hard disks, magnetic tape, punch cards, etc.), its means of separating pieces of information (files, blocks, sectors, etc.) or how to record and retrieve them. This is a very broad topic so selecting other tags relating to the medium (hard-drive, cdrom, etc.) or the format used on it (fat, ntfs, ext, f2fs, etc.) may help to identify it further.
509 questions
1vote
0answers
34views
+50
How to handle Duplicity not being able to do backups to Google Cloud Storage bucket because bucket contains aborted backup
I have setup a Google Cloud Storage bucket for my Duplicity backups. The bucket has a retention policy of 1 year. Today Duplicity got interrupted while doing the backups, and now, every time I want to ...
0votes
0answers
10views
Will Duplicity download anything from the destination when doing a `remove-all-but-n-full`?
I'm using Google Cloud Storage to store backups taken by Duplicity. Since I just want to keep 4 full backups at the destination I run: duplicity remove-all-but-n-full 4 --force \ --s3-endpoint-url=...
1vote
0answers
18views
How to collect statistics of data transmission in Linux USB gadget device?
I am working on an embedded Linux system (kernel-5.10.188), where USB mass_storage gadget is enabled and configured. After the mass_stoage is enabled and connected to another USB host, is there a way ...
-1votes
1answer
95views
Can systemctl daemon-reload be executed from rescue mode on Debian?
Is there a way to run systemctl daemon-reload in rescue mode. (Debian) If so, how? I was trying to change the mount point of one of my drives, so I edited my fstab file to the desired location. Then, ...
0votes
1answer
102views
Share one SSD Cache across multiple volumes & storage pools on Synology NAS
I have a new Synology NAS with 2 storage pools, and I have one volume per pool. I have added a single SSD to the NAS to serve as a cache, and was able to add it to the first storage pool. This is a ...
-1votes
1answer
84views
Resizing filesystem to increase space in AWS EC2 instance
I created an AWS EC2 instance, and I am using the EC2 instance to maintain a database. I'm currently trying to perform some post-processing on my database (by quering my database in batches), but this ...
0votes
1answer
152views
Reducing the / mount point size in Redhat Enterprise Linux 9
I want to re-allocated some of the storage space in the / mount point for other mount points like /opt and /tmp. The filesystem is formated in xfs file system so I was not able to use lvreduce or ...
0votes
1answer
82views
Will my system be any faster or slower with this LVM mirroring scheme?
I usually boot my system from a single 250G M.2 NVMe SSD (PCIe 3.0 x4). I also have a 240G SATA SSD and a 640G SATA 7200rpm HDD that I currently use for ad hoc backup. The latter will be replaced with ...
3votes
2answers
156views
RAID array reverts to the old disk after reboot
I have replaced my RAID array from RAID 1 with 2 x 4TB disks to 2 x 10TB disks using mdadm. The process can be summarized as follows: add the 2 new disks to the RAID array, wait for sync, remove the 2 ...
0votes
1answer
66views
Network block device sharing over sctp/dccp
As we work with a local drive, we create read and write requests to the backend block devices. In general, they can not be and should not be fulfilled in their issue order. For example, write requests ...
0votes
1answer
43views
Distributed locks of file-backed mmap()-ed memory over network block devices
There are various ways to access block devices over a network, like nbd, alias network block device iscsi, alias scsi over tcp or simply we can mmap() files mounted in an nfs or cifs network share. ...
0votes
0answers
126views
Mount /srv to another disk
I have an Debian 12 server. I want to mount the /srv folder to another disk. I checked this post : Classic : https://linuxconfig.org/how-to-move-var-directory-to-another-partition With 'bind' mount : ...
0votes
0answers
1kviews
What is the difference between nvme0n1 and nvme1n1?
Some systems have a drive called nvme0n1 and others have a drive called nvme1n1, or a system will have both drives, but with different storage amounts. Why? What is the difference between these, and ...
6votes
2answers
1kviews
dd backup fails with "File too large" error despite ample free space on FAT32 partition [duplicate]
I am attempting to back up a drive, but alas I am met with the following issue: trisquel@trisquel:~$ sudo dd if=/dev/sda of=/media/trisquel/Backup/ImageBackupOfSeptember202024/full-backup.image status=...
0votes
1answer
423views
What is the recommended partition size for a /root partition? [personal machine] [closed]
What is the generalized recommended size for a /root partition on a personal machine? I am trying to decide how much I should put into /root and how much into the /home partition for a Debian-based OS....