Results 1 to 4 of 4
I have fedora 11 installed and fully updated, but im trying to burn the upgrade cd to fedroa 12. Using brasreo disk burner thing it says "no available disk" and ...
- 02-28-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 80
Fedora wont recognize my cd drive
I have fedora 11 installed and fully updated, but im trying to burn the upgrade cd to fedroa 12. Using brasreo disk burner thing it says "no available disk" and i dont know why. This is a fresh install of 11 just updated. Any ideas? maby a cd driv driver??
- 02-28-2010 #2
What is the output of this
?Code:su -c hdparm -I /dev/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-28-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 80
$ su -c hdparm -i /dev/cdrom
su: invalid option -- 'i'
Try `su --help' for more information.
Thats what i get.
- 02-28-2010 #4
Try it with proper su - instead of su -c.
Code:su - hdparm -I /dev/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote