Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for VHD (0.04 sec)

  1. src/path/filepath/path_windows_test.go

    	cmd := strings.Join([]string{
    		"$ErrorActionPreference = \"Stop\"",
    		fmt.Sprintf("$vhd = New-VHD -Path %q -SizeBytes 3MB -Fixed", vhd),
    		"$vhd | Mount-VHD",
    		fmt.Sprintf("$vhd = Get-VHD %q", vhd),
    		"$vhd | Get-Disk | Initialize-Disk -PartitionStyle GPT",
    		"$part = $vhd | Get-Disk | New-Partition -UseMaximumSize -AssignDriveLetter:$false",
    		"$vol = $part | Format-Volume -FileSystem NTFS",
    		args,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 20:38:54 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top