Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsRootDisk (0.05 sec)

  1. cmd/xl-storage.go

    				// this disk is a root disk. treat those disks with
    				// size less than or equal to the threshold as rootDrives.
    				rootDrive = di.Total <= globalRootDiskThreshold
    			} else {
    				rootDrive, err = disk.IsRootDisk(drivePath, SlashSeparator)
    			}
    		}
    	}
    
    	switch {
    	case osIsNotExist(err):
    		err = errDiskNotFound
    	case isSysErrTooLong(err):
    		err = errFileNameTooLong
    	case isSysErrIO(err):
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:58:27 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top