Hi Stuart,
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
Let me know how you do.
Thanks,
Mark.
Mark,
This doesn't look right-- even to me!
Stuart
[root@localhost ~]#
[root@localhost ~]# # mount -t iso9660 -o ro /dev/hdc /mnt/removable
[root@localhost ~]#
[root@localhost ~]# mount -t iso9660 -o ro /dev/hdc /mnt/removable
mount: mount point /mnt/removable does not exist
[root@localhost ~]#