LSA2
Practical 2: Storage devices and links, Backup and Repository
A] Working with Storage devices and links:
i) Working with Storage devices:
fdisk -l : List out the partitions that have been made
fdisk /dev/sda: To create a partition of /dev/sda
Press m: for help
a) Press n: For adding a new partition then press Enter.
b) Press p: For primary partition then press Enter.
partx -a: Add the specified partitions, or read the disk and add all
Comments
Post a Comment