Nordstrom / diskpart-cookbook

7 stars 16 forks source link

File system :ntfs defaults to FAT32 #7

Open ghost opened 9 years ago

ghost commented 9 years ago

e.g. diskpart_partition "create partition" do disk_number 3 letter 'D' size 29 fs :ntfs sleep action [:create_primary, :format, :assign] end

Using the fs attribute or not defaults the file system of the drive to FAT32.

a-i-joe commented 7 years ago

Steps to reproduce? (OS version, etc.)