The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



Thread: cdrom mounting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-02-2007
kamitsin's Avatar
kamitsin kamitsin is offline
Registered User
 

Join Date: Nov 2006
Location: /dev/null
Posts: 177
Code:
ls -al /dev/sr* | awk '{print "/" $11}'
Default is slice 0.

Cheers,
K
Reply With Quote