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 And then: file myfs.iso Of course, you'll need enough free space for this... -- Shimi
