There was a problem of using DATA/MP3 CDs in MAN 9.0 (as I noticed) a. It was that I could not play any other song from the playlist in the CD except the first or the at most the second one. b. It was getting stalled and stopped during copying files from CD to HDD. c. "Reload" from the browser also was getting failed to show the contents of the CD already in question.
Now these are all solved. Kindly note how... 1. open super user terminal. [ K > Terminal > Konsole Super User Mode followed by root password] 2. type $ supermount disable > fstab.new <enter> $ cp /etc/fstab /etc/fstab.bak <enter> $ cp ./fstab.new /etc/fstab <enter> Overwrite ? type yes. 3. Create a link now to mount manually. Trust me. very easy. open any editor, say kwrite or kedit or vi and type the following line. ========== #This line mounts the CD . mount /dev/scd0 ========== save it as chmount.sh under /usr/bin [ make sure You have write permission there. or try $chmod 727 /usr/bin <enter> And then save your chmod.sh file. 4. Creation of a link on desktop. Right click > Create New > Link to Application ----- CLICK Properties ... Dialog box will come. Click on Execute tab type: '/usr/bin/chmod.sh' Click oK 5. now type reboot <enter> as $reboot <enter> ================= Insert a CD. click on your icon on desktop for the link you created just now. click on Removable Media. click on your CD icon. You should get the folders in the browser page now. Happy Linuxing. Sonjoy. -- To unsubscribe, send mail to [EMAIL PROTECTED] with the body "unsubscribe ilug-cal" and an empty subject line. FAQ: http://www.ilug-cal.org/node.php?id=3
