|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | 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 Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi there
I am trying to mount a cdrom using: mount /cdrom and I get the error: mount: mount point cannot be determined If I try the command mount cdrom /cdrom nfs mount: nfs file system; use [host:]path I tried running mountall and mountall -F NFS but to no avail |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
OS helps.
if you have vold running for solaris is should auto mount. remember cdroms use a hsfs (iso9660 <or something liek that) so if the cdrom is not auto mounted you will have to specify which fs is on the removeable media. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Try using this instead:
mount -t cd9660 /dev/acd0c /cdrom It worked for me on my system which runs FreeBSD 4.9... ...the above example is assumming you're tryint to mount the cd on the first drive if you have more then one drive. |
|
#4
|
|||
|
|||
|
Log on as /root
create a directory at root called /cdrom - This will be your mount point identify the device file by entering: # ioscan -funC disk You should see your CDROM output something like this /dev/rdsk/cXtXd0 with cXtXd0 being the device name which will be different for your machine but similar. record that so you don't forget. Then enter - # mount /dev/disk/(device Name) /cdrom I hope this is right...I am answering from home but did this at work. I'll check tomorrow. |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CDROM does not mount | hubatuwang | UNIX for Dummies Questions & Answers | 2 | 06-23-2011 07:11 AM |
| cannot mount cdrom with SAM | rbglo | HP-UX | 8 | 01-29-2009 07:34 PM |
| cdrom will not mount | herot | SCO | 0 | 11-13-2008 02:50 PM |
| mount cdrom | q30 | UNIX for Advanced & Expert Users | 2 | 01-10-2003 01:06 AM |
| mount cdrom | Stormpie | UNIX for Dummies Questions & Answers | 2 | 01-23-2002 04:43 PM |
|
|