How To Add Disk Partitions On Centos 7

1. First you must be create disk for partitions on virtualbox, look at the picture.












2. Now your check capacity disk on mechine.
















3. Now create directory
















4. So your running command fdisk -l, the disk new /dev/sdb
















5. running your command fdisk /dev/sdb, now you can press m, and your press n (add a new partition), and your press p (primary). Now you can set volume disk who partition

















6. running your command for view disk partition, press m, now you press p (print the partition table)
7. Now your exit, press w (write table to disk and exit)
8. Now you must set disk partition, with command mkfs
9. Now your running command mount /dev/sdb3 /home/eggy/Folder3 -t ext4
10. The last you edit configuration file /etc/fstab

Next
Previous
Click here for Comments

0 comments: