← Documents Documentation/ABI/testing/sysfs-fs-virtiofs GitHub 원문 ↗

Linux 6.18.37 · ABI / testing

virtiofs filesystem sysfs ABI

virtiofs instance의 read-only mount tag와 filesystem을 export하는 virtio device symlink를 설명합니다.

Source pathDocumentation/ABI/testing/sysfs-fs-virtiofs
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

Mount tag and device

sysfs-fs-virtiofs:1-11

각 virtiofs instance는 mount에 사용하는 read-only tag와 filesystem을 제공하는 virtio device symlink를 노출합니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 What: /sys/fs/virtiofs/<n>/tag
2 Date: Feb 2024
4 Description:
5 [RO] The mount "tag" that can be used to mount this filesystem.
6
7 What: /sys/fs/virtiofs/<n>/device
8 Date: Feb 2024
10 Description:
11 Symlink to the virtio device that exports this filesystem.
12

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

virtiofs tag

1-6
항목한국어 전문 번역
What/sys/fs/virtiofs/<n>/tag
Date2024년 2월
Contact[email protected]
Description[RO] 이 filesystem을 mount할 때 사용할 수 있는 mount `tag`를 표시합니다.

virtiofs device

7-11
항목한국어 전문 번역
What/sys/fs/virtiofs/<n>/device
Date2024년 2월
Contact[email protected]
Description이 filesystem을 export하는 virtio device를 가리키는 symbolic link입니다.
virtiofs instance identity
AttributeTypePurpose
tagRead-only valueFilesystem mount tag
deviceSymbolic linkExporting virtio device

Instance 번호 `<n>` 아래에서 mount tag와 backing virtio device를 연결합니다.