Created
December 27, 2018 06:31
-
-
Save lushl9301/8a4bfbb824e220d8d949bc919cd34ad5 to your computer and use it in GitHub Desktop.
disk installation on p100
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fdisk -l | |
parted /dev/sdc | |
mkfs.ext4 -L data1 /dev/sdc1 | |
mkdir data1 | |
vim /etc/fstab | |
mount -a | |
mount -o remount /data | |
df -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment