Skip to content

Commit e2fb60c

Browse files
authored
Merge pull request #46714 from taoyama/patch-4
replace sda2 with sda1
2 parents 8827e91 + e5e1c65 commit e2fb60c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/virtual-machines/troubleshooting/linux-recovery-cannot-start-file-system-errors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,20 +107,20 @@ To resolve this problem, boot the VM into emergency mode by using the [serial co
107107

108108
```
109109
mkdir /temp
110-
mount /dev/sda2 /temp
110+
mount /dev/sda1 /temp
111111
```
112112

113113
8. If the disk fails to mount, run the xfs_repair command with the -L option (force log zeroing):
114114

115115
```
116-
xfs_repair /dev/sda2 -L
116+
xfs_repair /dev/sda1 -L
117117
```
118118

119119
9. Next, try to mount the file system. If the disk is mounted successfully, you will receive the following output:
120120

121121
```
122-
XFS (sda2): Mounting V1 Filesystem
123-
XFS (sda2): Ending clean mount
122+
XFS (sda1): Mounting V1 Filesystem
123+
XFS (sda1): Ending clean mount
124124
```
125125

126126
10. Restart the VM, and then check if the problem is resolved.

0 commit comments

Comments
 (0)