mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Added tags
This commit is contained in:
parent
bca1f711a5
commit
aa4280542b
50 changed files with 67 additions and 48 deletions
|
@ -2,7 +2,7 @@
|
|||
title: "Virtual Disks"
|
||||
date: 2020-01-06T22:26:58-05:00
|
||||
draft: false
|
||||
images: []
|
||||
tags: [ "linux", "storage" ]
|
||||
---
|
||||
|
||||
Have you wanted to [play with ZFS](https://wiki.archlinux.org/index.php/ZFS/Virtual_disks) or any other filesystem without creating a dedicated partition or device? We can do this through virtual disks!
|
||||
|
@ -81,4 +81,4 @@ rm $HOME/scratch.img
|
|||
|
||||
## Conclusion
|
||||
|
||||
With virtual disks we can experiment with different types of filesystems and perhaps try out snapshotting in supported filesystems. If we create virtual disks on [`tmpfs` ](/blog/lxdtmpfs/), then we can have a super fast file system as well!
|
||||
With virtual disks we can experiment with different types of filesystems and perhaps try out snapshotting in supported filesystems. If we create virtual disks on [`tmpfs` ](/blog/lxdtmpfs/), then we can have a super fast file system as well!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue