Fixed                
                
            
            
                
                    Created: May 5, 2014   
                                            Updated: Dec 3, 2018                                    
                
                    
                                    
             
         
        
            
            
                                    
                        Resolved Date: May 5, 2014                    
                
                
                                    
                        Found In Version: 6.0.0.6                    
                
                                    
                        Fix Version: 6.0.0.7                    
                
                                        
                            Severity: Critical                        
                    
                                        
                            Applicable for: Wind River Linux 6                        
                    
                                    
                        Component/s: Target-Installer                    
                
                
                             
         
                        
                 Exception occurs when format hard disk on emerson_evoc_qm67
Try to format 1T sata disk on emerson_evoc_qm67, but exception occurs. Please see screenshot in the attachment.
03:53:52,011 INFO anaconda: dispatch: moving (1) to step enablefilesystems
03:53:52,011 DEBUG anaconda: dispatch: enablefilesystems is a direct step
03:53:53,951 CRIT anaconda: anaconda 16.25 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 383, in doFormat
    raise FormatCreateError("format failed: %s" % ret.rc, self.device)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/formats/fs.py", line 883, in create
    return self.doFormat(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 433, in execute
    options=self.device.formatArgs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 316, in processActions
    action.execute(intf=self.intf)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 385, in doIt
    self.devicetree.processActions()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packages.py", line 122, in turnOnFilesystems
    anaconda.storage.doIt()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 373, in dispatch
    self.dir = self.steps[self.step].target(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 241, in go_forward
    self.dispatch()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1201, in nextClicked
    self.anaconda.dispatch.go_forward()
FormatCreateError: ('format failed: 1', '/dev/sda1')
        
                        
                1. project1:configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=glibc-std+installer-support --enable-bootimage=ext3 --with-sstate-dir=/build/SSTATE_CACHE
2. make all
3. project2: configure --enable-board=intel-x86-64 --enable-kernel=standard --enable-rootfs=wr-installer --enable-target-installer=yes --with-installer-target-build=/WRINSTALLER/0505/build_prj/combo1/export/intel-x86-64-glibc-std-standard-dist.ext3 --enable-bootimage=iso
4. make all
5. dd if=intel-x86-64-installer-standard-dist.iso of=${flash_disk}
6. boot emerson_evoc_qm67 from usb disk with ISO installer image.
7. Select sata hard disk with use all disk space
8. Click format hard disk.