df -k .
>> It will tell you which filesystem to which /usr/local belongs.
>>
>>
>>
>>
>>
>>
>>
> Sorry. I want to make image from the solaris8 /opt that resides in
/dev/dsk/c0t0d0s3 . Because of lack of sufficient free space on the disk, I
want to implement it like the following :
#dd if=/dev/dsk/c0t0d0s3 bs=512 count=1966080 |gzip -c>/tmp/opt8.disk-pt1
#dd if=/dev/dsk/c0t0d0s3 bs=512 count=1966080 skip= 3932160 |gzip
-c>/tmp/opt8.disk-pt2
#dd if=/dev/dsk/c0t0d0s3 bs=512 count=1966080 skip= 5898420 |gzip
-c>/tmp/opt8.disk-pt3
And so on (until the next dd won't get through) . Can you please confirm if
the overall logic behind the above procedure is correct on the numbers
defined for count & skip ? Am I missing some blocks this way ?
_______________________________________________
Solaris-Users mailing list
Solaris-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/solaris-users

Reply via email to