2008/6/15 shimi <[EMAIL PROTECTED]>:
>
> On Sat, Jun 14, 2008 at 11:49 PM, Lior Kaplan <[EMAIL PROTECTED]>
> wrote:
>>
>> Any suggestions on how to recognize how to mount the DVD? (and detecting
>>  the FS type).
>
> This is going to be a little "fuzzy" way, but I think it would work for you
> (finding out which FS, can't guarantee the ability to mount it...) :
>
> dd if=/dev/hdc of=myfs.iso bs=1000000

Well, if dd can read anything from it then probably the first 10k or
so should be sufficient for file(1) to determine the type:

dd if=/dev/hdc of=myfs.iso bs=10k count=1

As for the hardware having problems - there is a web site with
"improved" DVD firmware: http://forum.rpc1.org/, I used firmware from
it to enable unlimited multi-zone on one of my previous DVD burners,
it's a totally different issue but maybe you can find some answers
there.

--Amos

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to