Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有一种方法可以使用 bash 命令确定空白可写 DVD 中的可用空间量。
也许使用 dvd+rw-tools 中的 dvd+rw-mediainfo 并解析其输出?
如果您安装 DVD 并使用该df命令,这将显示所有设备的可用空间量。
df
如果您想要更易读的格式,也可以使用df -h.
df -h