挂载UUID

UUID

# 查看UUID
blkid /dev/sda1

nano /etc/fstab

# 添加
UUID=722059EC2059B835 /mnts ext4 defaults 0 0

# 应用
 mount -a

Last updated