Manipulating CD/DVD images with AcetoneISO2


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Manipulating CD/DVD images with AcetoneISO2
# 1  
Old 10-28-2008
Manipulating CD/DVD images with AcetoneISO2

10-28-2008 01:00 AM
Burning discs reliably ceased to be an area of concern for Linux a long time ago, thanks to tools such as K3b and GnomeBaker. Another tool, AcetoneISO2, aims to be the Swiss army knife at managing disc images. This utility can convert many different image formats, such as .nrg, .bin, and .img, to ISO, and can generate, compress, encrypt, extract, and mount ISO images. It can also mount Mac OS *.dmg files as images, rip DVDs to Xvid AVI files, split and merge images, and more.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

2. Shell Programming and Scripting

Bash Script to find/sort/move images/duplicate images from USB drive

Ultimately, I'm looking to create a script that allows me to plug in a usb drive with lots of jpegs on it & copy them over to a folder on my hard drive. So in the process of copying I am looking to hash check them, record dupes to a file, copy only 1 of the identical files (if it doesn't exsist... (1 Reply)
Discussion started by: JonaQuinn
1 Replies

3. UNIX and Linux Applications

unable to open the MRL 'dvd:///dev/dvd'

I am getting an error similar to this when I try to watch dvd's. Every program has a similar version of this. unable to open the MRL 'dvd:///dev/dvd'For VLC I have found a way to fix it. CD/DVD Drive not working VLC error (SOLVED) (Page 1) - Help & Support (Stable) - CrunchBang Linux Forums... (0 Replies)
Discussion started by: cokedude
0 Replies
Login or Register to Ask a Question
MOUNT_UDF(8)						    BSD System Manager's Manual 					      MOUNT_UDF(8)

NAME
mount_udf -- mount an UDF file system SYNOPSIS
mount_udf [-c] [-g gid] [-o options] [-t gmtoff] [-s session] [-u uid] special node DESCRIPTION
The mount_udf command attaches the UDF file system residing on the specified special device node on the location indicated with node. Anonymous files stored on the UDF disc will be represented and saved in the specified uid:gid pair. If unspecified, it will default to nobody:nobody. Both uid and gid can be either specified with their names as with their numerical equivalents. -c Close the session after unmount creating remountable snapshots. Closing a session also allows -ROM devices to read the disc cre- ated. Note that this option only makes sense when mounting sequential recordable media like CD-R and DVD*R. -g gid Set the group of anonymous files on the file system. The default group is the nobody group. -o options Use the specified mount options as specified in mount(8). -s session Select the session session to be mounted instead of the default last one. Implements readonly snapshots on sequential media. Positive session values indicate an absolute session number. Negative session values are relative to the last session found on the disc. Note that this option only makes sense when mounting sequential recordable media like CD-R and DVD*R. -t gmtoff Set the time zone offset (in seconds) from UTC to gmtoff, with positive values indicating east of the Prime Meridian. If not set, the user's current time zone will be used. -u uid Set the owner of anonymous files on the file system. The default owner is the user nobody. SEE ALSO
mount(2), vnd(4), fstab(5), mount(8), umount(8), vnconfig(8) NOTES
UDF is a file system defined by the OSTA standardization group and is tailored for data interchange on optical discs (like CDs and DVDs) between different operating systems. Its also more and more common on other media like Compact Flash (CF) cards. Read and write access is supported for all media types that CD/DVD type drives can recognise including DVD-RAM. BluRay support is prelimi- nary; read-only access should work fine but write support is experimental. Implemented and tested media types are CD-ROM, CD-R, CD-RW, CD-MRW, DVD-ROM, DVD*R, DVD*RW, DVD+MRW, DVD-RAM but the same code can also read HD-DVD and BluRay discs. Discs created and written by UDFclient, Nero's InCD, and Roxio's DirectCD/Drag2Disc can be read without problems. Both open and closed media are supported so there is no need to close discs or sessions. All current UDF versions up to version 2.60 are supported. Hard disk partitions and vnd(4) devices may also be mounted. Note when mounting a vnd(4) device it might be necessary to specify the file image sector size in the geomspec when creating the vnd(4) device or the disc sector size will be used. BUGS
Write support for UDF version 2.50 is not completely mature and UDF version 2.01 should be used if possible; this is also the default format. Due to lack of test media and recording devices, BluRay support and in particular BluRay-R is still preliminary as of writing. BSD
July 13, 2009 BSD