Cygwin: Document /dev/disk/by-id and /dev/disk/by-partuuid
Signed-off-by: Christian Franke <christian.franke@t-online.de>
This commit is contained in:
parent
1ebef73c59
commit
7236f22f71
2 changed files with 20 additions and 0 deletions
|
@ -17,6 +17,12 @@ What's new:
|
|||
class expressions, and collating symbols in the search pattern, i.e.,
|
||||
[:alnum:], [=a=], [.aa.].
|
||||
|
||||
- Introduce /dev/disk directory with subdirectories by-id and by-partuuid.
|
||||
The by-id directory provides symlinks for each disk and its partitions:
|
||||
BUSTYPE-[VENDOR_]PRODUCT_[SERIAL|HASH][-partN] -> ../../sdX[N].
|
||||
The by-partuuid directory provides symlinks for each MBR and GPT disk
|
||||
partition: MBR_SERIAL-OFFSET -> ../../sdXN, GPT_GUID -> ../../sdXN.
|
||||
|
||||
- Introduce /proc/codesets and /proc/locales with information on
|
||||
supported codesets and locales for all interested parties. Locale(1)
|
||||
opens these files and uses the info for printing locale info like any
|
||||
|
|
|
@ -34,6 +34,20 @@ class expressions, and collating symbols in the search pattern, i.e.,
|
|||
[:alnum:], [=a=], [.aa.].
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Introduce /dev/disk directory with subdirectories by-id and by-partuuid.
|
||||
The by-id directory provides symlinks for each disk and its partitions:
|
||||
<screen>
|
||||
BUSTYPE-[VENDOR_]PRODUCT_[SERIAL|0xHASH][-partN] -> ../../sdX[N]
|
||||
</screen>
|
||||
The by-partuuid directory provides symlinks for each MBR and GPT disk
|
||||
partition:
|
||||
<screen>
|
||||
MBR_SERIAL-OFFSET -> ../../sdXN
|
||||
GPT_GUID -> ../../sdXN
|
||||
</screen>
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Introduce /proc/codesets and /proc/locales with information on supported
|
||||
codesets and locales for all interested parties. Locale(1) opens these
|
||||
|
|
Loading…
Add table
Reference in a new issue