Re: [newbie] mount problem

2005-02-21 Thread Derek Jennings
On Monday 21 February 2005 09:34, teguh wrote: > Hi. > I have problem with my DVDROM (Sony DVD combo). I used mount command and > the result was like this > > [EMAIL PROTECTED] bin]# mount -t auto /dev/cdrom /mnt/cdrom > > /dev/cdrom: Input/output error > > mount: block device /dev/cdrom is wri

[newbie] mount problem

2005-02-21 Thread teguh
Hi. I have problem with my DVDROM (Sony DVD combo). I used mount command and the result was like this [EMAIL PROTECTED] bin]# mount -t auto /dev/cdrom /mnt/cdrom /dev/cdrom: Input/output error mount: block device /dev/cdrom is write-protected, mounting read-only /dev/cdrom: Input/output error

Re: [newbie] mount problem

2002-11-26 Thread villoing
Maybe the problem comes from the fact you have to be root to do mount -t your_file_type -r /dev/cdrom /mnt/cdrom after having create a cdrom /mnt/directory and not beind in when you write your command Florian Wei Wang wrote: I know this is too naive. But I got confused of different helps I found

[newbie] mount problem

2002-11-26 Thread Wei Wang
I know this is too naive. But I got confused of different helps I found on the internet.   I get error message when I do mount /dev/cdrom mount: can't find /dev/cdrom in /etc/fstab or /etc/mtab   mount /mnt/cdrom gives out: /dev/hdc: Input/output error mount: I could not determine the filesy