This commit is contained in:
Maxim Devaev 2023-08-19 12:29:55 +03:00
parent 65b55dcfb4
commit 45a18370b1
1 changed files with 15 additions and 12 deletions

View File

@ -17,8 +17,6 @@ The following actions are available here:
* Downloading an image from the PiKVM storage.
* Drive connection management and much more.
An HTTP API for Mass Storage management is also [available](api.md#mass-storage-drive) for advanced use.
!!! info "The max CD-ROM image size is 2.2 GB"
This is a Linux kernel [limitation](https://github.com/pikvm/pikvm/issues/322) on PiKVM,
which currently cannot emulate a DVD drive.
@ -39,7 +37,9 @@ An HTTP API for Mass Storage management is also [available](api.md#mass-storage-
-----
## Manual image uploading without Web UI
## Image uploading without Web UI
??? example "Step by step: Manual image uploading using SCP or rsync"
1. Remount internal storage to read-write mode:
@ -55,6 +55,9 @@ An HTTP API for Mass Storage management is also [available](api.md#mass-storage-
[root@pikvm ~]# kvmd-helper-otgmsd-remount ro
```
!!! tip
An HTTP API for Mass Storage management is also [available](api.md#mass-storage-drive) for advanced use.
-----
## NFS storage