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 -- : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : Linux Commands (#4) LOST #056 For a newbie introduction to Linux commands and shotcuts visit URL: http://sunsite.dk/linux-newbie/Linux_commands.htm ####[mithun.b (at) egurucool.com]############################# : ------------------------------------------------------- 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
