# linux-target-disk-menu **Repository Path**: mirrors_regular/linux-target-disk-menu ## Basic Information - **Project Name**: linux-target-disk-menu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # linux-target-disk-menu prints a list of linux block devices (disks, USB sticks, etc) along with their partitions and lets the user select one (or quit). If a device was selected, outputs its device path (`/dev/xxx`) to stdout (all user interaction is on stderr). Exit code is zero if a device was selected, otherwise it's 1. Meant to be used in shell scripts.