Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
4n68r committed Apr 12, 2018
1 parent 398912e commit 0f05bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Operating Systems/Linux/MountingStuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Expected output should be similar to the following:
/dev/loop0p1 * 2048 1026047 1024000 500M 83 Linux
/dev/loop0p2 1026048 41943039 40916992 19.5G 8e Linux LVM

Next calculate the offsets in bytes instead of sectors by multiplying the starting sectors by the sector size. Then create a loopbac device from each offset:
Next calculate the offsets in bytes instead of sectors by multiplying the starting sectors by the sector size. Then create a loopback device from each offset:

# echo "2048*512" | bc
1048576
Expand Down Expand Up @@ -67,7 +67,7 @@ Mount the logical volumes. Sometimes the home folder is in a separate vmdk file

**Dismounting LVM Volume(s)**

To dismount the volumes, do the following (keeping in mind you may need to first dismount "sub-mounted" volumes such as the home folder or other paths from separate vmdk files, etc.:
To dismount the volumes, do the following (keeping in mind you may need to first dismount "sub-mounted" volumes such as the home folder or other paths from separate vmdk files, etc.):

# umount /mnt/target
# vgchange -a n centos
Expand Down

0 comments on commit 0f05bd5

Please sign in to comment.