Skip to main content

2026년 3월 16일

Examples of Client Drive Redirection Options for Linux Desktops

Configure client drive redirection (CDR) options to determine whether a local system's shared folders and drives can be accessed from the remote Linux desktops.

Configure CDR settings by adding entries to the config file.

The following configuration example shares the d:\ebooks and C:\spreadsheets folders, makes both folders read-only, and prevents the client from sharing more folders.


cdrserver.forcedByAdmin=true
cdrserver.sharedFolders=d:\ebooks,;c:\spreadsheets,
cdrserver.permissions=R

In the previous example, the comma "," placed after ebooks and spreadsheets is mandatory for correct option parsing.

Any "R" included in the cdrserver.sharedFoldersoption would impact all the folders listed in that setting. In the following example, the ebooks and spreadsheets folders are both read-only even if the R value is only placed after /home/jsmith folder path.

cdrserver.sharedFolders=d:\ebooks,;c:\spreadsheets,;/home/jsmith,R

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…