Skip to main content

Questions tagged [partition-table]

a table describing partitions on a disk

Filter by
Sorted by
Tagged with
0 votes
2 answers
103 views

I have an embedded Linux device (not a Raspberry Pi) which has two partitions on an eMMC drive. I have used a vendor-provided tool to copy these two partitions onto a USB drive whose size roughly ...
Antti Keskinen's user avatar
1 vote
1 answer
870 views

I have a virtual disk that is 86T in size with only 41% used. Th I have an 86T second drive connected to my virtual machine(VM) as /dev/vdb1. The volume is fine, but when I attempt to mount the ext4 ...
kentt's user avatar
  • 11
1 vote
1 answer
442 views

I have a 5 tb usb disk I use to copy a rhel-8.10.iso file to in order to install Linux. In doing so the copy of that iso to /dev/sde creates an msdos partition table. And it creates 2 partitions. I ...
ron's user avatar
  • 9,175
1 vote
2 answers
2k views

I want to create a disk image file to include into my unittests. This disk file should contain a few files afterwards I want to read. When I create a copy of a SD card or a USB stick with dd the disk ...
Murmi's user avatar
  • 13
0 votes
1 answer
1k views

Problem Overview I recently upgraded my remote server contract with IONOS, increasing my hard drive space from 8GB to 80GB. I have an Ubuntu OS running bash. I then went about extending my working ...
user10709800's user avatar
1 vote
2 answers
524 views

I have a (GPT-partitioned) disk, for example /dev/sda. /dev/sda8 is a partition on that disk. I used the cfdisk utility to create a GPT table with few partitions in /dev/sda8. I expected these ...
Elisa K. K.'s user avatar
0 votes
1 answer
489 views

TL;DR partition table (?) potentially messed up by windows disk management on drive containing both NTFS data partition and EXT4 filesystem. Fairly certain zero or almost zero data was lost. testdisk ...
protoncookie's user avatar
1 vote
0 answers
174 views

I have a number of hard disks that use a proprietary partitioning system. The disks don't contain partition tables themselves, but each have a known number of partitions at fixed positions with fixed ...
User's user avatar
  • 111
2 votes
1 answer
3k views

The wipefs man page says that: -f, --force Force erasure, even if the filesystem is mounted. This is required in order to erase a partition-table signature on a block device. So this means that ...
EmmaV's user avatar
  • 4,433
0 votes
1 answer
86 views

I'm copying an image file (size: 2GB) to an USB disk on /dev/sda (size: 2TB) using dd: sudo dd if=2023-05-03-raspios-bullseye-arm64-lite.img of=/dev/sda bs=4M status=progress conv=fdatasync After dd, ...
Wolkenarchitekt's user avatar
8 votes
1 answer
1k views

I've seen some disk formatting/partitioning discussions that mention destroying existing GPT/MBR data structures as a first step: sgdisk --zap-all /dev/nvme0n1 I wasn't previously aware of this, and ...
ivan's user avatar
  • 1,938
1 vote
1 answer
424 views

I've just installed Fedora 37 on a 2TB SSD, and see this partition table: I understand the role of the EFI partition, but why is it so large? 0.6 gigs seems excessive. What is the role of the second ...
Dan Dascalescu's user avatar
2 votes
1 answer
426 views

For context, I have a Fedora KDE installation whose partitions take up half my SSD. The other half I left unallocated when I installed Linux. Although I'm aware that it's dangerous to attempt to ...
legarto's user avatar
  • 23
0 votes
0 answers
256 views

I have a PostgreSQL database and I noticed a weird behaviour while working with indexes and partitions. The engine version is 10.21. Now, I have a table with this structure: guid varchar(50) PK guid_a ...
Federico Loro's user avatar
2 votes
1 answer
287 views

USB sticks are getting larger. I'd like to store data in addition to having USB bootable. And I know how: 1. write ISO to USB stick 2. Add partition via Gnome-disks (both GUI). Now I want to be able ...
Martian2020's user avatar
  • 1,483
4 votes
2 answers
9k views

I have installed Debian 11.5 on thin client. It has relatively small 16GB eMMC memory for storage. During installation partitioner in "standard" mode created 3 partitions: EFI (508MB), root (...
Kamil's user avatar
  • 799
1 vote
1 answer
377 views

I'm learning about partitioning disks for different server applications, and was exploring mtab to see what sort of partitioning scheme is set up. I'm seeing filesystems that aren't described in /etc/...
Dolly Varden's user avatar
2 votes
0 answers
320 views

I have some partition table with three partitions. I deleted the third partition with fdisk and next I created new partition on the same place with the same "first and last sectors". How can ...
Alexander's user avatar
2 votes
1 answer
2k views

What I Did I attach an HDD, lsblk -S shows this drive as sdc I use sudo parted /dev/sdc/ to start parted against sdc I create a partition table as: mklabel gpt I make a partition: mkpart my-cool-...
dungarian's user avatar
  • 465
0 votes
1 answer
45 views

I am currently working on a project which uses a custom Android operating system, the project requires going back and forth between different versions of this OS (android 5 and android 9 respectively)....
Garry McKee's user avatar
0 votes
3 answers
2k views

Scenario: for simplicity - consider that exists a hard disk of 500GB to only install Linux (for example Ubuntu, Debian or Fedora) - and if exists a hard disk of 750GB or 1TB then 500GB are dedicated ...
Manuel Jordan's user avatar
7 votes
1 answer
12k views

On Linux, the command lsblk -o partlabel will display the partlabel for block devices. I have used gdisk to change a partlabel. After the change, lsblk is still reporting the old value of the ...
mpb's user avatar
  • 1,881
0 votes
0 answers
91 views

I have 2 drives on my computer, and was running out of space in one due to 2 OS on the one with smaller capacity. I was trying to partition the larger one(which has data on it), and looking up ...
OhMuzGawd's user avatar
2 votes
1 answer
4k views

I would like to add an empty partition of type 0x00 to the beginning of the protective MBR of a GPT-formatted disk. I've found a way to do this, but the method relies on fdisk enhancements not ...
user001's user avatar
  • 3,818
0 votes
2 answers
3k views

While trying to install Kali Linux as a secondary OS with Windows 11(primary OS), the partition created for Kali is not visible during the Graphical Install. The hard drive I'm trying to install kali ...
ayush7ad6's user avatar

1
2 3 4 5