All public logs

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

Logs
  • 22:57, 20 January 2025 Dave talk contribs created page Linux Partitioning (Created page with "==Steps to Partition and Format a New Disk== ===List partition layout on all block devices=== parted -l ===Open parted on the block device you want to modify=== parted /dev/sdb ===View partition table for block device specified above=== (parted) print ===Create a new partition table=== If needed. (parted) mklabel gpt ===Make new XFS partition filling up entire block device=== (parted) mkpart hdd xfs 0% 100% ===Make a new filesystem on the new partition=...")