Linked by Thom Holwerda on Sun 6th Aug 2006 08:23 UTC, submitted by jamesd
Thread beginning with comment 149720
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[4]: re: solaris evolution
by pxa270 on Mon 7th Aug 2006 09:56
in reply to "RE[3]: re: solaris evolution"
RE[5]: re: solaris evolution
by darrenmoffat on Tue 8th Aug 2006 02:36
in reply to "RE[4]: re: solaris evolution"
That assumes that every machine I use has /dev/hdc as the burner. The whole point of my post (and the original one I believe) is that with cdrw(1) you as the end user don't need to find this out it does it. With cdrecord you need to specify it and it could be different for every machine.
Also on Solaris there isn't a /dev/hdc we name devices differently :-)






Member since:
2005-11-17
cdrw -l will show you all the writable CD/DVD devices.
If you need to specify a specific one then use the -d flag which takes as a argument the alias name from -l output.
Latest Solaris Express (Sun's OpenSolaris distribution) also come with cdrecord.
In my opinion the fact that you have to specify a device at all, particularly for the case were there is only one device, is poor user interface design.