mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-06-08 09:27:45 +08:00
FAQ
This commit is contained in:
parent
0c99715d10
commit
bef6a03dbb
10
readme.md
10
readme.md
@ -79,9 +79,7 @@ $ docker run --rm -it \
|
|||||||
DISK_SIZE: "16G"
|
DISK_SIZE: "16G"
|
||||||
```
|
```
|
||||||
|
|
||||||
to make it any size you want.
|
To create an empty disk with a maximum capacity of 8 terabyte you would use a value of `"8T"` for example.
|
||||||
|
|
||||||
To create an empty disk with a maximum capacity of 8 terabyte you would use a value of `"8T"` for example.
|
|
||||||
|
|
||||||
* ### How do I change the location of the virtual disk? ###
|
* ### How do I change the location of the virtual disk? ###
|
||||||
|
|
||||||
@ -92,9 +90,7 @@ $ docker run --rm -it \
|
|||||||
- /home/user/data:/storage
|
- /home/user/data:/storage
|
||||||
```
|
```
|
||||||
|
|
||||||
to map `/storage` to any local folder you want to use.
|
Just replace `/home/user/data` with the folder path you want to use for storage.
|
||||||
|
|
||||||
Just replace `/home/user/data` with the correct path.
|
|
||||||
|
|
||||||
* ### How do I install a specific version of vDSM? ###
|
* ### How do I install a specific version of vDSM? ###
|
||||||
|
|
||||||
@ -105,8 +101,6 @@ $ docker run --rm -it \
|
|||||||
URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
|
URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
|
||||||
```
|
```
|
||||||
|
|
||||||
to install version 7.01 for example.
|
|
||||||
|
|
||||||
You can also switch back and forth between versions this way without loosing your file data.
|
You can also switch back and forth between versions this way without loosing your file data.
|
||||||
|
|
||||||
* ### What are the differences compared to standard DSM? ###
|
* ### What are the differences compared to standard DSM? ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user