This error message indicates that the mount command is unable to mount the file system located at /mnt/data because the device /dev/VolGroup/lv_root does not exist. This could be due to various reasons such as:

  • The logical volume named lv_root has been deleted or renamed.
  • The logical volume has not been created yet.
  • The logical volume is not activated or has been deactivated.

To resolve this issue, you can try the following steps:

  1. Check if the logical volume exists by running the command "sudo lvdisplay". If the logical volume is not listed, it means that it has not been created or has been deleted.
  2. If the logical volume exists but is not activated, run the command "sudo lvchange -ay VolGroup/lv_root" to activate it.
  3. If the logical volume does not exist, you can create it using the command "sudo lvcreate -L -n lv_root VolGroup" where is the size of the logical volume in megabytes.
  4. Once the logical volume is created and activated, you can mount it to the desired mount point using the command "sudo mount /dev/VolGroup/lv_root /mnt/data".

If the above steps do not resolve the issue, you may need to consult with a system administrator or seek further technical assistance

mount mntdata special device devVolGrouplv_root does not exist

原文地址: https://www.cveoy.top/t/topic/ftdm 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录