Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
I just switched from mandriva linux 2005se to mandriva linux 2006 powerpack..first when i try to install it wont load in my main dvdrom. so i put it in my dvdrw and it works.....i get it installed and i try to load some music off a dvd and and the drive activity light blinks for a bit and stops but the hdd activity light stays on and things like harddrake wont load.....iv only been using linux for about a month and a half so im a bit confused.
What is your dvd-rom connected as (i.e. /dev/hdc)? you can always try manually mounting using the mount command such as "mount /dev/hdd -t iso9660 /mnt/dvdrom" as a way to check for problems in your /etc/fstab.
ok i tried that and it didnt work i had change what you told me to type to "mount /dev/sr0 -t iso9660 /mnt/cdrom" another thing I tried a cd instead of a dvd and it worked fine what could be causing this
It sounds like it is a file system problem, not all DVDs are backward compatible with the ISO9660 standard and you were able to mount a CD with the above command. Try "mount -t udf /dev/sr0 /mnt/dvdrom" instead
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.