User Tools

Site Tools


informatica:linux:ntfs_de_escritura

Antecedentes: montar un disco duro formateado con un sistema de ficheros NTFS y que no sea de solo lectura. Es decir, que también se pueda escribir

1. Instalar los siguientes paquetes:

fuse-utils_2.5.3-4.1_i386.deb
libntfs-3g0_0.0.0+20061031-6_i386.deb
libfuse2_2.5.3-4.1_i386.deb
ntfs-3g_0.0.0+20061031-6_i386.deb

2. Montar el dispositivo:

mount -t ntfs-3g -o nonempty /dev/sdb1 /media/usbdisk/

Si a la hora de montarlo nos aparece el siguiente mensaje:

Failed to mount '/dev/sdb1': La operación no está soportada
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.

Intentaremos la opción F):

1) aptitude install ntfsprogs

2) ntfsfix /mi/dispositivo

3) Volver a intentar el montaje

Si aún así muestra este mensaje:

Volume is scheduled for check.
Please boot into Windows TWICE, or use the 'force' mount option.

1) mount -o force /mi/dispositivo

informatica/linux/ntfs_de_escritura.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1