Então o que aconteceu foi que eu estava criando uma partição no meu disco rígido (principal, nenhuma externa) que podia ser acessada tanto do Windows quanto do Ubuntu, eu poderia armazenar arquivos que eu usaria em ambos. a partição do Windows, então reduzi o mínimo e criei uma partição com o que estava vazio. Isso aconteceu sem problemas. Agora, quando tento montar minha partição do Windows, é isso que recebo:
Error mounting /dev/sda1 at /media/ubuntu/Toshiba Satellite A105 S4304:
Command-line 'mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/
sda1" "/media/ubuntu/Toshiba Satellite A105 S4304"' exited with non-zero exit
status 13: Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x7894, last_vcn - 1 = 0x78ef
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda1': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
Eu olhei em volta e descobri que deveria tentar executar este comando: sudo ntfsfix /dev/sda1
, mas entendi:
Mounting volume... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x7894, last_vcn - 1 = 0x78ef
Failed to load $MFT: Input/output error
FAILED
Attempting to correct errors... Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x7894, last_vcn - 1 = 0x78ef
Failed to load $MFT: Input/output error
FAILED
Failed to startup volume: Input/output error
Checking for self-located MFT segment... OK
Failed to load runlist for $MFT/$DATA.
highest_vcn = 0x7894, last_vcn - 1 = 0x78ef
Failed to load $MFT: Input/output error
Volume is corrupt. You should run chkdsk.
EDIT: 9/2/2013 Adicionando sudo fdisk -l
info:
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x5f425f42
Device Boot Start End Blocks Id System
/dev/sda1 * 63 54028287 27014112+ 7 HPFS/NTFS/exFAT
/dev/sda2 54028288 117415935 31693824 7 HPFS/NTFS/exFAT
/dev/sda3 117417982 195371007 38976513 5 Extended
/dev/sda5 193296384 195371007 1037312 82 Linux swap / Solaris
/dev/sda6 117417984 193296383 37939200 83 Linux
Partition table entries are not in disk order
O que devo fazer? Eu não quero desligar, caso isso cause problemas. Eu sei que mover partições pode causar problemas (acidentalmente excluiu o GRUB uma vez simplesmente re-formatando a partição do Ubuntu ... oops: P), mas eu não acho que isso aconteceria. Eu tenho o disco do Windows XP em algum lugar, mas não tenho certeza de onde, eu poderia tentar encontrá-lo. Devo usar o Rescatux?
Ajuda!