Last active
August 24, 2018 16:40
-
-
Save yzf/6fa1251b22c142fea55302885c472447 to your computer and use it in GitHub Desktop.
增加分区
This file contains 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
mkfs.ext4 /dev/sda3 | |
mkdir /data | |
reboot now | |
# mount /dev/sda3 /data | |
edit: /etc/fstab | |
/dev/sda3 /data ext4 defaults 1 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment