cdrecord -v dev=x,x,x blank=help
x,x,x is the output from cdrecord -scanbus
for example:
so in my case the command would be :Code:root@ArchLinux:~> cdrecord -scanbus Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling Linux sg driver version: 3.1.24 Using libscg version 'schily-0.5' scsibus0: 0,0,0 0) 'TEAC ' 'CD-W524E ' '1.0B' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) *
cdrecord -v dev=0,0,0 blank=all
if i wanted to blank the whole cd
=help will give you other options.


Reply With Quote

Bookmarks