![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | 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 04: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 01:04 PM |
| Mounting an ISO image on Solaris | kduffin | Tips and Tutorials | 0 | 12-02-2003 03:55 AM |
| Mounting USB Drives in Solaris 9 x86 | N0C717 | Filesystems, Disks and Memory | 1 | 11-07-2003 06:21 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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 | ||
|
|
|
|||
|
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 |
|
|||
|
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 ... ] |