+++ srinivas [linux-india] <04/01/02 21:03 +0530>: > I am using PCQLinux 7.1. Please excuse if my problem seems very trivial > since I am a newbie. Well, anyway the problem is that I am not able to > mount any cdroms in Linux. I am getting the following error message each > time I use either use the 'mount' command or the desktop icon. > mount: wrong fs type, bad option, bad superblock on /dev/cdrom, > or too many mounted file systems
Try # mount -t iso9660 /dev/cdrom /mnt/cdrom Do a df to see if it is already mounted though (perhaps automount or something is enabled?) -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #105 -**< Sub : Reducing processes needed >**- An attempt should be made to reduce number of processes where ever possible ... example "cat filename | less" is valid but evokes 2 processes. The same is possible with "less filename", with only one process evoked. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
