You may wonder why Solaris sucks. Here are some reasons:
- The only way to query SCSI disks is to use the miserable "format" dialog
- The only way to write a new VTOC to a disk is to use the miserable "format" dialog. (any decent OS has a scriptable CLI mechanism for this)
- "mount" will allow you to use a mount-point with white-space in the name, but "df" and "mount" choke with "mount: line in mnttab has too many entries"
- "ufsrestore" forces me to use "chdir" in scripts to automate restore operations (or use a shell intermediate process).