How to Mount a Newly Added Hard Drive in LINUX System
This article takes the addition of an 8GB hard drive as an example: (This article is merely a record and communication of daily work)The mounting steps are as follows:1. Check if the hard drive has been recognized by the system# lsblk2. Create a partition on the newly added hard drive# sudo fdisk /dev/sdb (Note: sdb … Read more