Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for unFormatted (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	{44, "EL2HLT", "level 2 halted"},
    	{45, "EDEADLK", "deadlock condition if locked"},
    	{46, "ENOTREADY", "device not ready"},
    	{47, "EWRPROTECT", "write-protected media"},
    	{48, "EFORMAT", "unformatted or incompatible media"},
    	{49, "ENOLCK", "no locks available"},
    	{50, "ENOCONNECT", "cannot Establish Connection"},
    	{52, "ESTALE", "missing file or filesystem"},
    	{53, "EDIST", "requests blocked by Administrator"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	{44, "EL2HLT", "level 2 halted"},
    	{45, "EDEADLK", "deadlock condition if locked"},
    	{46, "ENOTREADY", "device not ready"},
    	{47, "EWRPROTECT", "write-protected media"},
    	{48, "EFORMAT", "unformatted or incompatible media"},
    	{49, "ENOLCK", "no locks available"},
    	{50, "ENOCONNECT", "cannot Establish Connection"},
    	{52, "ESTALE", "missing file or filesystem"},
    	{53, "EDIST", "requests blocked by Administrator"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  3. cmd/xl-storage.go

    			dcinfo.Used = di.Used
    			dcinfo.UsedInodes = di.Files - di.Ffree
    			dcinfo.FreeInodes = di.Ffree
    			dcinfo.FSType = di.FSType
    			diskID, err := s.GetDiskID()
    			// Healing is 'true' when
    			// - if we found an unformatted disk (no 'format.json')
    			// - if we found healing tracker 'healing.bin'
    			dcinfo.Healing = errors.Is(err, errUnformattedDisk) || (s.Healing() != nil)
    			dcinfo.ID = diskID
    			return dcinfo, err
    		},
    	)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top