
Question:
Add new harddisks:
1. Create primary partition with drive letter (L:) size 10GB with file system "FAT32" and label it as Pyourname
2. Create logical partition with drive letter (O:) size 5GB with file system "NTFS" and label it as Lyourname
3. Create simple volumn with drive letter (M:) size 3GB with file system "FAT32" and label it as Syourname
4. Create simple volumn with drive letter (N:) size 20GB with file system "NTFS" and label it as Syourname
5. Create simple volumn with drive letter (V:) size 8GB with file system "FAT32" and label it as Syourname
a. Change all FAT32 to NTFS file system
Answer:
1.
list disk
select disk 1
create partition primary size 10240
assign letter L:
exit
format L: /fs:FAT32 /v:Pvichhaiy
2.
select disk 1
create partition extended size 10240
select partition 2
create partition logical size 5120
assign letter O:
exit
format O: /fs:NTFS /v:Lvichhaiy
3.
Run --> cmd.exe
diskpart
list disk
select disk 2
covert dynamic
create volume simple size 3096
assign letter M:
exit
format M: /fs:FAT32 /v:Svichhaiy
Y
4.
>create volume strip size 10240 disk 2,3
5.
>select disk 2
>create volume simple size 5120
>extend size 3072 disk 3
a. convert FAT32 to NTFS
cmd --> convert V: /fs:NTFS /v:Svichhaiy
No comments:
Post a Comment