Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #22522 > unrolled thread

create .bin file from cd/dvd

Started byStefan Makarewicz <stefan.makarewicz@gmail.com>
First post2013-02-26 01:19 -0800
Last post2013-02-26 09:37 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  create .bin file from cd/dvd Stefan Makarewicz <stefan.makarewicz@gmail.com> - 2013-02-26 01:19 -0800
    Re: create .bin file from cd/dvd Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-02-26 09:37 -0800

#22522 — create .bin file from cd/dvd

FromStefan Makarewicz <stefan.makarewicz@gmail.com>
Date2013-02-26 01:19 -0800
Subjectcreate .bin file from cd/dvd
Message-ID<d73ca18b-eb93-4978-87c2-d8af4b7edf6c@googlegroups.com>
Hello

I'm looking for library which can create bin file from cd/dvd. Maybe I don't need library for this?

Regards,
Stefan

[toc] | [next] | [standalone]


#22544

FromDaniel Pitts <newsgroup.nospam@virtualinfinity.net>
Date2013-02-26 09:37 -0800
Message-ID<fp6Xs.96483$Ln.11429@newsfe22.iad>
In reply to#22522
On 2/26/13 1:19 AM, Stefan Makarewicz wrote:
> Hello
>
> I'm looking for library which can create bin file from cd/dvd. Maybe I don't need library for this?
>
> Regards,
> Stefan
>
In unix/linux, you can (carefully) use the "dd" command to copy any 
block device to a file (and vice versa).

Perhaps you should explain your use-case in more details.  dd is a great 
utility, but I wouldn't count on calling it from within a Java program 
if that is indeed what you need to do.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web