Dvd
如何創建大於文件系統上文件最大大小的 DVD 副本?
如何創建 DVD 的副本,其 ISO 映像大小大於文件系統上文件的最大大小?只有一個 DVD 驅動器。
只要您不介意中間儲存不能這樣使用:
split -b 1024m /dev/dvd iso-pieces. # Pop out original, pop in blank cat iso-pieces.* | growisofs -Z /dev/dvd=/dev/stdin