> WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
> The kernel still uses the old table. The new table will be used at
> the next reboot or after you run partprobe(8) or kpartx(8)
> Syncing disks.
这里老蒋直接上解决办法,在/etc/fstab文件中开机启动是不是有以前挂载的目录,导致冲突无法重新挂载。

这里可以看到有挂载目录,这里我们需要删除这个目录,然后重启服务器。然后我们再去挂载是可以解决的。