![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem NFS mounting onto Solaris 10 | serendipity1276 | SUN Solaris | 2 | 01-07-2008 05:13 PM |
| mounting cd in solaris 5.8 | scriptingmani | SUN Solaris | 4 | 09-25-2007 02:30 AM |
| Problem mounting DVD on Solaris 10 (x86) | christian_hicks | SUN Solaris | 3 | 12-24-2004 02:04 PM |
| Mounting an ISO image on Solaris | kduffin | Tips and Tutorials | 0 | 12-02-2003 04:55 AM |
| Mounting USB Drives in Solaris 9 x86 | N0C717 | Filesystems, Disks and Memory | 1 | 11-07-2003 07:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello!
I just completed a Solaris 8 installation. When I now insert a CD-Rom how do I mount the device? After I inserted the CD I changed into /cdrom but ist did not show the content of the CD. So, how do I mount the CD-Rom? I also tried to find some tipps on the internet but did not find any. Thanks for your help! Marcus |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
it should automount by itself.
if it dosent you can try volcheck. NAME volcheck - checks for media in a drive and by default checks all floppy media |
|
#3
|
|||
|
|||
|
Just a thought!
Solaris can read iso9660, cant it? |
|
#4
|
|||
|
|||
|
Okay, ich tried volcheck and it gives me the following output:
scsi WARNING: /pci@0,0/pci-ide@7,1/ide@0/sd@1,0 (sd0): i/o to invalid geometry I have no clue what that means! I do not have a scsi CD-Rom, or any other scsi drives in my computer, thats for sure! Plaese let me know, if you guys have an idea what to to. Thx Marcus |
|
#5
|
|||
|
|||
|
man mount.
Maintenance Commands mount(1M)NAME mount, umount - mount or unmount file systems and remote resourcesSYNOPSIS mount [-p | -v ] mount [ -F FSType ] [ genericoptions ] [ -o specificoptions ] [ -O ] special | mountpoint mount [ -F FSType ] [ genericoptions ] [ -o specificoptions ] [ -O ] special mountpoint mount -a [ -F FSType ] [ -V ] [ currentoptions ] [ -o specificoptions ] [ mountpoint ... ] umount [ -V ] [ -o specificoptions ] special | mountpoint umount -a [ -V ] [ -o specificoptions ] [ mountpoint ... ] |
|
#6
|
||||
|
||||
|
Error message in interesting, referencing both ide and scsi. Perhaps you have some SCSI emulation in the kernel?
|
||||
| Google The UNIX and Linux Forums |