Re: not reading contents of cd-rom

2004-02-08 Thread Ray Olszewski
At 03:58 PM 2/8/2004 +0800, S. Barret Dolph wrote: > Am I right in assuming that you meant to type /mnt/cdrom ? Yes, my apologies... I did this... > mount /dev/cdrom /mnt/cdrom and got mount: you must specify the filesystem type. This pmay just mean that there is no entry in /etc/fstab

Re: not reading contents of cd-rom

2004-02-08 Thread Michael Scondo
Am Sonntag, 8. Februar 2004 08:58 schrieb S. Barret Dolph: > > I did this... > > > mount /dev/cdrom /mnt/cdrom > > and got mount: you must specify the filesystem type. > Ok, then you should specify the filesystem: mount -t iso9660 /devcdrom /mnt/cdrom > How do I check if the cd is recogn

Re: not reading contents of cd-rom

2004-02-08 Thread S. Barret Dolph
> Am I right in assuming that you meant to type /mnt/cdrom ? Yes, my apologies... I did this... > mount /dev/cdrom /mnt/cdrom and got mount: you must specify the filesystem type. > > > If this command does not fix the problem, then you probably need to check > that the CD drive itsel

Re: not reading contents of cd-rom

2004-02-08 Thread Ray Olszewski
At 03:05 PM 2/8/2004 +0800, S. Barret Dolph wrote: Somehow, I have managed to make my CD invisible. I do have the directory mnt/cdrom but nothing is shown there. (using Midnight Commander.) Am I right in assuming that you meant to type /mnt/cdrom ? While this is a traditional mount point for CD

not reading contents of cd-rom

2004-02-08 Thread S. Barret Dolph
Somehow, I have managed to make my CD invisible. I do have the directory mnt/cdrom but nothing is shown there. (using Midnight Commander.) Cordially, S. Barret Dolph - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More maj