Tagged Questions
0
votes
1answer
317 views
DiskPart Align Minimum Value
Typically, when the create partition command is invoked, there's a default alignment of 1024, at least for the Windows 7 version. Say these commands were issued.
select disk 0
clean
convert gpt
...
0
votes
1answer
435 views
Windows 7 Installation Drive Letter Assignment
Windows 7 defaults to assigning the letter C: to the primary partition if you let windows 7 handle a raw volume. However, assuming there are no optical/floppy drives, would it be possible to use ...
0
votes
1answer
47 views
Unable to CD into volumes [duplicate]
Possible Duplicate:
Using cd Command in Windows Command Line, Can't Navigate to D:\
After using diskpart to create T:\ I can't actually cd into T:\
When I try
cd T:\
It does ...
1
vote
4answers
781 views
Not able to partition C:\ Drive as per needs in Windows 7
I am trying to partition my c drive into 2 drives. My c drive has 412 GB free of 450 GB. I wish to participate as 30 GB: 382 GB. But when i try to shrink volume (by going through My Computer --> ...
1
vote
1answer
524 views
meaning of disk offline/online
What exactly does it mean to place a disk offline or online (re diskpart command)? Is this the same thing as mount/unmount?
13
votes
1answer
7k views
How to mount an NTFS partition read-only in Windows?
I feel like this is a really simple and fundamental function that Windows should have, but so far Google has been telling me it isn't possible. How can I mount an NTFS partition read-only in Windows?
...
2
votes
2answers
6k views
No FORMAT command in DISKPART
I'm trying to get a bootable external USB drive, from which to install Server 2008 R2, but all the online help I find includes a FORMAT comment in the DISKPART session. My diskpart displays a list of ...