10-11-2018, 06:08 PM
(10-11-2018, 04:58 PM)Lisandro escribió: [ -> ]Es verdad, si no tiene escritura el administrador de archivos debería bloquear el pegar... Entonces puede que sea que no tiene ntfs-3g aunque me parece raro en debian...
EDIT:
https://www.raspberrypi.org/forums/viewt...p?t=173613
The default NTFS driver only supports read access.
In order to be able to write to NTFS you need to install the ntfs-3g driver (which is a bit slower).
Code: Select all
and change your fstab entries to say ntfs-3g instead of ntfs.Código:sudo apt-get update
sudo apt-get -y install ntfs-3g
SOLUCIONADO?
A mi también me parece raro. Y mas cuando yo he podido escribir sin problemas en NTFS.
Puede que Jacarejack al usar openplotter tal cual no tuviera el controlador que comentas instalado mientras que yo lo instalé en conjunto con otros paquetes para otros menesteres y no había caído. ¡Bien visto!