Utilities to work with CD/DVD media, ISO 9660 and UDF images.
| Program | Description |
|---|---|
| drive-info | Print drive information such as identifiers and capabilities |
| iso-cp | Copy files from an ISO 9660 or UDF filesystem. |
| iso-ls | List files of ISO 9660 and UDF filesystems. |
| mmc-cli | Issue SCSI MMC commands to a drive. |
These are set to perform lint and formatting checks before every commit:
git config core.hooksPath .githooksIf you have to skip hooks for a draft commit, use --no-verify:
git commit --no-verifyUse cargo test to run the tests.
These programs are based on the functionality provided by libcdio-rs.
Copyright (C) 2026 Shiva Kiran Koninty shiva@skran.xyz
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.