Results 1 to 6 of 6
When I was using Windows, I had "DVD Shrink", which put a DVD into an ISO file.
Is there a tool that can do this, on Fedora?
Also, is there ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-13-2005 #1Just Joined!
- Join Date
- Mar 2005
- Location
- Kansas
- Posts
- 5
Copying DVDs on Fedora?
When I was using Windows, I had "DVD Shrink", which put a DVD into an ISO file.
Is there a tool that can do this, on Fedora?
Also, is there software to burn ISOs, back to DVD-Rs?
Sorry if this question has been asked already
- 03-13-2005 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Calcutta, India
- Posts
- 220
use mkisofs, its builtin in most cases.
use the following command :
$ mkisofs -joliet -rock -quiet -no-bak -o <path of ISO file to be created> <path of directory or dvdrom mount point>
for e.g.,
$ mkisofs -joliet -rock -quiet -no-bak -o /home/prosen/new.iso /mnt/dvdrom
If you use KDE, go to www.kde-apps.org , there search in the Service menu sections for mountiso , download and install it, this will add entries to your right click context menus for creating ISOs, mounting them , etc.
- 03-13-2005 #3Linux User
- Join Date
- Jan 2005
- Location
- Arizona
- Posts
- 288
Check out dvd+rw-tools and dvdrtools. I can't speak from experience, but they should support such things since cdrtools does for CDRW's.
Michael Salivar
Man knows himself insofar as he knows the world, becoming aware of it only in himself, and of himself only within it.
--Goethe
- 03-13-2005 #4Linux Enthusiast
- Join Date
- Dec 2004
- Location
- Rockin' in the USA!!!
- Posts
- 603
I think you can find everything you're looking for in k3b
- 03-13-2005 #5Just Joined!
- Join Date
- Feb 2005
- Location
- Your SQL Server
- Posts
- 95
yeah i like k3b too, but if your using ext2 then i think the max filesize is 2GB
- 03-18-2005 #6Just Joined!
- Join Date
- Mar 2005
- Posts
- 1
dvd copying under linux. (fedora core 3)
Hi. I find a mixture of k3rb and dvdshrink work wonders.
Use k3rb to copy the dvd to .iso format (or mkisofs )
Then I use dvdshrink with wine. DVDShrink doesn't read my cdrom or the file system but will let me open an .iso file. (File - open disc image).
I then can save that to the file system (weird) and burn it with k3rb.
I will be experimenting with dvdbackup which seems nice.


Reply With Quote
