38,939
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 72: | Line 72: | ||
* See instructions for doing this on a [[Using a new empty volume on a Linux VM|Linux]] or [[Using a new empty volume on a Windows VM|Windows]] VM. | * See instructions for doing this on a [[Using a new empty volume on a Linux VM|Linux]] or [[Using a new empty volume on a Windows VM|Windows]] VM. | ||
===Mounting a Volume=== | ===Mounting a Volume=== | ||
* '''Mounting''' is the process of mapping the volume's | * '''Mounting''' is the process of mapping the volume's filesystem logically within the VM's directory and file structure. | ||
* To mount the volume, use a command similar to <code>[name@server ~]$ sudo mount /dev/vdb1 /mnt</code> depending on the device name, disk layout, and the desired mount point in your filesystem. | * To mount the volume, use a command similar to <code>[name@server ~]$ sudo mount /dev/vdb1 /mnt</code> depending on the device name, disk layout, and the desired mount point in your filesystem. | ||
This command makes the volume's directory and file structure available under the VM's /mnt directory. | This command makes the volume's directory and file structure available under the VM's /mnt directory. |