From the course: CompTIA Linux+ (XK0-005) Cert Prep
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Create partitions using parted - Linux Tutorial
From the course: CompTIA Linux+ (XK0-005) Cert Prep
Create partitions using parted
- Parted is a lot like F disk or G disk because it creates partitions. Older versions could also resize, copy and move volumes as well as format and rescue them. Some of these features were removed after version 2.4 including check, cp, mkpartfs, move and resize. You can still resize a partition without touching the file system but in reality it's only changing the end sector so I'd recommend using other tools for this. You may have also heard of Gparted which is a very powerful graphical partition editor. Know that Gparted is not the graphical version of parted as the name may suggest and that it is actually a different tool. Parted can be used in interactive or non interactive modes. Let's run parted interactively using sudo. In a terminal type in sudo parted and hit enter. Now type in help and hit enter. The help command shows all sub commands. To get more help on a specific sub command, such as print…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
Linux storage system overview9m 13s
-
(Locked)
Prepare for handling storage1m 36s
-
(Locked)
Create partitions using fdisk5m 4s
-
(Locked)
Create partitions using parted3m 59s
-
(Locked)
Manage LVM volumes and volume groups7m 25s
-
(Locked)
Expand existing logical volumes2m 47s
-
(Locked)
Reduce existing logical volumes3m 37s
-
(Locked)
Create EXT filesystems4m 20s
-
(Locked)
Repair EXT filesystems5m 15s
-
(Locked)
Create and repair XFS filesystems1m 52s
-
(Locked)
MDRAID or DMRAID?1m 43s
-
(Locked)
Create a RAID 5 using LVM7m 1s
-
(Locked)
Create RAIDs using mdadm9m 31s
-
(Locked)
Mount filesystems on boot5m 54s
-
(Locked)
Encrypt drives with LUKS2m 42s
-
(Locked)
Troubleshoot storage systems4m 18s
-
-
-
-
-
-
-
-
-
-
-
-
-