pve添加磁盘

  1. formating
    mkfs -t ext4 /dev/sdx

  2. mount
    mkdir /mnt/dirx
    mount -t ext4 /dev/sdx /mnt/dirx

  3. add the dir to pve:
    file

  4. add for auto mount,add to /etc/fstab's tail:
    /dev/sdbx /mnt/dirx ext4 defaults 1 2

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注