Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Jun 2004 02:12:17 -0400
From:      Bruce Hunter <bhunter@solisix.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Problems mounting my cdrom drive
Message-ID:  <1086415937.871.19.camel@solid.solisixoffice.com>
In-Reply-To: <20040605150438.211E.LUKEK@meibin.net>
References:  <20040605055221.88986.qmail@web50309.mail.yahoo.com> <1086415409.871.7.camel@solid.solisixoffice.com> <20040605150438.211E.LUKEK@meibin.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2004-06-05 at 02:07, Luke Kearney wrote:
> On Sat, 05 Jun 2004 02:03:29 -0400
> Bruce Hunter <bhunter@solisix.com> spake thus:
> 
> > On Sat, 2004-06-05 at 01:52, Jorge Mario G. wrote:
> > > check for /dev/acd0
> > > anyway do it the easy way:
> > >   #mount /cdrom
> > > or trya acd0a
> > > 
> > > 
> > > Jorge
> > > 
> > 
> > i tried
> > #mount /cdrom
> > and
> > #mount /dev/acd0
> > 
> > nothing worked
> > i get this error
> > 
> > cd9660: /dev/acd0: Invalid argument
> > 
> > Any other ideas?
> > 
> > Bruce
> 
> >From memory mount /cdrom should work just find but what is in your fstab ?
> do you have a line that refers to your cd rom drive? If not try
> something like mount /dev/acd0 /mnt  as root. Unless you have previously
> changed the permissions trying to mount anything as a user other than
> root will not work spectacularly well. 
> 
> HTH
> 
> LukeK

I haven't changed permissions at all, for mounting.
here is what my # /etc/fstab/ file looks like
-----------------------------------------------------
# Device                Mountpoint      FStype  Options         Dump   
Pass#
/dev/ad0s1b             none            swap    sw              0      
0
/dev/ad0s1a             /               ufs     rw              1      
1
/dev/ad0s1g             /home           ufs     rw              2      
2
/dev/ad0s1d             /tmp            ufs     rw              2      
2
/dev/ad0s1f             /usr            ufs     rw              2      
2
/dev/ad0s1e             /var            ufs     rw              2      
2
/dev/acd0               /cdrom          cd9660  ro,noauto       0      
0

#CORE NFS
core:/home/NFSave       /mnt/core       nfs     rw              0      
0

-Bruce-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1086415937.871.19.camel>