Tente primeiramente com o comando:
# apt-get install ntfs-3g
Vamos baixar os pacotes necessários para a instalação.
# wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/libntfs-3g0_0.0.0+20061031-6_i386.deb
# wget http://snapshot.debian.net/archive/2007/03/01/debian/pool/main/n/ntfs-3g/ntfs-3g_0.0.0+20061031-6_i386.deb
Agora vamos instalar.
# dpkg -i libntfs-3g0_0.0.0+20061031-6_i386.deb
# dpkg -i ntfs-3g_0.0.0+20061031-6_i386.deb
Se receber a mensagem:
Failed to mount '/dev/xvdc1': Operation not supported
Mount is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Run 'ntfsfix' on Linux which will reset the NTFS journal.
F) Mount the volume read-only by using the 'ro' mount option.
Instale o pacote ntfsprogs caso não tenha o ntfsfix.
# apt-get install ntfsprogs
Em seguida faça um "force" para montar sem ter que plugar seu hd externo em um sistema Windows para terminar a correção do hd.
# mount [dispositivo] [ponto de montagem] -o force
Se não montar com tudo isso, aconselho a plugar seu hd no Windows e removê-lo da forma correta.
Nenhum comentário:
Postar um comentário