diff options
author | Christian Franke <christian.franke@t-online.de> | 2023-11-17 18:41:08 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2023-11-17 20:37:29 +0100 |
commit | 643275ed18b7ddab73bc7dcb0d971b7d4b1db392 (patch) | |
tree | 4af1b3f2ae219597f0029ec1e1b28110ac0847ec /winsup/doc | |
parent | 41e13e4d9d73f00259eeb61936a1ca880fc949e6 (diff) | |
download | newlib-643275ed18b7ddab73bc7dcb0d971b7d4b1db392.zip newlib-643275ed18b7ddab73bc7dcb0d971b7d4b1db392.tar.gz newlib-643275ed18b7ddab73bc7dcb0d971b7d4b1db392.tar.bz2 |
Cygwin: Document /dev/disk/by-* subdirectories
Signed-off-by: Christian Franke <christian.franke@t-online.de>
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/new-features.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index a8e8a79..2c31a4a 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -35,17 +35,19 @@ class expressions, and collating symbols in the search pattern, i.e., </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: +Introduce /dev/disk directory with various by-* subdirectories which +provide symlinks to disk and partition raw devices: <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 + by-drive/DRIVE_LETTER -> ../../sdXN + by-label/VOLUME_LABEL -> ../../sdXN + by-id/BUSTYPE-[VENDOR_]PRODUCT_[SERIAL|0xHASH][-partN] -> ../../sdX[N] + by-partuuid/MBR_SERIAL-OFFSET -> ../../sdXN + by-partuuid/GPT_GUID -> ../../sdXN + by-uuid/VOLUME_SERIAL -> ../../sdXN + by-voluuid/MBR_SERIAL-OFFSET -> ../../sdXN + by-voluuid/VOLUME_GUID -> ../../sdXN </screen> +The subdirectories by-drive and by-voluuid are Cygwin specific. </para></listitem> <listitem><para> |