Date: Fri, 25 May 2001 10:50:08 +0400 From: "Andrey Simonenko" <simon@comsys.ntu-kpi.kiev.ua> To: <rene@xs4all.nl> Cc: <freebsd-questions@freebsd.org> Subject: Re: can't mount CDROM? Message-ID: <006d01c0e4e6$f0477600$6d36120a@comsys.ntukpi.kiev.ua> References: <20010525094519.O26314@xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: <rene@xs4all.nl> Newsgroups: lucky.freebsd.questions Sent: Friday, May 25, 2001 11:45 AM Subject: can't mount CDROM? > bash-2.05$ ls /cdrom > bash-2.05$ /sbin/umount /cdrom > umount: /cdrom: not currently mounted > bash-2.05$ /sbin/mount /cdrom > cd9660: /dev/acd0c: Operation not permitted > bash-2.05$ /sbin/mount_cd9660 /dev/cd0a /cdrom > mount_cd9660: /dev/cd0a: Operation not permitted > bash-2.05$ /sbin/mount_cd9660 /dev/acd0c /cdrom > mount_cd9660: /dev/acd0c: Operation not permitted > > hmmz can the CD inserted in my drive is OK; the windows box reads it just > fine. any ideas on how to debug this? > Does FreeBSD finds your CD drive during bootstraping? I noticed that your bash shell prints "$" sign in command prompt, so I expect that you run "mount" command as unprivilege user. Are you sure that you have enough access permissions to work with CD device? 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?006d01c0e4e6$f0477600$6d36120a>