Estoy reduciendo mi partición de datos (> 550 GB) para abrir espacio para instalar Ubuntu (junto con mi Windows 7 existente).
Sin embargo, recibí este mensaje:
ERROR (30): no se pudo actualizar el registro propio de MFT: sistema de archivos de solo lectura
He comprobado la partición en busca de errores y desfragmentación, y no hubo ningún problema. ¿Alguien podría explicar qué es el MFT y cómo puedo resolver este problema?
Adjunto una foto de lo que estaba tratando de hacer. dev/sda2
es mi partición de Windows 7, dev/sda5
es la partición de datos que se reducirá.
Aquí está el registro completo
Shrink /dev/sda5 from 532.90 GiB to 468.96 GiB 00:00:13 ( ERROR )
calibrate /dev/sda5 00:00:01 ( SUCCESS )
path: /dev/sda5
start: 316625152
end: 1434202874
size: 1117577723 (532.90 GiB)
check file system on /dev/sda5 for errors and (if possible) fix them 00:00:02 ( SUCCESS )
ntfsresize -i -f -v /dev/sda5
ntfsresize v2013.1.13AR.1 (libntfs-3g)
Device name : /dev/sda5
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 572199793152 bytes (572200 MB)
Current device size: 572199794176 bytes (572200 MB)
Checking for bad sectors ...
Checking filesystem consistency ...
100.00 percent completed
Accounting clusters ...
Space in use : 186301 MB (32.6%)
Collecting resizing constraints ...
Estimating smallest shrunken size supported ...
File feature Last used at By inode
Multi-Record : 562170 MB 69800
$MFTMirr : 541068 MB 1
Sparse : 173572 MB 6610
Ordinary : 572159 MB 13720
You might resize at 186300178432 bytes or 186301 MB (freeing 385899 MB).
Please make a test run using both the -n and -s options before real resizing!
shrink file system 00:00:10 ( ERROR )
run simulation 00:00:10 ( ERROR )
ntfsresize --force --force -s 503538647040 --no-action /dev/sda5
ntfsresize v2013.1.13AR.1 (libntfs-3g)
Device name : /dev/sda5
NTFS volume version: 3.1
Cluster size : 4096 bytes
Current volume size: 572199793152 bytes (572200 MB)
Current device size: 572199794176 bytes (572200 MB)
New volume size : 503538643456 bytes (503539 MB)
Checking filesystem consistency ...
100.00 percent completed
Accounting clusters ...
Space in use : 186301 MB (32.6%)
Collecting resizing constraints ...
Needed relocations : 6234476 (25537 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
ERROR(30): Couldn't update MFT own record: Read-only file system
windows-7
ubuntu
partitioning
gparted
Heisenberg
fuente
fuente
Tengo el mismo error al intentar cambiar el tamaño de los discos USB de recuperación de Windows 7 y 8.1. Tal vez simplemente no es posible cambiar el tamaño?
gsedej