Eliminar archivos Thumbs.db (Solucionado)

Este forum es para los usuarios de MX hispanoparlantes
Post Reply
Message
Author
User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Eliminar archivos Thumbs.db (Solucionado)

#1 Post by Gerson »

Hola a todos, de nuevo acá con mis inquietudes, sepan disculpar.
Tengo una partición que usaba cuando tenía instalado Windows en esta máquina y también varios discos externos y USB que comparto información con otras máquinas y sucede que en MX se ven unos archivos ocultos en Windows pero visibles en MX con el nombre "Thumbs.db" y "Thumbs.db:encryptable"
Anteriormente cuando usaba otras distribuciones podía eliminarlos fácilmente utilizando los siguientes comandos:

$ sudo find / -type f -name Thumbs.db -exec rm -f {} \;
y
$ sudo find / -type f -name Thumbs.db:encryptable -exec rm -f {} \;

Esta instrucción busca (find) en todo el sistema de archivos (/) todos los archivos (-type f) de nombre Thumbs.db (-name Thumbs.db) y los borra (-exec rm -f {} \;)
Pero ahora al hacerlo no me lo permite como pueden ver en la imagen que adjunto.
Alguien puede explicarme cómo eliminar estos archivos, gracias.
You do not have the required permissions to view the files attached to this post.
Last edited by Gerson on Wed Feb 13, 2019 7:00 am, edited 1 time in total.
No todos ignoramos las mismas cosas. :confused:

User avatar
stsoh
Posts: 183
Joined: Sun Aug 20, 2017 10:11 am

Re: Eliminar archivos Thumbs.db

#2 Post by stsoh »

i don't understand spanish, use google for translation;

Code: Select all

Delete files Thumbs.db

# 1 Unread post by Gerson »28 Nov 2018, 07:51
Hello everyone, again here with my concerns, know apologize.
I have a partition that I used when I had Windows installed on this machine and also several external and USB disks that share information with other machines and it happens that in MX there are some hidden files in Windows but visible in MX with the name "Thumbs.db" and "Thumbs.db: encryptable"
Previously, when using other distributions, I could easily eliminate them using the following commands:

$ sudo find / -type f -name Thumbs.db -exec rm -f {} \;
Y
$ sudo find / -type f -name Thumbs.db: encryptable -exec rm -f {} \;

This instruction searches (finds) in the whole file system (/) all files (-type f) named Thumbs.db (-name Thumbs.db) and deletes them (-exec rm -f {} \;)
But now doing so does not allow me as you can see in the picture I attached.
Can someone explain to me how to delete these files, thanks.
there isn't any need to delete thumbs.db, these r database system generated (unless u remove tumbler app).

to minimize:
use mxclean to delete thumbnail,
goto to mx tools > mx cleanup > check ~/.thumbnails (see pic screenshot.png) > apply.

second, don't show thumbnails in file manager,
open file manager, goto > edit > preferences > show thumbnails > never (see pic screenshot1.png) > close.
You do not have the required permissions to view the files attached to this post.
MX-17.1_x64 Horizon, G41M-P33 Combo (MS-7592), Pentium E5400 (2706 MHz), 8Gb RAM (984 MT/s),
Intel 4 Series Integrated Graphics, Realtek PCIe Fast RTL8101/2/6E, PCI Gigabit RTL8169 Ethernets.
Accepted Linux when i found MX-Linux in 2016.

User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: Eliminar archivos Thumbs.db

#3 Post by Gerson »

Gracias, @stsoh, pero no funciona para los archivos creados en Windows: "Thumbs.db", que son los que permiten ver las miniaturas en ese sistema operativo y que GNU/Linux agrega "Thumbs.db:encryptable". Acabo de hacerlo y todavía están allí.

Thanks @stsoh but it does not work for the files created in Windows: "Thumbs.db" which are the ones that allow to see the thumbnails in that OS and that GNU/Linux adds "Thumbs.db:encryptable". I just did it and they're still there.
You do not have the required permissions to view the files attached to this post.
Last edited by Gerson on Wed Nov 28, 2018 7:24 am, edited 2 times in total.
No todos ignoramos las mismas cosas. :confused:

User avatar
stsoh
Posts: 183
Joined: Sun Aug 20, 2017 10:11 am

Re: Eliminar archivos Thumbs.db

#4 Post by stsoh »

my suggestions is for mxlinux, not windows.
windows will shows hidden files generated by other systems.
if u don't any encryption files than remove other systems that generate it.
MX-17.1_x64 Horizon, G41M-P33 Combo (MS-7592), Pentium E5400 (2706 MHz), 8Gb RAM (984 MT/s),
Intel 4 Series Integrated Graphics, Realtek PCIe Fast RTL8101/2/6E, PCI Gigabit RTL8169 Ethernets.
Accepted Linux when i found MX-Linux in 2016.

User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: Eliminar archivos Thumbs.db

#5 Post by Gerson »

No uso Windows solo MX Linux, lo que sucede es que son particiones o discos externos que se usaron con Windows y quedaron esos archivos "Thumbs.db" que al verlos en MX Linux aparecen y se agrega otro "Thumbs.db:encryptable".

@stsoh:
I do not use Windows only MX Linux, what happens is that they are partitions or external disks that were used with Windows and those files were "Thumbs.db" that when seen in MX Linux appear and another "Thumbs.db: encryptable" is added.
No todos ignoramos las mismas cosas. :confused:

User avatar
stsoh
Posts: 183
Joined: Sun Aug 20, 2017 10:11 am

Re: Eliminar archivos Thumbs.db

#6 Post by stsoh »

have u try using root thunar to delete it?
MX-17.1_x64 Horizon, G41M-P33 Combo (MS-7592), Pentium E5400 (2706 MHz), 8Gb RAM (984 MT/s),
Intel 4 Series Integrated Graphics, Realtek PCIe Fast RTL8101/2/6E, PCI Gigabit RTL8169 Ethernets.
Accepted Linux when i found MX-Linux in 2016.

User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: Eliminar archivos Thumbs.db

#7 Post by Gerson »

Usé Thunar como único usuario en Búsqueda y me encontró 21 archivos "Thumbs.db" que ya eliminé.
No se porque con los comandos enunciados arriba, que usaba desde la terminal como root en otras distribuciones, me los buscaba y borraba en una sola acción.

@stsoh
I used Thunar as the only user in Search and found 21 files "Thumbs.db" that I already deleted.
I do not know why with the commands listed above, which I used from the terminal as root in other distributions, I looked for them and deleted them in a single action.
No todos ignoramos las mismas cosas. :confused:

ederki
Posts: 21
Joined: Thu Feb 07, 2019 4:03 pm

Re: Eliminar archivos Thumbs.db

#8 Post by ederki »

yo uso bleachbit, que es un limpiador bastante completo y entre otras cosas borra los thumbs, se abre como root y como usuario, por el tema de permisos. Tambien esta muy bien la herramienta de mx linux cleanup

User avatar
Gerson
Posts: 876
Joined: Sun Nov 12, 2017 10:58 am

Re: Eliminar archivos Thumbs.db

#9 Post by Gerson »

@ederki
Cuando usaba Kubuntu y Mint alguna vez usé Bleachbit pero es tan agresiva su limpieza que en varias oportunidades me borró archivos del sistema, por eso nunca más lo voy a usar y en cuanto a la herramienta de MX Limpieza, es muy buena, basada en Bleachbit sin la agresividad de este pero, tampoco borra los archivos Thumb.db y Thumbs.db:encryptable; acabo de probarlo al ver tu comentario.

EDITO: Probé usar nuevamente los comandos desde la terminal como root y si me realiza la limpieza, salen un par de mensajes de no encontrar la carpeta o permiso negado en una pero la limpieza de esos archivos si la hace, desaparecieron.

Los comandos son:

# find / -type f -name Thumbs.db -exec rm -f {} \;
y
# find / -type f -name Thumbs.db:encryptable -exec rm -f {} \;
No todos ignoramos las mismas cosas. :confused:

Post Reply

Return to “Forum en Español”