Can see CD but...

1999-01-12 Thread ktb
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
ASKSRCboot  ls-lR.txt
README.1STdebianrr_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   /   ext2defaults,errors=remount-ro
0  1
/dev/hdb2   noneswapsw  0   0
proc/proc   procdefaults0   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


Re: Can see CD but...

1999-01-12 Thread Andrew Ivanov
On Mon, 11 Jan 1999, ktb wrote:

 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
 ASKSRCboot  ls-lR.txt
 README.1STdebianrr_moved
 START.BAT disks tools
 TRANS.TBL install   upgrade

I think you need to cd there
cd /cdrom
Then cat

 $ cat README.1ST
 cat: README.1ST: No such file or directory

Andrew