Thread: how to know the dev of cdrom driver from cdrecord ?
hello
found on internet command indicates drive info; how saying /dev/hdc cdrecord atip command ?
code:drive=$(cdrecord -atip 2>&1) ; echo $selection | while read ; echo "$i" ; done
solved !
code:wodim --devices | grep dev= | cut -f1 | cut -d"=" -f2 | sed s/\'//g | tail -n 1
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [SOLVED] how to know the dev of cdrom driver from cdrecord ?
Ubuntu
Comments
Post a Comment