mirror of https://github.com/pikvm/pikvm.git
Fixed #1559: MSD doc update
This commit is contained in:
parent
d210a09ae9
commit
9c45a99257
|
|
@ -238,6 +238,14 @@ exfat filesystem is:
|
||||||
This says to mount it automatically, do not fail if it's missing, mount it read/write by
|
This says to mount it automatically, do not fail if it's missing, mount it read/write by
|
||||||
default, and allow all users and groups access to it.
|
default, and allow all users and groups access to it.
|
||||||
|
|
||||||
|
Don't forget to create `/var/lib/kvmd/msd/usb` directory:
|
||||||
|
|
||||||
|
```console
|
||||||
|
[root@pikvm ~]# kvmd-helper-otgmsd-remount
|
||||||
|
[root@pikvm ~]# mkdir -p /var/lib/kvmd/msd/usb
|
||||||
|
[root@pikvm ~]# kvmd-helper-otgmsd-remount ro
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
-----
|
-----
|
||||||
## Multiple drives
|
## Multiple drives
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue