Ok I have been working on this forever but I can finally see what is on my "Extras" disk but I can't read the files included. For example:
$ mount /cdrom $ ls /cdrom ASK.EXE TheDebianUsersGuide.html kde ASKSRC boot ls-lR.txt README.1ST debian rr_moved START.BAT disks tools TRANS.TBL install upgrade $ cat README.1ST cat: README.1ST: No such file or directory What am I doing wrong? This is my "fstab" file if it helps: $ cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> /dev/hdb1 / ext2 defaults,errors=remount-ro 0 1 /dev/hdb2 none swap sw 0 0 proc /proc proc defaults 0 0 /dev/hdb3 /usr ext2 defaults 0 2 /dev/hdd /cdrom iso9660 defaults,noauto,ro,user,unhide 0 0 /dev/hda1 /win95 vfat noauto 0 0$ Thanks, Kent