On Sat, 05 Jun 2004 02:03:29 -0400 Bruce Hunter <[EMAIL PROTECTED]> 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 -- Luke Kearney <[EMAIL PROTECTED]> _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"