1,221
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 67: | Line 67: | ||
If the VM is rebooted for some reason the volume will need to be remounted. To cause the VM to mount the volume automatically at boot time, edit <code>/etc/fstab</code> and add a line like | If the VM is rebooted for some reason the volume will need to be remounted. To cause the VM to mount the volume automatically at boot time, edit <code>/etc/fstab</code> and add a line like | ||
/dev/vdb1 /media/data ext4 defaults 0 2 | |||
For more details about the fstab file see this [https://en.wikipedia.org/wiki/Fstab wikipedia article]. If you are not rebooting, you can mount the device just added to <code>/etc/fstab</code> with | For more details about the fstab file see this [https://en.wikipedia.org/wiki/Fstab wikipedia article]. If you are not rebooting, you can mount the device just added to <code>/etc/fstab</code> with |
edits