Skip to content

Commit 11768f5

Browse files
authored
Merge pull request #99306 from briansmith0/patch-1
Include logical volume device name under /dev/mapper as an option
2 parents 279e052 + 4c0efaa commit 11768f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/virtual-machines/linux/attach-disk-portal.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ Use `mount` to then mount the filesystem. The following example mounts the */dev
135135
```bash
136136
sudo mount /dev/sdc1 /datadrive
137137
```
138-
139138
To ensure that the drive is remounted automatically after a reboot, it must be added to the */etc/fstab* file. It's also highly recommended that the UUID (Universally Unique Identifier) is used in */etc/fstab* to refer to the drive rather than just the device name (such as, */dev/sdc1*). If the OS detects a disk error during boot, using the UUID avoids the incorrect disk being mounted to a given location. Remaining data disks would then be assigned those same device IDs. To find the UUID of the new drive, use the `blkid` utility:
140139

141140
```bash

0 commit comments

Comments
 (0)