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: Jakob Bohm
Subject: Re: [Qemu-discuss] How to detect old arch?
Date: Tue, 15 Sep 2015 20:17:02 +0200
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 15/09/2015 13:47, Mohsen Pahlevanzadeh wrote:
Dear All,

I have an ISO fromat via dd from an old scsi unix:
//////////////////////////
dd if=/dev/hdc of=./all_files.iso
//////////////////////
I have the following information from my iso:
///////////////////////////////////
parted ./all_of_disk.iso print
Error: /home/mohsen/all_of_disk.iso: unrecognised disk label
Model:  (file)                                                           
Disk /home/mohsen/all_of_disk.iso: 577MB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
////////////////////////////////////
And :
/////////////////////////////////
fdisk -l  ./all_of_disk.iso
Disk ./all_of_disk.iso: 550.5 MiB, 577241088 bytes, 1127424 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
///////////////////////////////

I think it's sysv unix. How can I detedct its' arch via qemu?

--Best regards
Mohsen
The qemu toolset has no functions that could do this.

Trying to treat it like a harddisk (parted, fdisk etc.) is not useful either.

Try to unpack the iso with e.g. 7-zip (or just loop mount it).

Then use the file command on various program files inside.

Another technique would be to use ISO specific tools to examine the metadata of the ISO image, there may be useful info there.

Enjoy

Jakob
-- 
Jakob Bohm, CIO, Partner, WiseMo A/S.  https://www.wisemo.com
Transformervej 29, 2860 Søborg, Denmark.  Direct +45 31 13 16 10
This public discussion message is non-binding and may contain errors.
WiseMo - Remote Service Management for PCs, Phones and Embedded 

reply via email to

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