qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] How to detect old arch?


From: Dale R. Worley
Subject: Re: [Qemu-discuss] How to detect old arch?
Date: Wed, 16 Sep 2015 23:33:52 -0400

Peter Maydell <address@hidden> writes:
>>> dd if=/dev/hdc of=./all_files.iso

> Are you sure it's going to be a standard ISO 9660 filesystem?
> If it's just been dd'd off a *hard disk* as the command above
> suggests, it seems more likely that it's going to be whatever
> that unix's native filesystem format was (possibly with some
> kind of partition table, possibly not).

Ack!  You're right.  I was paying attention only to the .iso file name
suffix, and the OP's statement "I have an ISO fromat via dd from an old
scsi unix"

But in that case, 'file all_files.iso' is likely to tell you the format
of the disk partition.  After that, you can figure out how to access it
on your system.

Dale



reply via email to

[Prev in Thread] Current Thread [Next in Thread]