Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers


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 !!

Closed Thread    
 
Thread Tools Search this Thread Display Modes
    #1  
Old 04-23-2004
Registered User
 
Join Date: Apr 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Data can't mount cdrom

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  
Old 04-23-2004
flim flam flamma jamma
 
Join Date: May 2001
Location: Chicago IL, USA
Posts: 1,006
Thanks: 0
Thanked 1 Time in 1 Post
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  
Old 04-30-2004
Registered User
 
Join Date: Aug 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
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  
Old 01-29-2009
Registered User
 
Join Date: Jan 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
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
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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



All times are GMT -4. The time now is 06:14 PM.