All public logs

From AcrodusWiki

Combined display of all available logs of AcrodusWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:42, 1 October 2024 Alex talk contribs created page Create partition using parted utility on Linux machine (Created page with "Parted is a tool/utility used by linux machines to manipulate partitions on a block device. To list currently attached disk volumes use the command: : sudo parted -l To select the disk to partition use the command: : sudo parted sdx (x being the disk you want to format, stay away from the disk that has the bootloader and rootfilesystem on) You will now be in the parted shell. Create a partition table with the command: : (parted) mklabel gpt/msdos Make sure it...")