Storage Flashcards
How to set GPT desk?
when disk is blank you initialize to either MBR or GPT
create vhd using powershell?
install hyper-v tools
install-windowsfeature -name hyper-v-powershell
new-vhd -path c:\data.vhdx -sizebytes 10gb
how to mount vhd using powershell
either mount-diskimage -imagepath
mount-vhd -path filename
Why use NTFS?
file compr, efs, quotas, VSS, resizing
Uses for REFS?
can’t boot from it, hyper-v and sql databases, no ntfs features such as compr, efs, and disk quotas. for data use cases
server 2016 standard perm are called what now?
basic
server 2016 calls special perm what now?
advaneced?
what is additive?
start with no perm and add
subtractive?
start with all perm and minus. not recommended
do explicit perm take over inherited?
yes they do
what is a storage spaces storage pool?
pool of data that can be turned into specific disks?
how many disks needed for storage spaces mirror?
two or three disks, expensive
disks needed for storage spaces parity?
three minimum, less expensive than mirroring
how many disk for two-way mirror?
two
how many disks for three-way mirror?
atleast 5