Mirror disk slice or partition problem

Hi ,
I recently installed S11 from the GUI installer.
On a 1Tbyte disk I installed S11 on a 16G partition or slice (I dont know what the GUI installer does)
Later I added another 16G partition + 880G partition, with the format->fdisk tool.
The 880G partition is used for a pool called home2p, the extra 16G partition is a spare.
All on disk c0t0d0.
Later I added another 1Tbyte disk to make a mirror.
I formatted the disk with format->fdisk and used the same numbers as c0t0d0.
My aim is a fault tolerant mirror.
But I ended with this strange situation:
zpool status rpool
pool: rpool
state: ONLINE
scan: resilvered 246K in 0h0m with 0 errors on Tue Jun 12 17:08:05 2012
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c3t0d0s0 ONLINE 0 0 0
c3t2d0p0 ONLINE 0 0 0
zpool status home2p
pool: home2p
state: ONLINE
scan: resilvered 144G in 0h40m with 0 errors on Tue Jun 12 16:53:36 2012
config:
NAME STATE READ WRITE CKSUM
home2p ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c3t0d0p3 ONLINE 0 0 0
c3t2d0p3 ONLINE 0 0 0
The rpool consists of c3t0s0 and c3t2p0 !
When I look with fdisk the partition numbers are equal (offsets an sizes).
It looks like the c3t0s0 which is created by the GUI installer is different from what I created
with format->fdisk.
So something seems to be wrong here, can this still be corrected ,
or do I have to reinstall everything?
I also need a GRUB loader on c3t2d0p0 to boot from the second disk,
how must I do that? if possible at all in this situation.
Edited by: 916641 on Jun 12, 2012 11:53 AM
Edited by: 916641 on Jun 12, 2012 11:54 AM

It's not clear from your post whether you're aware that for x86, Solaris numbers the MBR 'partition table' entries as devices c?t?d?p0 (whole disk) and then p1-4 (the partitions). Ie. 'ls -lrt /dev/[r]dsk/c?t?d?p?', etc.
Any partition/s allocated to Solaris will be further sliced using a VTOC. Hence I'd expect your c3t0d0p0 to have a VTOC (therefore the installer used 'c3t0d0s0' for the rpool. Ie. /dev/[r]dsk/c?t?d?s?, etc.
I expect you need to create the matching partition on the added device partition (c3t2d0p0) which is in the rpool and then create a VTOC with the 'fmthard' command (search prtvtoc fmthard to find example).
There after the 'c3t2d0s0' device should be available to be added to the rpool mirror.
Use 'iostat -En' to identify the disks, then the command 'fdisk -W - /dev/rdsk/c3t?d0p0' to show the disk partition table allocations and 'prtvtoc /dev/rdsk/c3t?d0p?' to establish the VTOC allocations. Note the ? should be substituted appropriately with your device numbering.
When your devices are set up correctly you can use the "expected s" device names with the 'zpool attach' ... then take a look at this blog entry http://www.c0t0d0s0.org/archives/7394-Migrating-your-notebook-from-a-smaller-to-a-larger-disk.html to cater for the 'zpool spilt' and GRUB component (for really neat -simple and quick, disaster recovery).
Note there is also 'gparted' available with S11 to check the layout of the x86 partition table (confirm what fdisk is reporting).

Similar Messages

  • Boot Camp Problem (The disk cannot be partitioned because some files...)

    Hey! So here i am. i open up Boot Camp Asistant, get to partioning. start partinoning then after about 5 minuets i get this message:
    *The disk cannot be partitioned because some files cannot be moved.*
    Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again.
    I have checked in Disk Utility & More and i am not sure hoe to fix it.
    Here is a picture of both my "Disk Utility" and the Boot Camp Error:
    BC ERROR: http://twitpic.com/ehre1
    Disk Utility: http://twitpic.com/ehrdo
    So if you could help me out here it would be great, as i have just brought a copy of Win XP SP3 and i really wanted to play my new game :P
    Thanks
    —Alex

    First I can't say I'm a MAC expert, so keep that in mind. But if I tell you my interpretation of that issue, which I also have actually, it might help. I think the probably is that when you partition a HD you can't really be on it, so the Mac needs to allocate enough memory which is either the minimum needed for windows or the amount you choose then separate those needed memory cells from the other memory cells used by the Mac so it can create the partition. Then formats the memory in the partition. However if there isn't enough unused consecutive memory cells then the Mac needs to move files to create consecutive memory cells to partition. But, as you can see, sometimes those files cant be moved so the Mac needs to have the entire hard drive formated so the files can be moved. At that point the partition can be inserted without an issue. Of, course the idea of formatting your HD is not exciting to say the least. Its not hard but it can take awhile to do and then you'll have to reinstall all the third party programs you have. An alternative idea to explore is to use the firewire port on the Mac [if you have one] and you likely do. And get an external HD to run through that and put windows in the external HD. Firewire is a higher speed data transfer option then USB. You can run programs through firewire just as USB does to a lesser extent. But there are limits. So it may, in the end, not work for what you want.
    But I think what it's telling you is you need to format your entire HD. But, like I said I'm no expert. If you find the solution let me know. Like I said, I have the same problem.

  • Hard disk Partition problem.

    hi,
    i have mac 13" laptop, which i am trying to put 500 gb hdd. plese i need some suggestion, which way to do.
    i need 100 GB for mac, then by using bootcamp i want to install windows xp, for that i need 200gb, and the remaining 200gb i want to format it by fat32, so that i can use that 200 gb from windows as well as mac. a common drive.
    so, for that.. by using mac installing disk, i first partition 500gb in to 300 + 200. and installed mac o that 300 gb . once its installed then i want to install xp by using bootcamp on that 300 gb . but its giving me error, its not allowing me to do partitioning again for xp.
    pelase need the solution , or some other way to manage this
    thanks

    Click here for information.
    (45196)

  • Is newfs needed when creating mirror from existing ufs partition

    I have the root drive of my sparc solaris 10 server mirrored with SVM. In the same machine I have another single partition disk that was mounted /dev/dsk/ct0d0s6 to /home1, and I wanted to mirror it to another disk. This happened without problem.
    While the resync was happening I realized that I did not do a newfs on the target mirror disk (/dev/dsk/c1t2d0s6 partition before doing the metattach. I did not have a problem with reboots or anything after the resync was done. Will the mirror create a UFS partition on the target disk? If the source /home1 disk failed, would I be able to mount the target disk as a regular /dev/dsk partition? Or if I wanted to metaoffline the target half of the /home1 mirror to do a backup, would it recognize it as be a UFS partition?
    I'm thinking I should metadetach the mirror, do a newfs on the target S6 partition and then metattach again.
    Any ideas would be appreciated.

    Your getting a little confused about the difference between a partition/slice and a filesystem.
    Partitioning is the act of breaking the disk up into "slices". You have been referring to c0t0d0s6 which is a slice.
    Partitioning is done with the format program.
    The filesystem is the data that goes onto the slice. This is what newfs does. It creates a filesystem on a slice. So all its doing is writing a particular pattern of data onto a chunk of disk.
    So mirroring filesystems doesnt require a newfs. Since the correct pattern of data already exists. You just need to copy it onto the new slice.
    But the mirroring doesnt do partitioning ie create the slice. You have to do that with format. But it does copy the filesystem.
    So assuming you created a new slice of the correct size.
    You should be able to mirror the existing slice to the new slice. Then mount the virtual device representing the mirror.
    You do have to always use the mirror through the virtual /dev/md device, not the raw slices.
    The raw slices making up the mirror are perfectly ordinary UFS partitions. So yes they will be recognised.
    But if you modify one directly instead of through the virtual device, you changes won't be mirrored to the other.
    But yes, if a disk fails. You can use the other slice directly if necessary. But normally you would just keep using the metadevice.
    And if you metaoffline a disk. You could then back it up.
    But backups are normally more conveniently done with fssnap. That way you don't have to split mirrors and join them again.

  • The startup disk cannot be partitioned or restored to a single partition

    Am trying to install Windows 7 using Boot Camp. Am receieving the following message in Boot Camp "The startup disk cannot be partitioned or restored to a single partition"
    In Disk Utilty, I get the following message after clicking Verify Disk and Repair Disk buttons
    Problems were found with the partition map which might prevent booting
    Error: Parition map check failed becuse no slices were found
    Any solution for above message?

    You will need to repartition your drive:
    You will have to backup your OS X partition to an external drive, boot from the external drive, use Disk Utility to repartition and reformat your hard drive back to a single volume, then restore your backup to the internal hard drive.
    Get an empty external hard drive and clone your internal drive to the external one.
    Boot from the external hard drive.
    Erase the internal hard drive.
    Restore the external clone to the internal hard drive.
    Clone the internal drive to the external drive
    Open Disk Utility from the Utilities folder.
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the external backup drive. Source means the internal startup drive.
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager appears.  Select the icon for the external drive and click on the downward pointing arrow button.
    After startup do the following:
    Erase internal hard drive
    Open Disk Utility in your Utilities folder.
    After DU loads select your internal hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Set the format type to Mac OS Extended (Journaled.) Click on the Options button, set the partition scheme to GUID then click on the OK button. Click on the Partition button and wait until the process has completed.  Do not quit Disk Utility.
    Restore the clone to the internal hard drive
    Select the destination volume from the left side list.
    Click on the Restore tab in the DU main window.
    Check the box labeled Erase destination.
    Select the destination volume from the left side list and drag it to the Destination entry field.
    Select the source volume from the left side list and drag it to the Source entry field.
    Double-check you got it right, then click on the Restore button.
    Destination means the internal hard drive. Source means the external startup drive.
    Note that the Source and Destination drives are swapped for this last procedure.

  • After creating partition, problems start

    I use Boot Camp Asst. and create a 32 GB partition. at the end of the process, I'm told to "hit the Restart key or hold the power key for a few seconds." Since i have no restart key on my MacBook, I hold down the power key. Then the system turns off. I turn it on again, and reboot. I get an error - osx shut down unexpectedly, do i want to report to apple. whatever. the space i allocated on the partition is gone from my free space, but if I go into BCA, it doesn't seem to know that i've already created a partition. things are screwy and i have to reboot from the Leopard disk and use Disk Utility to repair the disk.
    So, how do I get around this? I really want to use boot camp.

    I have it all fixed (except that the Windows XP system won't completely shut down or restart into any startup volume...I have to hold down the power button until shutdown, then start by pressing the start button).
    AppleCare tech, on two different calls, spoke of a bug in OS X (10.5.2) that is causing the partition problem described by me and others in this thread.
    The solution (assuming that you don't have a Windows partition yet) is to install OS X (10.5.1). Don't do any software updates to 10.5.1 until you've completed the Windows install using Boot Camp Assistant.
    Remember to have backups.
    I didn't exactly follow the solution directly. I reinstalled Tiger 10.4.11. Then I installed 10.5.1 as an upgrade. The reason for this is that I was not warned by AppleCare tech that a 10.5.2 install using "erase and install" would delete the entire iLife '06 suite. I lost iLife '06. That's why I reverted to Tiger before attempting the Leopard and Boot Camp installations.

  • Boot Camp error: The startup disk cannot be partitioned or restored to a single partition. The startup disk must be formatted as a single Mac OS Extended (Jounraled) volume or already partitioned by Boot Camp Assistant for installing Windows.

    Hi!
    I am getting the error:
    "The startup disk cannot be partitioned or restored to a single partition.  The startup disk must be formatted as a single Mac OS Extended (Jounraled) volume or already partitioned by Boot Camp Assistant for installing Windows."
    I read up some on google, but all of them says that they have crated a partition and that is the problem, I only have the standard "Macintosh HD".
    I tried to create a partition manually in disk utility but then the error message: "Partition failed with error message: Could not unmount disk."
    Can anyone help me? It's driving me crazy.
    Thanks.

    This message, and threads like yours got asked daily for over two years, now it is only a couple times a week!!
    Is it so hard to follow through? you were to have backup already, clones are best, then erase/format and restore.
    Then partition.
    Some have been able to use Disk Utility booted from OS X DVD or another drive, and repair the drive.
    You have to use Boot Camp Assistant (99.9% anyway) to create and achieve a proper Windows Master Boot Record partition.

  • Bootcamp - The disk cannot be partitioned because some files cannot be moved.

    I know what you're thinking; this question has been posed before. But my circumstances are different.
    Sooo I bought a brand new Macbook Pro 15" Retina, late-2014 model on Monday. After some initial setup (moving my music, downloading programs etc.) I moved onto the last thing I needed to do - set up bootcamp (primarily for gaming I admit).
    Specs: 2.8GHz Quad-core Intel Core i7, Turbo Boost up to 4.0GHz
    16GB 1600MHz DDR3L SDRAM
    1TB PCIe-based Flash Storage - In total the files I moved onto it left me with about 890GB free on the HD.
    At this point I had made sure everything was updated as far as I was aware.
    I received the error message "The disk cannot be partitioned because some files cannot be moved." I was trying to make a 151GB partition but also tried going down to 40GB and received the same message. I tried several solutions I found online including booting in cmd+s and typing in some codes, I checked the disk with disk utility and it was fine.
    Nothing much for it and I was feeling lazy, I backed up with Carbon Copy Cloner (I much prefer this program to time machine) and reformatted. Clean install of OSX Yosemite and the Macbook looked like it had just come out of the box. Before I even attempted to restore using CCC I started up bootcamp again: same error. With essentially a brand new Macbook Pro right out of the box, near to 1TB HD space free.
    I've taken it to the local Apple store but they "Don't have any support for bootcamp in-store" and I'm out of the house for 12 hours a day with work (I'm actually at work now). Plus you know, I require food and such, so I don't get much time to get in touch with Apple support directly.
    The guy at the Apple store recommended Parallels or Visualbox; note that I want to use bootcamp. I like the extra power and I have a copy of Windows 8.1 from a previous Macbook Pro that worked wonderfully through bootcamp. This should work as far as I am concerned and I don't want to accept anything less to be honest.
    Any ideas?

    Hi Loner T,
    Thanks for your suggestion, however I did a step wrong and I am facing another bigger problem.
    Step 1 was to use time machine to backup OSX, looks like I failed to do that, and only backed up the data instead. Because after I erase my internal disk, I cant restore from TM.
    So now the situation is that I can't access my HD, can't reinstall Mac to that hard disk (it is not detected), Cant use DU to repartition the hard disk as well, option not selectable.
    What can I do now?

  • Bootcamp - the disk cannot be partition because some files cannot be moved

    Hi, I have been using boot camp for a while and everything was working fine but over time, windows were picking up some virus so I did a stupid thing of removing the whole partition thinking that I can re-partition again and install a clean windows system.
    But to my horror, I got an error message saying "the disk cannot be partition because some files cannot be moved". So I decided to defrag my MBP, after almost 14 hours later the MPB is defrag but I am still getting the same error.
    Looking around, I found this quote "On a side note, it actually doesn't have anything to do with fragmentation. It has to do with compacting the disk so that no files are on the outer sectors of the drive. You could have a 100% no fragmented file system but still have gaps between data and data on the outer sectors of the disk. They need to be moved to the inside of the disk. Boot camp will usually do this for you but the problem is if a system file, swap or something can't can't be moved while the OS is running is out there it can't be moved.. thus the error."
    Bottom line is what can I do to install bootcamp again? will wiping OSX and reinstall from Time Machine solve this problem? I don't want to waste another day wiping everything when it's not going to work.
    Thanks in advance for any help!

    Just a quick update, I made sure I had the latest backup on my Time Machine and then I wipe my MBP and restore from Time Machine. The restore was completed however, when I try to boot up from my MBP, it wouldn't start.
    I get to the Apple logo screen with the loading icon under that and it stays there forever. The only thing I can do is a hard shut down (press the power button for 10 seconds).
    This is turning into a bit of a nightmare!

  • Re: Satellite L40 PSL48E: Can I create a installation disk from Vista partition

    Hi,
    my Satellite L40 PSL48E came with a Vista recovery partition.
    As I despise Vista I bought a replacement drive and installed a new hard-drive and installed XP pro.
    I retained the original drive in case i ever had to claim under warranty.
    I now find that due to work commitments I have to occsionally use the despised Vista rubbish and wonder if it is possible to create a Installation disk from the partition on the original drive so tha ti can create a dual boot system on my new drive.
    I am very reluctant to BUY a new Vista CD since I already have a fully legal copy on a drive which I am not using and I will only use it VERY rarely for this one work commitment.
    Any information gratefully received
    Thanks Ron

    OK and thanks.
    My next problem is this. I have XP on the main partition and WinRE on the hidden partition. How the heck do I get at the hidden partition. I don't have any boot disks ( none were provided with the machine when I bought it new. Pressing F8 only takes me the the normal XP options Safe boot boot as normal etc.
    I've tried f10 and f12 and f11 tas I've seen these suggested on a few newsgroup posts. Anyone got any ideas please.
    Toshiba Recovery Disc creatoe seems to be the key from what i read but if this is not present how do i get to the hidden partition and run it?
    HELP please. How i hate the fact that manufacturers don't provide a proper CD or DVD anymore it is a right PITA.
    Ron

  • The disk cannot be partitioned because some files could not be moved

    Hi guys,
    I removed my bootcamp partition to clear up some temp space and expanded the Mac OS partition up to the fullest size again using Boot Camp Assistant.
    The first thing I noticed was that when I restart to computer gets stuck on an ugly BIOS looking screen with a message something along the lines of "no bootable partitions could be found", Easy way round is to hold down the ALT key which brings up a sole Mac OS button to boot from.
    Now I try and make a little partition again using the assistant and it won't let me because it says "The disk cannot be partitioned because some files could not be moved". It then advises to back up the disk and use Disk Utility to format it as a single Mac OS Extended volume before restoring again.
    Is there anyway to fix this lot without going through doing this.
    Will Boot Camp Restore re-instate the OS as well as my user files?

    I had a similar problem when I undid my boot camp partition to make it larger. I tried to make it 50 GB which gave me the same error about the files not being able to be moved. I didn't get the "no bootable partitions" error. I changed the size of the partition to 47 GB and ran the boot camp assistant. It stopped while partitioning and I have to force quit to stop it. I restarted the assistant and made the partition a little larger to 48 GB and it partitioned finally. My suggestion is to ry adjusting the size of the partition and see if that allows you to make the partition at least. For you other problem, I'm not sure... From what I gathered from other forums, the drive might be fragmented which causes the partition error. There is no free defragment tool for mac (dunno why) but they exist.

  • Partition Problem with Boocamp

    Hello all,
    I have a mid-2009 Macbook Pro. I had just recently formatted my hard drive and installed Snow Leopard on it. There is only one hard drive and only one partition. My intention is to install Windows 7 on this new installation.
    My problem occurs right when I want to configure bootcamp. I select the amount of space for the windows partition (only 20GB for the future OS X partition remain) and it begins the partition process. Then I get this error message that says:
    "The disk cannot be partitioned because some files cannot be moved. Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    Considering that I just formatted my hard drive prior to installing this new copy of Snow Leopard on it, I am very confused as to why I have to back up and restore my volume again. I have tried to install Windows 7 about two years ago on this machine and it was successful....I don't know what the problem is this time around. I haven't done any updates to this version of Snow Leopard...am I at fault there? Do I need to upgrade to Lion or Mavericks and then attempt to install Windows 7?
    Any advice would be greatly appreciated!
    Thanks in advance,
    Rados

    Thanks for responding promtply turbostar.
    I have done what you suggested but it did not help. I realized I had an OS X Lion .dmg so I reinstalled that instead of Snow Leopard. I was able to partition and install Windows 7.

  • The Disk cannot be partitioned...

    Hey, I am new to bootcamp and unsure what to do. This message appears after about a minute, whilst bootcamp is preparing my HD for the partitioning process:
    "The disk cannot be partitioned because some files cannot be moved. Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    Is there anyway I can get around this? i.e. boot camping an external?
    If that is not possible, how could I do this using Disk Utility? Once it has been formatted, will my MacBook start up like the first time I got it or will I have to re-install the OS and Applications? Then put my back-up on?
    Then from there will it be ok to bootcamp?
    Thank you in advance
    Ash

    ashesg1991 wrote:
    "The disk cannot be partitioned because some files cannot be moved. Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    Is there anyway I can get around this? i.e. boot camping an external?
    Nope, not a realistic alternative.
    If that is not possible, how could I do this using Disk Utility? Once it has been formatted, will my MacBook start up like the first time I got it or will I have to re-install the OS and Applications? Then put my back-up on?
    You probably will not need to reinstall. The problem is your files are dispersed over such a wide area of your drive that it can't be partitioned for use by Windows. You could try a defragger, but I'd prefer to make a Bootable clone of my internal volume on an external drive and then erase the drive as indicted. Afterward you could restore the clone to your internal and, in the process, rewrite all your files to that their parts are contiguous. Then, you should be able to install Boot Camp/Windows.

  • Partitioning Problems

    I partitioned my hard drive a while back to run Ubuntu and decided I didn't feel like doing that after all. I tried to go back into Boot Camp to remove the partition but I get a notice saying "The Startup Disk cannot be partitioned or restored to a single partition." So, I figured the Disk Utility would help me out after reading some steps to solve my problem by that. So, I open disk utility and I find that I have 5 partitions labeled BOOTCAMP, DISK0S4, Linux Swap, DISK0S6, and Linux Swap. I click on BOOTCAMP and press the - button and it says "Preparing to remove volume." It remains on here indefinitely and I have to quite the application to do anything within Disk Utility. This happens on any of the partitions I try to remove. Does anyone have an idea of how to remove the partitions in place?

    I went to the Apple Store and it seems the only way to completely fix my hard drive is to copy my current HD onto an external HD and reinstall it after wiping my computer clean. Not very easy, but it would work.

  • Replace a mirrored disk with SVM meta and ZFS

    hello everybody,
    i've a mirrored disk that have some metadata (svm) configured (/ - /usr -/var and swap ) and a slice with zfs filesystem .
    I need to replace the disk .
    Someone could help me ?
    Edited by: Nanduzzo1971 on Jul 18, 2008 4:46 AM

    It's quite easy, just check the videos on the link below.
    http://www.powerbookmedic.com/manual.php?id=4

Maybe you are looking for

  • Salvage of Finished goods

    Dear Friend , I want to salvage the finished goods and take back raw material in the store . Provide me solution for configuration and process . Thanks & Regards Rajan Keshri

  • Microsoft Windows.   Adobe Flash Player 11.5 r502 has stopped working

    downloaded latest update. Installation ot complete. Constantly getting this error message: Microsoft Windows.   Adobe Flash Player 11.5 r502 has stopped working A problem caused the program to stop working correctly. Windows will close the program an

  • Invalid column name 'origfillfactor'

    Hi, Getting message --- "Failed to load source model. [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid column name 'origfillfactor' --- when the OMWB is loading source model. I am using OMWB 9.2.0.1.7 Build 20031209 with MSQL Server 7.0 plugin.

  • Query Runtime error

    I am getting the following error, when running my query ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION* *ABEND: An exception with the type CX_RS_SQL_ERROR_SILENT occurred, but was neither handled locally, nor declared in a RAISING

  • SQL Server Image to Oracle

    I'm converting SQL Server Tables to Oracle using MWB 9.2. The tables contain images (data type "image"). I get the following error from the MWB generated scripts: SQL*Loader-309: No SQL string allowed as part of DISPLAY_IMAGE field specification The