Thursday, December 08, 2011

diskpart: for what?

i cant remember why i noted this:

LIST DISK
SELECT DISK 3
#CLEAN
CREATE PARTITION PRIMARY size = 1000
ASSIGN LETTER = G
FORMAT FS = NTFS QUICK
LIST VOLUME
SELECT VOLUME G
EXTEND size = 500
SHRINK QUERYMAX
SHRINK MINIMUM=500 DESIRED=800
LIST VOLUME


looks like i used this to format a flash disk into ntfs and resized its volume. must be important ;D

No comments:

Post a Comment

SSH : No matching host key type found. Their offer: ssh-rsa,ssh-dss

Got this while connecting to my mikrotik router via ssh   Unable to negotiate with <ip address> port <ssh port>: no matching hos...