Hi Stuart,
Actually not as bad as it looks ;)
Try sticking in a normal data CD and doing the mount. It will probably
work. Audio CD's are in a different format.
If you can get a data CD to work and you can access the files on it, then
there is probably some other problem with the audio side. This will take
some more trouble shooting.
Does the audio CD work in a HIFI or under Windows?
Thanks,
Mark.
Let me know the outcome.
Mark
Mark,
> Looks like you don't have a /mnt/removable directory to mount on.
>
> Try the following,
>
> # mkdir /mnt/removable
> # mount -t iso9660 -o ro /dev/hdc /mnt/removable
>
[root@localhost ~]# mkdir /mnt/removable
[root@localhost ~]# mount -t iso9660 -o ro /dev/hdc /mnt/removable
mount: No medium found
[root@localhost ~]#
So then I put in an audio cd (same message from KsCD) and tried again:
[root@localhost ~]# mount -t iso9660 -o ro /dev/hdc /mnt/removable
mount: wrong fs type, bad option, bad superblock on /dev/hdc,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
[root@localhost ~]#
Bad or very bad?
Thanks
Stuart