私はLinuxセントース7を使用しています。
私のサーバーは引き続き緊急モードで起動します。
xfs (dm-0): failed to recover intents
ログ制御私に:/sysrootをマウントできません
/dev/dm-0 マウントに失敗しました。
使ってみようxfs_修理しかし:
xfs_repair /dev/dm-0
xfs_repair: cannot open /dev/dm-0: Device or resource busy
だから削除してみました。
umount /dev/dm-0
umount: /dev/dm-0: not mounted
その後、マウントポイントのすべてのアクティブプロセスを終了してみました。
だから私はこれをしました:
dmsetup table
vg_cpanel-lv-root (252:2)
vg_cpanel-swap
dmsetup remove vg_cpanel-lv_root
device-mapper: remove ioctl on vg_cpanel-lv_root failed: Device or resource busy.
252:2でPIDを見つけてください。
lsof | grep 252,2
lsof: command not found.
sudo lsof | grep 252,2
sudo: command not found.
ここで円を描いて移動します。緊急モードでlsofを使用できないのはなぜですか?代替案はありますか?