Hi Bish, I have these two lines in fstab.
none /mnt/cdrom supermount dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0 none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0 Regards, Vinod. On Tuesday 23 September 2003 11:15 pm, USM Bish wrote: > On Tue, Sep 23, 2003 at 11:39:12PM +0530, Vinod Bhaskar wrote: > > When I give mount /mnt/cdrom comand, there is no output. > > Check the following: > > a) Is there a /mnt/cdrom entry in your fstab ? If yes, what > does it state ? It may point to /dev/cdrom ... > > b) Normally /dev/cdrom is symlinked to a physical device. > Usually /dev/hdc or /dev/hdd. Does this symlink exist ? > > > It is just blank and return back to the prompt. After wards, > > when I give cd /mnt/cdrom command, I get an error as > > > > bash : cd: /mnt/cdrom: Input/Output error > > Try to mount it manually and see. > > Ensure that mount point /mnt/cdrom exists, and then: > > # mount -t iso9660 /dev/device /mnt/cdrom > > ['device' could be hdc, hdd (or scd* if SCSI device)] > > HTH > > Bish ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
