Primero, asegúrese de haber cerrado las ventanas limpiamente y no haberlo hibernado.
Según el ntfs-3g
manual , hay una opción que le permite hacer esto:
remove_hiberfile
Unlike in case of read-only mount, the read-write mount is
denied if the NTFS volume is hibernated. One needs either to
resume Windows and shutdown it properly, or use this option
which will remove the Windows hibernation file. Please note,
this means that the saved Windows session will be completely
lost. Use this option under your own responsibility.
Por lo tanto, insisto en que esto destruirá cualquier dato no guardado que esté en la sesión de Windows hibernada . Si eso no es un problema para usted, debería poder acceder a la unidad ejecutando:
sudo ntfs-3g -o remove_hiberfile /dev/sdXN /path/to/mount
Cambie sdXN
a su partición de Windows (por ejemplo /dev/sda1
) y /path/to/mount
a la ruta real en la que desea montar.
Eso debería montar la unidad correctamente y, dado que eliminará el archivo de sesión hibernado, debería montarse normalmente de ahora en adelante.