콘텐츠로 건너뛰기
Home » gparted

gparted

20091204 :: Gparted를 대신할 명령줄 명령어

기록차원에서 남겨둡니다. 0. Following Steps need ‘ntfsresize’ which is able to be installed with “sudo apt-get install ntfsprogs“. And MUST UNMOUNT partition to be resized. 1. Check file system on /dev/sdaX for errors and (if possible) fix them ntfsresize -P -l -f -v /dev/sda6 (sda6은 변경할 장치 디스크의 id) 2. Shirink file system (simulate) ntfsresize -P -force /dev/sda6 -s 76585549823 -no-actionㅠ  (빨간 숫자는 용량) 3. Real resize ntfsresize -P -force /dev/sda6 -s 76585549823 4. Check file system on /dev/sdaX for… 더 보기 »20091204 :: Gparted를 대신할 명령줄 명령어