Windows 8.1 Inicialização dupla Não é possível redimensionar a partição do Windows

1

Meu esquema de particionamento que estou fazendo dá ao Windows 8.1 e ao Ubuntu 80GB cada, atualmente o Windows ainda está ocupando 400 GB e estou tentando redimensioná-lo para 177 GB por enquanto. Tentei o gerenciador de partição padrão do Windows, ele só poderia reduzi-lo 50 GB. Desfragmentado, tem um adicional de 20GB ou mais. Instalou o Ubuntu nesta partição de 70 GB e executou o GParted para diminuir ainda mais o Windows e não teve essa sorte. Eu entendo isso:

GParted 0.18.0 --enable-libparted-dmraid --enable-online-resize

Libparted 2.3
Shrink /dev/sda4 from 376.82 GiB to 199.71 GiB  00:17:14    ( ERROR )

calibrate /dev/sda4  00:00:00    ( SUCCESS )

path: /dev/sda4
start: 1697792
end: 791945215
size: 790247424 (376.82 GiB)
check file system on /dev/sda4 for errors and (if possible) fix them  00:00:26    ( SUCCESS )

ntfsresize -i -f -v /dev/sda4

ntfsresize v2013.1.13AR.1 (libntfs-3g)
Device name : /dev/sda4
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 404606677504 bytes (404607 MB)
Current device size: 404606681088 bytes (404607 MB)
Checking for bad sectors ...
Checking filesystem consistency ...
100.00 percent completed
Accounting clusters ...
Space in use : 200652 MB (49.6%)
Collecting resizing constraints ...
Estimating smallest shrunken size supported ...
File feature Last used at By inode
Multi-Record : 401999 MB 1136511
$MFTMirr : 1 MB 1
Compressed : 394065 MB 15450
Sparse : 153807 MB 1761
Ordinary : 404554 MB 2470
You might resize at 200651960320 bytes or 200652 MB (freeing 203955 MB).
Please make a test run using both the -n and -s options before real resizing!
shrink file system  00:16:48    ( ERROR )

run simulation  00:16:48    ( ERROR )

ntfsresize --force --force -s 214441132032 --no-action /dev/sda4

ntfsresize v2013.1.13AR.1 (libntfs-3g)
Device name : /dev/sda4
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 404606677504 bytes (404607 MB)
Current device size: 404606681088 bytes (404607 MB)
New volume size : 214441128448 bytes (214442 MB)
Checking filesystem consistency ...
100.00 percent completed
Accounting clusters ...
Space in use : 200652 MB (49.6%)
Collecting resizing constraints ...
Needed relocations : 15455457 (63306 MB)
Schedule chkdsk for NTFS consistency check at Windows boot time ...
Resetting $LogFile ... (this might take a while)
Relocating needed data ...
100.00 percent completed
allocated extent inode 16
allocated extent inode 16
allocated extent inode 16
allocated extent inode 16
allocated extent inode 16
allocated extent inode 16
allocated extent inode 16
Non-positive free clusters (0)!
Non-positive free clusters (0)!
Non-positive free clusters (0)!
Non-positive free clusters (0)!
Non-positive free clusters (0)!
Updating $BadClust file ...
Updating $Bitmap file ...
ERROR(5): Could not map attribute 0x80 in inode 747981: Input/output error

========================================

Qualquer maneira de contornar esses 'arquivos inamovíveis' do Windows está me colocando no caminho? Obrigado a todos antecipadamente!

    
por Nerd Rage 13.10.2015 / 00:40

2 respostas

0

Se alguém com esse problema vir isso, essa solução funcionou para mim:

  • Desativar troca de arquivos de paginação
  • Desativar a recuperação do sistema
  • Desativar proteção do sistema Em seguida, desfragmentar e tentar novamente, deve funcionar desta vez. Essas configurações permitem que o Windoze mova arquivos de sistema protegidos que não podia antes.
por Nerd Rage 26.10.2015 / 21:52
0

Tente talvez a partir do Windows, não me lembro exatamente do software, mas há alguns gratuitos que podem aumentar e diminuir a unidade C sem problemas movendo esses arquivos.

    
por Krishna Shukla 13.10.2015 / 02:00