Skip to content

Instantly share code, notes, and snippets.

@lushl9301
Created December 27, 2018 06:31
Show Gist options
  • Save lushl9301/8a4bfbb824e220d8d949bc919cd34ad5 to your computer and use it in GitHub Desktop.
Save lushl9301/8a4bfbb824e220d8d949bc919cd34ad5 to your computer and use it in GitHub Desktop.
disk installation on p100
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