marcelomello
(usa Ubuntu)
Enviado em 06/06/2017 - 11:35h
Olá, me considero iniciante mas faço algumas gracinhas, ainda assim, pediria que as respostas fossem bem explicadas, principalmente sobre como montar a linha de comando pois ainda erro estas coisas demais.
Meu HD externo não está montando, já tentei algumas coisas, o erro que apresenta é:
Error mounting /dev/sdg1 at /media/marcelo/Expansion Drive: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdg1" "/media/marcelo/Expansion Drive"' exited with non-zero exit status 13: ntfs_attr_pread_i: ntfs_pread failed: Erro de entrada/saída
Failed to read NTFS $Bitmap: Erro de entrada/saída
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.
Usei : sudo fsck /dev/sdg
E retornou:
marcelo@marcelo-pc:~$ sudo ntfsfix /dev/sdg1
[sudo] senha para marcelo:
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdg1 was processed successfully.
Usei: fsck -y /dev/sdg
Retornou:
fsck de util-linux 2.27.1
e2fsck 1.42.13 (17-May-2015)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superbloco inválido, experimentando blocos de cópia de segurança...
fsck.ext2: Bad magic number in super-block tentando abrir /dev/sdg
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
Usei: sudo fsck -t ntfs -y /dev/sdg
Retornou: fsck de util-linux 2.27.1
O HD chega a aparecer na barra lateral mas não abre.
Enfim, alguém pode dar uma nova luz para montar meu HD.