Linked by Thom Holwerda on Sun 6th Aug 2006 08:23 UTC, submitted by jamesd
Sun Solaris, OpenSolaris Engineers at Sun are working on a 'small' version of Solaris 10. "I've got a modified Solaris miniroot with ZFS functionality which takes up about 60 MB (the compressed image, which GRUB uses, is less than 30MB). Solaris boots entirely into RAM. From poweron to full functionality, it takes about 45 seconds to boot on a very modest 1GHz Cyrix Mini ITX motherboard."
Thread beginning with comment 149720
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: re: solaris evolution
by darrenmoffat on Mon 7th Aug 2006 05:02 UTC in reply to "RE[2]: re: solaris evolution"
darrenmoffat
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.

Reply Parent Bookmark Score: 3

RE[4]: re: solaris evolution
by pxa270 on Mon 7th Aug 2006 09:56 in reply to "RE[3]: re: solaris evolution"
pxa270 Member since:
2006-01-08

If you only have one burner, can't you just stick a

alias cdrw='cdrecord -v dev=/dev/hdc -driveropts=burnfree'

in your .profile?

Edited 2006-08-07 09:58

Reply Parent Bookmark Score: 2

darrenmoffat Member since:
2005-11-17

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 :-)

Reply Parent Bookmark Score: 2