From d6cc8480c1cb019d6a012686360c076fb9895593 Mon Sep 17 00:00:00 2001 From: linull24 <2382963480@qq.com> Date: Sat, 12 Apr 2025 15:04:24 +0800 Subject: [PATCH] Update README.md Add REMOVEABLE_MEDIA. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cae5970..b881c59 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,13 @@ WAFLAVOR="docker" # - '140' # - '180' RDP_SCALE="100" - +# [MOUNTING REMOVEABLE PATHS FOR FILES] +# NOTES: +# udisks which you most probalbly have installed ,use /run/media by default. +# This will improve the experience while using DEs. +# However,FHS suggests using /media.Please check your system. +# If you prefer to mount manually,you can change it to /mnt. +REMOVABLE_MEDIA = "/run/media" # [ADDITIONAL FREERDP FLAGS & ARGUMENTS] # NOTES: # - You can try adding /network:lan to these flags in order to increase performance, however, some users have faced issues with this.