Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Google is the best search engine...what else I can say? But I dont use google chrome, I prefer other browser
- Thank you so much i haven't had to do that on vista and nearly two years and have used a seperate quick launce bar for many many years and it was driving me insane
- Lovely! I completely forgot about dos2unix and sincerely I like to use vim better if I can :)
- hey shay, just added you. add me if you want 4285 2670 2528 4658
- Thats cool Stuff as i m Nebie to unix
Tech-Recipes
Cookbook of Tech TutorialsUbuntu: How To Create an ISO Image from a CD or DVD | Linux | Tech-Recipes
Started by qdideas · 9 months ago
11 months ago
when i set the path to the file i want i get a permission denied
now i know how to use the nautilus thing because i didnt have permission to access my font and icon files but i have no idea how to do this in terminal because this isnt a file i need access to it is an action i need to do and it isnt letting me
please help!
8 months ago
eg: $ sudo cat /dev/scd0 > *.iso
7 months ago
5 months ago
5 months ago
Thanks again !
4 months ago
First, you're using the wrong tool for the job. This would be the equivalent of using a wrench to hammer a nail in the wall. They both get the job done, but gah!
Second, this command doesn't have any checking. What happens if you have some wild hard drive activity, and you don't get all the bits copied? You have a bad ISO, and you won't know it.
Instead, you should be using the right tool for the right job. In this case, you need to check out the 'readom' command (read optical media). It does exactly what you're looking for, and has built in error checking.
readom dev=/dev/scd0 f=/home/shamanstears/test.iso
If you want to record the ISO, then you should be using 'wodim', not 'dd', or any other horrible "solution".
wodim -v -eject /home/shamanstears/test.iso
This will burn your 'test.iso' to your blank CD, assuming it's already inserted, and eject when it's finished. It'll even be verbose about it's output along the way. These sort of shoddy tips and tricks are what get a lot of users in trouble. Remember- use the right tools for the right job, and everyone will be happy.
4 months ago
3 months ago
So the method of Aaron Toponse is the good one if you want to do it in command line.
1 month ago
Briga
1 week ago