But you should mount slice, not disk. So if you attach disk image to qemu you 
will have the disk and all the slices from this disk. Do you see them? What is 
the result of 
ls -l dev/dsk/c0t0d0*
Regards: Romeo Ninov


-----Original Message-----
From: solaris-users-boun...@filibeto.org 
[mailto:solaris-users-boun...@filibeto.org] On Behalf Of hadi motamedi
Sent: Saturday, July 03, 2010 9:39 AM
To: Solaris-Users mailing list
Subject: [Solaris-Users] /dev/rdsk/c0t0d0s2 ?

Dear All
To have an image from the entire raw disk,according to you, I tried as
the following :
#dd if=/dev/rdsk/c0t0d0s2 bs=512 count=1966080 |gzip -c>/tmp/
solaris8.disk-pt1.gz
#dd if=/dev/rdsk/c0t0d0s2 bs=512 count=1966080 skip=3932160 |gzip -c>/
tmp/solaris8.disk-pt2.gz
#dd if=/dev/rdsk/c0t0d0s2 bs=512 count=1966080 skip=5898240 |gzip -c>/
tmp/solaris8.disk-pt3.gz
#dd if=/dev/rdsk/c0t0d0s2 bs=512 count=1966080 skip=7864320 |gzip -c>/
tmp/solaris8.disk-pt4.gz
And so on.
I am now on step thirty of this iteration and it seems that this does
not come to an end. Can you please let me know why?
Thank you
_______________________________________________
Solaris-Users mailing list
Solaris-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/solaris-users
 

__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5247 (20100702) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
 

__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 5247 (20100702) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 

_______________________________________________
Solaris-Users mailing list
Solaris-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to