Questions tagged [parted]

GNU Parted manipulates partition tables. This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging. The package contains a library, libparted, as well as well as a command-line frontend, parted, which can also be used in scripts.

GNU Parted manipulates partition tables. This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging. The package contains a library, libparted, as well as well as a command-line frontend, parted, which can also be used in scripts.

18 questions
0
votes
0 answers

Using parted to create a partition xGB after the last one?

I've inherited some code that pipes a list of 'random' characters to fdisk. What it is doing is partitioning a disk essentially as follows: Set up the blank disk, partition table etc Create first partition size A Create second partition, size Y,…
Paul D Smith
  • 639
  • 5
  • 16
0
votes
0 answers

Partition of /dev/sdb through Parted Chef script

I am using Parted chef cookbook to partition my /dev/sdb into /dev/sdb1, /dev/sdb2, /dev/sdb3. All three have certain range but the code below does not work, sdb1 gets created but errors out on sdb2. After all three partitions are created, I need to…
codechef
  • 65
  • 1
  • 7
-1
votes
1 answer

Problem with Windows 11 login & BitLocker on a laptop that needs a reinstall

I got the laptop from a customer on Monday, back then it still ran, was on standby and logged in.. Then tried to backup the data to a SMB network share, but the laptop suddenly got lockups, so I needed to reboot. After that the password didn't work…
rsenn
  • 9
  • 2
1
2