You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/linux/detach-disk.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: roygara
5
5
ms.service: storage
6
6
ms.collection: linux
7
7
ms.topic: how-to
8
-
ms.date: 06/08/2022
8
+
ms.date: 01/09/2023
9
9
ms.author: rogarana
10
10
ms.subservice: disks
11
11
ms.custom: devx-track-azurecli
@@ -69,19 +69,15 @@ Edit the */etc/fstab* file to remove references to the disk.
69
69
> [!NOTE]
70
70
> Improperly editing the **/etc/fstab** file could result in an unbootable system. If unsure, refer to the distribution's documentation for information on how to properly edit this file. It is also recommended that a backup of the /etc/fstab file is created before editing.
71
71
72
-
Open the */etc/fstab* file in a text editor as follows:
73
-
74
-
```bash
75
-
sudo vi /etc/fstab
76
-
```
77
-
78
-
In this example, the following line needs to be deleted from the */etc/fstab* file:
72
+
Open the **/etc/fstab** file in a text editor and remove the line containing the UUID of your disk. Using the example values in this article, the line would look like the following:
0 commit comments