Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 18:41:26 -0700 (PDT)
From:      Jeff Gray <jwg@netbox.com>
To:        Questions at FreeBSD <freebsd-questions@freebsd.org>
Subject:   mounting a cd  Has anyone solved this?
Message-ID:  <Pine.BSF.4.10.9910151831560.106-100000@cm-24-142-61-16.cableco-op.ispchannel.com>

next in thread | raw e-mail | index | archive | help
Checked the archives and lots of others with this problem but no [working]
solutions seem to have been posted - no confirmations of sucess.

All my attempts below give, 
mount_cd9660: Invalid argument    [except for the invalid device]
 or
cd9660: Invalid argument

Tried, amoung others

   441  mount -t cd9660 /cdrom
   442  mount -t cd9660 /dev/cd0c /cdrom
   443  mount -t cd9660 /dev/cd0 /cd0 
   453  mount_cd9660 -s0 /dev/cd0c /cdrom
   454  mount_cd9660 -s0 /cdrom
   455  mount_cd9660 -s 0 /dev/cd0c /cdrom
   456  mount_cd9660 /dev/cd0c /cdrom
   457  mount_cd9660 /dev/cd0 /cdrom
   458  ls -l /sbin/mount_cd9660        <--looks right


Running 3.3 Release

less /etc/fstab
# Device                Mountpoint      FStype  Options         Dump
Pas
s#
/dev/da0s1b             none            swap    sw              0       0
/dev/da0s1a             /               ufs     rw              1       1
/dev/da0s1f             /usr            ufs     rw              2       2
/dev/da0s1e             /var            ufs     rw              2       2
/dev/cd0c               /cdrom  cd9660  ro,noauto       0       0
proc                    /proc           procfs  rw              0       0 


cd is 
cd0: <YAMAHA CRW4416S 1.0g> Removable CD-ROM SCSI-2 devicec


Yes, did as root :-)

Yamaha seems to work when I do cdrecord.  Even fixes the disk. Mounting
it, or any audio cd disk, however, is another - really this - problem.
Cannot mount an off the shelf audio cd.


Thanks
Jeff




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9910151831560.106-100000>