Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 03/08/2023, à 08:59

BryBry

Re : Problème ouverture périphérique de stockage !

Le retour :

brybry@BrybryEL1200:/media/brybry$ sudo dmesg | tail -50
[223056.043315] usb 1-7: SerialNumber: 8464A827
[223056.047059] usb-storage 1-7:1.0: USB Mass Storage device detected
[223056.054511] scsi host6: usb-storage 1-7:1.0
[223057.057959] scsi 6:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[223057.059992] sd 6:0:0:0: Attached scsi generic sg2 type 0
[223057.062304] sd 6:0:0:0: [sdb] 245760000 512-byte logical blocks: (126 GB/117 GiB)
[223057.063426] sd 6:0:0:0: [sdb] Write Protect is off
[223057.063429] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[223057.065360] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[223061.654174]  sdb: sdb1
[223061.660234] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[223061.716895] usb 1-7: USB disconnect, device number 40
[223061.718292] scsi 6:0:0:0: rejecting I/O to offline device
[223061.718300] scsi 6:0:0:0: [sdb] killing request
[223061.718326] scsi 6:0:0:0: [sdb] FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[223061.718333] scsi 6:0:0:0: [sdb] CDB: Read(10) 28 00 0e a5 ff 80 00 00 08 00
[223061.718338] print_req_error: I/O error, dev sdb, sector 245759872
[223061.723926] Buffer I/O error on dev sdb, logical block 30719984, async page read
[223062.008039] usb 1-7: new high-speed USB device number 41 using ehci-pci
[223062.161273] usb 1-7: device descriptor read/64, error -71
[223062.829841] usb 1-7: device not accepting address 41, error -71
[223062.960584] usb 1-7: new high-speed USB device number 42 using ehci-pci
[223063.108228] usb 1-7: device descriptor read/64, error -71
[223063.380094] usb 1-7: New USB device found, idVendor=058f, idProduct=6387
[223063.380102] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[223063.380105] usb 1-7: Product: Mass Storage
[223063.380108] usb 1-7: Manufacturer: Generic
[223063.380111] usb 1-7: SerialNumber: 8464A827
[223063.380684] usb-storage 1-7:1.0: USB Mass Storage device detected
[223063.381195] scsi host6: usb-storage 1-7:1.0
[223064.386156] scsi 6:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
[223064.389723] sd 6:0:0:0: Attached scsi generic sg2 type 0
[223064.391119] sd 6:0:0:0: [sdb] 245760000 512-byte logical blocks: (126 GB/117 GiB)
[223064.392405] sd 6:0:0:0: [sdb] Write Protect is off
[223064.392410] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[223064.396609] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[223064.404182]  sdb: sdb1
[223064.408235] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[223070.311484] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[223071.823241] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223071.823246] FAT-fs (sdb1): Filesystem has been set read-only
[223071.823822] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.186697] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.187918] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.189461] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.190909] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.197015] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.198526] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.210497] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
[223072.216104] FAT-fs (sdb1): error, fat_get_cluster: invalid cluster chain (i_pos 0)
brybry@BrybryEL1200:/media/brybry$ 

Hors ligne

#52 Le 03/08/2023, à 09:12

geole

Re : Problème ouverture périphérique de stockage !

Tu as encore  mal démonté la clé.....
Si tu as l'habitude de les arracher sans demander au logiciel de le faire, il aurait fallu la formater en exfat. C'est maintenant trop tard pour le faire avec une version 18.04.
Pour réparer.

sudo umount -v /dev/sdb1
sudo fsck /dev/sdb1
udisksctl mount -b /dev/sdb1

Les caractéristiques de la clé n'ont pas été décodés.
idVendor=058f, idProduct=6387
Vendeur ALCOR

Dernière modification par geole (Le 03/08/2023, à 09:19)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#53 Le 03/08/2023, à 10:05

BryBry

Re : Problème ouverture périphérique de stockage !

excuses-moi, mais j'ai cliqué sur éjecter puis lorsque l'icône de la clé à disparue, je l'ai débranché. En aucun cas, je l'ai arraché !

Hors ligne

#54 Le 03/08/2023, à 10:16

geole

Re : Problème ouverture périphérique de stockage !

Alors, c'est ton logiciel qui n'est pas au point.
On voit très bien le démontage et des écritures restantes à faire.

[223061.716895] usb 1-7: USB disconnect, device number 40
[223061.718292] scsi 6:0:0:0: rejecting I/O to offline device

Dernière modification par geole (Le 03/08/2023, à 10:18)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#55 Le 03/08/2023, à 10:37

BryBry

Re : Problème ouverture périphérique de stockage !

Les retours ;

brybry@BrybryEL1200:/media/brybry$ sudo umount -v /dev/sdb1
[sudo] Mot de passe de brybry : 
umount: /media/brybry/316D-F2AA (/dev/sdb1) démonté
brybry@BrybryEL1200:/media/brybry$ 

Le 2ème retour se termine par un point d'interrogation et plus rien depuis 10h05 !
Le voici :

brybry@BrybryEL1200:~$ sudo fsck /dev/sdb1
[sudo] Mot de passe de brybry : 
fsck de util-linux 2.31.1
fsck.fat 4.1 (2017-01-24)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
1) Remove dirty bit
2) No action
? 
ybry@BrybryEL1200:~$ udisksctl mount -b /dev/sdb1
Mounted /dev/sdb1 at /media/brybry/316D-F2AA.
brybry@BrybryEL1200:~$ 

Hors ligne

#56 Le 03/08/2023, à 12:03

MicP

Re : Problème ouverture périphérique de stockage !

Bonjour

Dans son message #42, Coeur Noir a écrit :

le système essaye de créer un point de montage dont le nom correspond à un répertoire déjà existant

…correspond à l'étiquette ( quand elle existe ) ou à l'uuid de la partition montée.
Si un dossier de nom identique existe déjà dans l'emplacement /media/$USER alors ajout d'un suffixe au nom du nouveau point de montage.

Je pense que tu appelles dossier ce qui en fait est un répertoire (en anglais : directory)
et je ne comprends pas pourquoi tu as barré cette partie de ma phrase.

Dans le cas de brybry, le répertoire déjà existant est, de fait :

drwx------   2 root   root    4096 juil. 31 14:13 /media/brybry/316D-F2AA

Et au vu des noms de propriétaire et de groupe (root) et du nom du répertoire parent (/media/brybry)
on peut en déduire que ce répertoire n'a pas été créé par le système mais par une ligne de commande lancée depuis un compte utilisateur.

Je précise aussi que pour l'instant, /media/brybry/316D-F2AA n'est pas un point de montage mais un répertoire
ça ne sera un point de montage qu'à partir du moment où un autre système de fichiers l'utilisera comme point de montage (<=> un système de fichiers sera monté)
et jusqu'à ce que le système de fichiers qui l'utilise soit démonté.

Dans son message #42, Coeur Noir a écrit :

… ou à l'uuid de la partition montée.

Ce n'est pas l'UUID de la partition mais c'est l'UUID du système de fichiers
On ne peut monter qu'un système de fichiers,
et même si tu indiques à la commande mount le nom d'une partition ou d'un fichier de périphérique associé à une partition,
c'est le système de fichiers qui aurait été créé dans cette partition qui sera monté <=> ce n'est PAS la partition (et encore moins le disque ou autre) qui est montée

Si la partition n'a pas été formatée, elle ne contiendra pas de système de fichiers => la commande mount ne trouvera rien à monter dans cette partition

premières lignes du manuel de la commande ''mount'' a écrit :
MOUNT(8)                                   Administration Système                                  MOUNT(8)

NOM
       mount - Monter un système de fichiers
…
root@deb12:~# lsblk --help | grep UUID
     PARTTYPE  code du type de partition ou UUID
     PARTUUID  UUID de partition
       PTUUID  identificateur de la table de partition (habituellement le UUID)
         UUID  UUID du système de fichiers
root@deb12:~# 

Dernière modification par MicP (Le 03/08/2023, à 12:33)

Hors ligne

#57 Le 03/08/2023, à 13:17

Coeur Noir

Re : Problème ouverture périphérique de stockage !

BryBry a écrit :

Les retours :

brybry@BrybryEL1200:/media/brybry$ lsblk -fe7,11
NAME    FSTYPE LABEL   UUID                                 MOUNTPOINT
(…)
sdb                                                         
└─sdb1  vfat           316D-F2AA                            /media/brybry/316D-
brybry@BrybryEL1200:/media/brybry$ grep /dev/sd /etc/mtab
(…)
/dev/sdb1 /media/brybry/316D-F2AA vfat ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0

Ok, cela montre que le système de montage automatique est bien fonctionnel
MAIS
cette « clé » ( son système de fichiers vfat ) est en lecture seule ( ro ).

( désolé, j'avais oublié les | cat en fin de commande lsblk ; heureusement mtab montre le chemin complet. )

Il faudrait re-tenter une réparation du système de fichiers, en repérant bien le chemin du périphérique concerné.
Ce qu'avait proposé Lynn, au début de la discussion, avec

sudo fsck.vfat -a /chemin_vers/périphérique

excuses-moi, mais j'ai cliqué sur éjecter puis lorsque l'icône de la clé à disparue, je l'ai débranché. En aucun cas, je l'ai arraché !

Il faut attendre que le système te notifie, te montre un message qui dit « c'est bon, le périphérique peut-être retiré. »
Tu ne dois pas retirer la clé immédiatement après « éjecter » mais seulement après que le système t'ait dit « tout va bien, j'ai fini d'écrire sur cette clé ».
Des fois c'est quasi instantané ( quand il n'y a pas d'opération en cours sur la clé ), des fois ça prend des secondes voire des minutes ( selon la taille des fichiers à écrire et la vitesse des transferts. )

OU - s'il y a un voyant sur cette clé - attendre qu'il ne clignote plus ( clignotement = écriture en cours. )

Dernière modification par Coeur Noir (Le 03/08/2023, à 13:20)


DébuterDocBien rédigerRetour commandeInsérer image | illustrations & captures d'écran <>

Hors ligne

#58 Le 03/08/2023, à 13:30

MicP

Re : Problème ouverture périphérique de stockage !

Bonjour


Il faut attendre que le système te notifie, te montre un message qui dit « c'est bon, le périphérique peut-être retiré. »
Tu ne dois pas retirer la clé immédiatement après « éjecter » mais seulement après que le système t'ait dit « tout va bien, j'ai fini d'écrire sur cette clé ».
Des fois c'est quasi instantané ( quand il n'y a pas d'opération en cours sur la clé ), des fois ça prend des secondes voire des minutes ( selon la taille des fichiers à écrire et la vitesse des transferts. )

OU - s'il y a un voyant sur cette clé - attendre qu'il ne clignote plus ( clignotement = écriture en cours. )

Oui,
ou/et pour vérifier que la copie est effectivement terminée, tu peux aussi lancer dans une fenêtre de terminal la commande sync
et le prompt de retour ne s'affichera que quand tous les tampons entrée/sortie utilisés pour la copie auront été effectivement écrits sur la cible.

Voir le manuel de la commande sync :

man sync

Dernière modification par MicP (Le 03/08/2023, à 13:31)

Hors ligne

#59 Le 03/08/2023, à 13:40

BryBry

Re : Problème ouverture périphérique de stockage !

Le retour :

rybry@BrybryEL1200:~$ sudo fsck.vfat -a /chemin_vers/périphérique
[sudo] Mot de passe de brybry : 
fsck.fat 4.1 (2017-01-24)
open: Aucun fichier ou dossier de ce type
brybry@BrybryEL1200:~$ 

Hors ligne

#60 Le 03/08/2023, à 13:49

Coeur Noir

Re : Problème ouverture périphérique de stockage !

je ne comprends pas pourquoi tu as barré cette partie de ma phrase

Parce qu'elle m'a mis un instant dans une certaine confusion.

C'est udisks / udisksctl qui sont en charge des « montages automatiques » ( pour tout support de données qui ne se trouverait pas déjà déclaré dans /etc/fstab ).
Ils créeront dans /media/$USER un dossier qui prendra comme nom l'étiquette ou l'uuid du système de fichiers à monter ( contenu dans une partition du périphérique que l'utilisateur vient de brancher à chaud dans sa session. )
Ce dossier sert de point de montage à ce système de fichiers, chez cet utilisateur là, exclusivement.
Quand ce système de fichiers est proprement démonté, le dossier correspondant est effacé.

dossier ↔ répertoire : ça fait vraiment une différence ? Je préfère « dossier » parce que ça commence par un d et que c'est par cette lettre d qu'on reconnaît les dossiers dans une commande ls.
Effectivement c'est directory en anglais qui a pour synonymes folder, index, register, listing, repository… selon le contexte lexical.

Ok pour la nuance entre partition et système de fichiers ( puisque chacun a son propre uuid ) mais cela dit dans une partition il n'y a qu'un seul système de fichiers : le raccourci est tentant.


DébuterDocBien rédigerRetour commandeInsérer image | illustrations & captures d'écran <>

Hors ligne

#61 Le 03/08/2023, à 13:52

Coeur Noir

Re : Problème ouverture périphérique de stockage !

Sérieusement ?

rybry@BrybryEL1200:~$ sudo fsck.vfat -a /chemin_vers/périphérique

Il faut remplacer

/chemin_vers/périphérique

par le vrai chemin que tu constates chez toi à ce moment-là pour ta clé usb.

Chemin qui te sera visible dans

lsblk -fe7,11 | cat

ou

grep /dev/sd /etc/mtab

Dernière modification par Coeur Noir (Le 03/08/2023, à 13:54)


DébuterDocBien rédigerRetour commandeInsérer image | illustrations & captures d'écran <>

Hors ligne

#62 Le 03/08/2023, à 14:07

geole

Re : Problème ouverture périphérique de stockage !

BryBry a écrit :

Le 2ème retour se termine par un point d'interrogation et plus rien depuis 10h05 !
Le voici :

brybry@BrybryEL1200:~$ sudo fsck /dev/sdb1
[sudo] Mot de passe de brybry : 
fsck de util-linux 2.31.1
fsck.fat 4.1 (2017-01-24)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
1) Remove dirty bit
2) No action
? 

Il attendait que tu frappes le chiffre 1 pour "Retirer le bit sale" qui a été mis à cause du mauvais démontage

Rejoue la séquence des trois commandes.

Dernière modification par geole (Le 03/08/2023, à 14:10)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#63 Le 03/08/2023, à 14:47

MicP

Re : Problème ouverture périphérique de stockage !

Hors ligne

#64 Le 03/08/2023, à 15:46

BryBry

Re : Problème ouverture périphérique de stockage !

Je n'avais rien compris de ce qu'il fallait faire, car je ne comprends pas l'anglais !
Tu me dis de rejouer les 3  commandes, je vais le faire mais dis-moi : si j'ai bien compris je tape 1 (remove dirty bit) ; mais après j'en déduis qu'on me repropose 3 choix :
"There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
  67:aa/2d, 68:f2/9d, 69:6d/44, 70:31/0f
1) Copy original to backup
2) Copy backup to original
3) No action
?
Là je fais quoi ?

Hors ligne

#65 Le 03/08/2023, à 16:25

geole

Re : Problème ouverture périphérique de stockage !

Tu réponds 3 afin de laisser en l'état.

et il va falloir chercher  ce qui est  bon
   A mon avis,      la solution 1 me semble convenable car dans le dmesg, je n'ai rien vu disant que l'original ne valait rien et qu'il fallait utiliser le secours, mais attends d'autres avis.
Cependant, il me semble que tu as déjà exécuté un fsck sur cette clé et qu'il n'y avait pas eu ce message


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#66 Le 03/08/2023, à 16:32

BryBry

Re : Problème ouverture périphérique de stockage !

Et maintenant on me propose encore un choix !
FATs differ but appear to be intact. Use which FAT ?
1) Use first FAT
2) Use second FAT
?

Hors ligne

#67 Le 03/08/2023, à 16:36

Coeur Noir

Re : Problème ouverture périphérique de stockage !

@MicP : de l'art de se compliquer la vie pour rien. Il n'y a pas de différence. Utiliser l'un ou l'autre terme n'empêche pas de comprendre les mécanismes sous-jacents. Mais oui apparemment en francophonie, il y a une recommandation pour le terme répertoire - qui ne résistera jamais du fait qu'ils seront toujours désignés par d en commande, qui suggère dossier dans notre langue ( et qui fait sens. )

@brybry
je dirais 1 ou 3 - partant du principe que l'original est l'actuel qui fonctionne ? ? ? @Geole qu'en penses-tu ? ? ?

Dernière modification par Coeur Noir (Le 03/08/2023, à 16:37)


DébuterDocBien rédigerRetour commandeInsérer image | illustrations & captures d'écran <>

Hors ligne

#68 Le 03/08/2023, à 17:50

BryBry

Re : Problème ouverture périphérique de stockage !

Suite # 64 ; Les retours :

brybry@BrybryEL1200:~$ sudo umount -v /dev/sdb1
[sudo] Mot de passe de brybry : 
umount: /dev/sdb1 : non monté.
brybry@BrybryEL1200:~$
brybry@BrybryEL1200:~$  sudo fsck /dev/sdb1
[sudo] Mot de passe de brybry : 
fsck de util-linux 2.31.1
fsck.fat 4.1 (2017-01-24)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
1) Remove dirty bit
2) No action
? <pre>? 1
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
  67:aa/2d, 68:f2/9d, 69:6d/44, 70:31/0f
1) Copy original to backup
2) Copy backup to original
3) No action
? 
</pre>? 1
FATs differ but appear to be intact. Use which FAT ?
1) Use first FAT
2) Use second FAT
? 
/.Trash-999/info/Docs Administratifs.trashinfo
  File size is 73 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/docs-bis.trashinfo
  Contains a free cluster (149139). Assuming EOF.
/.Trash-999/info/docs-bis.trashinfo
  File size is 60 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Downloads.trashinfo
  Contains a free cluster (149140). Assuming EOF.
/.Trash-999/info/Downloads.trashinfo
  File size is 61 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/driver-wifi.trashinfo
  Contains a free cluster (149141). Assuming EOF.
/.Trash-999/info/driver-wifi.trashinfo
  File size is 63 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/ExtremeFurniture Vida Meuble TV, Carcasse en Blanc Mat_Façade en Blanc Brillant + LED Multicolores avec télécommande Amazon_fichiers.trashinfo
  Contains a free cluster (149142). Assuming EOF.
/.Trash-999/info/ExtremeFurniture Vida Meuble TV, Carcasse en Blanc Mat_Façade en Blanc Brillant + LED Multicolores avec télécommande Amazon_fichiers.trashinfo
  File size is 235 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/HISTOIRE.trashinfo
  Contains a free cluster (149143). Assuming EOF.
/.Trash-999/info/HISTOIRE.trashinfo
  File size is 60 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Images.trashinfo
  Contains a free cluster (149144). Assuming EOF.
/.Trash-999/info/Images.trashinfo
  File size is 58 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Internet.trashinfo
  Contains a free cluster (149145). Assuming EOF.
/.Trash-999/info/Internet.trashinfo
  File size is 60 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/JW.trashinfo
  Contains a free cluster (149146). Assuming EOF.
/.Trash-999/info/JW.trashinfo
  File size is 54 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Kenza.trashinfo
  Contains a free cluster (149147). Assuming EOF.
/.Trash-999/info/Kenza.trashinfo
  File size is 57 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Logiciels Win 64.trashinfo
  Contains a free cluster (149149). Assuming EOF.
/.Trash-999/info/Logiciels Win 64.trashinfo
  File size is 72 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Médias Docs.trashinfo
  Contains a free cluster (149150). Assuming EOF.
/.Trash-999/info/Médias Docs.trashinfo
  File size is 70 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Modèles.trashinfo
  Contains a free cluster (149151). Assuming EOF.
/.Trash-999/info/Modèles.trashinfo
  File size is 64 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Music.trashinfo
  Contains a free cluster (149152). Assuming EOF.
/.Trash-999/info/Music.trashinfo
  File size is 57 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Musique.trashinfo
  Contains a free cluster (149153). Assuming EOF.
/.Trash-999/info/Musique.trashinfo
  File size is 59 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/NINA.trashinfo
  Contains a free cluster (149154). Assuming EOF.
/.Trash-999/info/NINA.trashinfo
  File size is 56 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/OneDrive.trashinfo
  Contains a free cluster (149155). Assuming EOF.
/.Trash-999/info/OneDrive.trashinfo
  File size is 60 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Pictures.trashinfo
  Contains a free cluster (149156). Assuming EOF.
/.Trash-999/info/Pictures.trashinfo
  File size is 60 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/POL-POM-4.trashinfo
  Contains a free cluster (149157). Assuming EOF.
/.Trash-999/info/POL-POM-4.trashinfo
  File size is 61 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Priscille Prédication.trashinfo
  Contains a free cluster (149158). Assuming EOF.
/.Trash-999/info/Priscille Prédication.trashinfo
  File size is 80 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Procédure GMF.trashinfo
  Contains a free cluster (149159). Assuming EOF.
/.Trash-999/info/Procédure GMF.trashinfo
  File size is 72 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Programmes utiles.trashinfo
  Contains a free cluster (149160). Assuming EOF.
/.Trash-999/info/Programmes utiles.trashinfo
  File size is 71 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/pysycache.trashinfo
  Contains a free cluster (149161). Assuming EOF.
/.Trash-999/info/pysycache.trashinfo
  File size is 61 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/rtl8812au.trashinfo
  Contains a free cluster (149162). Assuming EOF.
/.Trash-999/info/rtl8812au.trashinfo
  File size is 61 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Santé.trashinfo
  Contains a free cluster (149163). Assuming EOF.
/.Trash-999/info/Santé.trashinfo
  File size is 62 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Smyleys.trashinfo
  Contains a free cluster (149164). Assuming EOF.
/.Trash-999/info/Smyleys.trashinfo
  File size is 59 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/System Volume Information.trashinfo
  Contains a free cluster (149165). Assuming EOF.
/.Trash-999/info/System Volume Information.trashinfo
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Téléchargements.trashinfo
  Contains a free cluster (149166). Assuming EOF.
/.Trash-999/info/Téléchargements.trashinfo
  File size is 77 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Théocratie ++.trashinfo
  Contains a free cluster (149167). Assuming EOF.
/.Trash-999/info/Théocratie ++.trashinfo
  File size is 76 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Vidéos.trashinfo
  Contains a free cluster (149168). Assuming EOF.
/.Trash-999/info/Vidéos.trashinfo
  File size is 63 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Air France courrier .pdf.trashinfo
  Contains a free cluster (149169). Assuming EOF.
/.Trash-999/info/Air France courrier .pdf.trashinfo
  File size is 82 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Attestation d'Assurance 2022-2023  .pdf.trashinfo
  Contains a free cluster (149170). Assuming EOF.
/.Trash-999/info/Attestation d'Assurance 2022-2023  .pdf.trashinfo
  File size is 101 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/banque Priscille .pdf.trashinfo
  Contains a free cluster (149171). Assuming EOF.
/.Trash-999/info/banque Priscille .pdf.trashinfo
  File size is 77 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Boursorama Docs .pdf.trashinfo
  Contains a free cluster (149172). Assuming EOF.
/.Trash-999/info/Boursorama Docs .pdf.trashinfo
  File size is 76 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/Etiquettes retour .pdf.trashinfo
  Contains a free cluster (149173). Assuming EOF.
/.Trash-999/info/Etiquettes retour .pdf.trashinfo
  File size is 78 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/jwbon_F_201608_01_r480P.mp4.trashinfo
  Contains a free cluster (149174). Assuming EOF.
/.Trash-999/info/jwbon_F_201608_01_r480P.mp4.trashinfo
  File size is 79 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/info/martineJeho.jpg.trashinfo
  Contains a free cluster (149175). Assuming EOF.
/.Trash-999/info/martineJeho.jpg.trashinfo
  File size is 67 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/2019 LEXAR 02 (1)
  Contains a free cluster (39256). Assuming EOF.
/.Trash-999/files/Bureau
  Contains a free cluster (39271). Assuming EOF.
/.Trash-999/files/chansons originales
  Contains a free cluster (6). Assuming EOF.
/.Trash-999/files/Copy Me
  Contains a free cluster (41669). Assuming EOF.
/.Trash-999/files/Cuisine
  Contains a free cluster (3786). Assuming EOF.
/.Trash-999/files/Divers à classer
  Contains a free cluster (3787). Assuming EOF.
/.Trash-999/files/Docs Administratifs
  Contains a free cluster (42612). Assuming EOF.
/.Trash-999/files/docs-bis
  Contains a free cluster (44001). Assuming EOF.
/.Trash-999/files/Downloads
  Contains a free cluster (44681). Assuming EOF.
/.Trash-999/files/driver-wifi
  Contains a free cluster (11599). Assuming EOF.
/.Trash-999/files/ExtremeFurniture Vida Meuble TV, Carcasse en Blanc Mat_Façade en Blanc Brillant + LED Multicolores avec télécommande Amazon_fichiers
  Contains a free cluster (7930). Assuming EOF.
/.Trash-999/files/HISTOIRE
  Contains a free cluster (12379). Assuming EOF.
/.Trash-999/files/Images
  Contains a free cluster (15867). Assuming EOF.
/.Trash-999/files/Internet
  Contains a free cluster (20858). Assuming EOF.
/.Trash-999/files/JW
  Contains a free cluster (8215). Assuming EOF.
/.Trash-999/files/Kenza
  Contains a free cluster (10558). Assuming EOF.
/.Trash-999/files/Logiciels Win 64
  Contains a free cluster (21155). Assuming EOF.
/.Trash-999/files/Médias Docs
  Contains a free cluster (10639). Assuming EOF.
/.Trash-999/files/Modèles
  Contains a free cluster (22737). Assuming EOF.
/.Trash-999/files/Music
  Contains a free cluster (24234). Assuming EOF.
/.Trash-999/files/Musique
  Contains a free cluster (24895). Assuming EOF.
/.Trash-999/files/NINA
  Contains a free cluster (3807). Assuming EOF.
/.Trash-999/files/OneDrive
  Contains a free cluster (4050). Assuming EOF.
/.Trash-999/files/Pictures
  Contains a free cluster (25727). Assuming EOF.
/.Trash-999/files/POL-POM-4
  Contains a free cluster (25728). Assuming EOF.
/.Trash-999/files/Priscille Prédication
  Contains a free cluster (4087). Assuming EOF.
/.Trash-999/files/Procédure GMF
  Contains a free cluster (4139). Assuming EOF.
/.Trash-999/files/Programmes utiles
  Contains a free cluster (27763). Assuming EOF.
/.Trash-999/files/pysycache
  Contains a free cluster (48438). Assuming EOF.
/.Trash-999/files/rtl8812au
  Contains a free cluster (5174). Assuming EOF.
/.Trash-999/files/Santé
  Contains a free cluster (7627). Assuming EOF.
/.Trash-999/files/Smyleys
  Contains a free cluster (8224). Assuming EOF.
/.Trash-999/files/Téléchargements
  Contains a free cluster (51435). Assuming EOF.
/.Trash-999/files/Théocratie ++
  Contains a free cluster (8230). Assuming EOF.
/.Trash-999/files/Vidéos
  Contains a free cluster (51479). Assuming EOF.
/.Trash-999/files/Air France courrier .pdf
  Contains a free cluster (10662). Assuming EOF.
/.Trash-999/files/Air France courrier .pdf
  File size is 16690356 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/Attestation d'Assurance 2022-2023  .pdf
  Contains a free cluster (10917). Assuming EOF.
/.Trash-999/files/Attestation d'Assurance 2022-2023  .pdf
  File size is 768402 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/banque Priscille .pdf
  Contains a free cluster (10929). Assuming EOF.
/.Trash-999/files/banque Priscille .pdf
  File size is 6708142 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/Boursorama Docs .pdf
  Contains a free cluster (11032). Assuming EOF.
/.Trash-999/files/Boursorama Docs .pdf
  File size is 7820602 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/Etiquettes retour .pdf
  Contains a free cluster (11152). Assuming EOF.
/.Trash-999/files/Etiquettes retour .pdf
  File size is 2622643 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/jwbon_F_201608_01_r480P.mp4
  Contains a free cluster (11193). Assuming EOF.
/.Trash-999/files/jwbon_F_201608_01_r480P.mp4
  File size is 26489635 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-999/files/martineJeho.jpg
  Contains a free cluster (11598). Assuming EOF.
/.Trash-999/files/martineJeho.jpg
  File size is 54580 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/DOCS/.~lock.Maître Gallion 01 .odt#
  Contains a free cluster (297596). Assuming EOF.
/Bureau/DOCS/.~lock.Maître Gallion 01 .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/DOCS/Divers à classer
  Contains a free cluster (297597). Assuming EOF.
/Bureau/DOCS/Médias Docs
  Contains a free cluster (298038). Assuming EOF.
/Bureau/DOCS/ExtremeFurniture Vida Meuble TV, Carcasse en Blanc Mat_Façade en Blanc Brillant + LED Multicolores avec télécommande Amazon_fichiers
  Contains a free cluster (298394). Assuming EOF.
/Bureau/DOCS/Air France courrier .pdf
  Contains a free cluster (318531). Assuming EOF.
/Bureau/DOCS/Air France courrier .pdf
  File size is 16690356 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/DOCS/Attestation d'Assurance 2022-2023  .pdf
  Contains a free cluster (318471). Assuming EOF.
/Bureau/DOCS/Attestation d'Assurance 2022-2023  .pdf
  File size is 768402 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/DOCS/Boursorama Docs .pdf
  Contains a free cluster (318798). Assuming EOF.
/Bureau/DOCS/Boursorama Docs .pdf
  File size is 7820602 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/DOCS/Etiquettes retour .pdf
  Contains a free cluster (318486). Assuming EOF.
/Bureau/DOCS/Etiquettes retour .pdf
  File size is 2622643 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Nina Plainte Incendie .odt
  Contains a free cluster (299402). Assuming EOF.
/Bureau/NINA/Nina Plainte Incendie .odt
  File size is 24385 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Copie plainte.odt
  Contains a free cluster (299410). Assuming EOF.
/Bureau/NINA/Copie plainte.odt
  File size is 23938 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Nina Enveloppe Plainte incendie .odt
  Contains a free cluster (299420). Assuming EOF.
/Bureau/NINA/Nina Enveloppe Plainte incendie .odt
  File size is 10246 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Nina Réclamation MDPH Gianina .odt
  Contains a free cluster (299422). Assuming EOF.
/Bureau/NINA/Nina Réclamation MDPH Gianina .odt
  File size is 20328 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/La Poste A.R. du 10-12-2020
  Contains a free cluster (299435). Assuming EOF.
/Bureau/NINA/La Poste A.R. du 10-12-2020
  File size is 49269 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/CV Nina .odt 01
  Contains a free cluster (299446). Assuming EOF.
/Bureau/NINA/CV Nina .odt 01
  File size is 25867 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/CV Nina .odt
  Contains a free cluster (299458). Assuming EOF.
/Bureau/NINA/CV Nina .odt
  File size is 655006 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/certificat médical .pdf
  Contains a free cluster (299482). Assuming EOF.
/Bureau/NINA/certificat médical .pdf
  File size is 726304 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022)_fichiers
  Contains a free cluster (299509). Assuming EOF.
/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022).html
  Contains a free cluster (299971). Assuming EOF.
/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022).html
  File size is 94917 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022)_fichiers
  Contains a free cluster (299974). Assuming EOF.
/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022).html
  Contains a free cluster (300241). Assuming EOF.
/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022).html
  File size is 102690 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Lettre de motivation .odt
  Contains a free cluster (300244). Assuming EOF.
/Bureau/NINA/Lettre de motivation .odt
  File size is 18059 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/CV .pdf
  Contains a free cluster (300246). Assuming EOF.
/Bureau/NINA/CV .pdf
  File size is 689262 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Sans nom 1.odt
  Contains a free cluster (300260). Assuming EOF.
/Bureau/NINA/Sans nom 1.odt
  File size is 681156 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/NINA/Henner Réclamation .odt
  Contains a free cluster (300273). Assuming EOF.
/Bureau/NINA/Henner Réclamation .odt
  File size is 20184 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Catherine Zita/Demande logement _1001 vies habitat_.odt
  Contains a free cluster (132381). Assuming EOF.
/Bureau/Catherine Zita/Demande logement _1001 vies habitat_.odt
  File size is 18976 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Catherine Zita/Mail Catherine Zita Lettre baileur  .odt
  Contains a free cluster (132862). Assuming EOF.
/Bureau/Catherine Zita/Mail Catherine Zita Lettre baileur  .odt
  File size is 12088 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Cuisine/Tiramisu au citron .jpg
  Contains a free cluster (132750). Assuming EOF.
/Bureau/Cuisine/Tiramisu au citron .jpg
  File size is 153173 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Cuisine/2xc36432f30929a3a7d7a9c0709e4bb57a.jpg
  Contains a free cluster (132827). Assuming EOF.
/Bureau/Cuisine/2xc36432f30929a3a7d7a9c0709e4bb57a.jpg
  File size is 153173 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Cuisine/Recette .jpg
  Contains a free cluster (132859). Assuming EOF.
/Bureau/Cuisine/Recette .jpg
  File size is 153173 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201612_01_r480P.mp4
  Contains a free cluster (293247). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201612_01_r480P.mp4
  File size is 34031081 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwb_F_201701_08_r480P.mp4
  Contains a free cluster (294333). Assuming EOF.
/Bureau/chansons originales/jwb_F_201701_08_r480P.mp4
  File size is 33776969 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201608_01_r480P.mp4
  Contains a free cluster (294849). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201608_01_r480P.mp4
  File size is 26489635 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201609_01_r480P.mp4
  Contains a free cluster (294913). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201609_01_r480P.mp4
  File size is 24952986 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201610_01_r480P.mp4
  Contains a free cluster (295042). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201610_01_r480P.mp4
  File size is 32889312 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201610_02_r480P.mp4
  Contains a free cluster (295048). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201610_02_r480P.mp4
  File size is 21491606 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbrd_F_201505_01_r480P.mp4
  Contains a free cluster (295814). Assuming EOF.
/Bureau/chansons originales/jwbrd_F_201505_01_r480P.mp4
  File size is 45141096 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/chansons originales/jwbon_F_201611_01_r480P.mp4
  Contains a free cluster (295824). Assuming EOF.
/Bureau/chansons originales/jwbon_F_201611_01_r480P.mp4
  File size is 28665583 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Kenza/Docs Kenza .pdf
  Contains a free cluster (299340). Assuming EOF.
/Bureau/Kenza/Docs Kenza .pdf
  File size is 1499367 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Kenza/Docs Kenza 02 .pdf
  Contains a free cluster (299378). Assuming EOF.
/Bureau/Kenza/Docs Kenza 02 .pdf
  File size is 233373 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Kenza/Docs Kenza 03 .pdf
  Contains a free cluster (299385). Assuming EOF.
/Bureau/Kenza/Docs Kenza 03 .pdf
  File size is 1537257 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Kenza/Docs Kenza 04 .pdf
  Contains a free cluster (299434). Assuming EOF.
/Bureau/Kenza/Docs Kenza 04 .pdf
  File size is 1532960 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Kenza/Docs Kenza 05 .pdf
  Contains a free cluster (299502). Assuming EOF.
/Bureau/Kenza/Docs Kenza 05 .pdf
  File size is 298525 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/OneDrive/.~lock.Photos Téléphone fixe .odt#
  Contains a free cluster (300644). Assuming EOF.
/Bureau/OneDrive/.~lock.Photos Téléphone fixe .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/OneDrive/Photos Téléphone fixe .pdf
  Contains a free cluster (300646). Assuming EOF.
/Bureau/OneDrive/Photos Téléphone fixe .pdf
  File size is 2285285 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Priscille Prédication/Territoire Priscille.pdf
  Contains a free cluster (300816). Assuming EOF.
/Bureau/Priscille Prédication/Territoire Priscille.pdf
  File size is 3227777 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Priscille Prédication/.~lock.Page 9 territoire de Priscilla .odt#
  Contains a free cluster (300867). Assuming EOF.
/Bureau/Priscille Prédication/.~lock.Page 9 territoire de Priscilla .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Priscille Prédication/Page 9 territoire de Priscilla .odt
  Contains a free cluster (300871). Assuming EOF.
/Bureau/Priscille Prédication/Page 9 territoire de Priscilla .odt
  File size is 22118 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Sans nom 1.odt
  Contains a free cluster (301525). Assuming EOF.
/Bureau/Procédure GMF/Sans nom 1.odt
  File size is 13659 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Covéa PJ mail du 12-04-2021 DOCS 01 .pdf
  Contains a free cluster (301527). Assuming EOF.
/Bureau/Procédure GMF/Covéa PJ mail du 12-04-2021 DOCS 01 .pdf
  File size is 212731 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Document numérisé.pdf
  Contains a free cluster (301532). Assuming EOF.
/Bureau/Procédure GMF/Document numérisé.pdf
  File size is 397013 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/001 RDV.pdf
  Contains a free cluster (301549). Assuming EOF.
/Bureau/Procédure GMF/001 RDV.pdf
  File size is 68383 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Médiateur
  Contains a free cluster (301556). Assuming EOF.
/Bureau/Procédure GMF/1001 Vies Habitat
  Contains a free cluster (301863). Assuming EOF.
/Bureau/Procédure GMF/Appareils Détériorés
  Contains a free cluster (302212). Assuming EOF.
/Bureau/Procédure GMF/Assurances
  Contains a free cluster (302661). Assuming EOF.
/Bureau/Procédure GMF/Abby, besoin de ton aide .odt
  Contains a free cluster (303546). Assuming EOF.
/Bureau/Procédure GMF/Abby, besoin de ton aide .odt
  File size is 25646 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Quittances Déc.embre 2021pdf
  Contains a free cluster (303548). Assuming EOF.
/Bureau/Procédure GMF/Quittances Déc.embre 2021pdf
  File size is 453853 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/Quittances Décembre 2021 .pdf
  Contains a free cluster (303557). Assuming EOF.
/Bureau/Procédure GMF/Quittances Décembre 2021 .pdf
  File size is 455676 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Procédure GMF/GMF Messagerie
  Contains a free cluster (303566). Assuming EOF.
/Bureau/rtl8812au/.cache.mk
  Contains a free cluster (319195). Assuming EOF.
/Bureau/rtl8812au/.cache.mk
  File size is 52314 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/8812au.o
  Contains a free cluster (319196). Assuming EOF.
/Bureau/rtl8812au/8812au.o
  File size is 1780984 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/8812au.mod.o
  Contains a free cluster (319224). Assuming EOF.
/Bureau/rtl8812au/8812au.mod.o
  File size is 6664 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/8812au.ko
  Contains a free cluster (319225). Assuming EOF.
/Bureau/rtl8812au/8812au.ko
  File size is 1786272 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/.8812au.mod.o.cmd
  Contains a free cluster (319253). Assuming EOF.
/Bureau/rtl8812au/.8812au.mod.o.cmd
  File size is 30152 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/Kconfig
  Contains a free cluster (319254). Assuming EOF.
/Bureau/rtl8812au/Kconfig
  File size is 109 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/Makefile
  Contains a free cluster (319255). Assuming EOF.
/Bureau/rtl8812au/Makefile
  File size is 31502 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/README.md
  Contains a free cluster (319256). Assuming EOF.
/Bureau/rtl8812au/README.md
  File size is 2416 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/clean
  Contains a free cluster (319257). Assuming EOF.
/Bureau/rtl8812au/clean
  File size is 64 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/dkms.conf
  Contains a free cluster (319258). Assuming EOF.
/Bureau/rtl8812au/dkms.conf
  File size is 192 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/ifcfg-wlan0
  Contains a free cluster (319259). Assuming EOF.
/Bureau/rtl8812au/ifcfg-wlan0
  File size is 54 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/install.sh
  Contains a free cluster (319260). Assuming EOF.
/Bureau/rtl8812au/install.sh
  File size is 556 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/runwpa
  Contains a free cluster (319261). Assuming EOF.
/Bureau/rtl8812au/runwpa
  File size is 423 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/wlan0dhcp
  Contains a free cluster (319262). Assuming EOF.
/Bureau/rtl8812au/wlan0dhcp
  File size is 294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/.8812au.o.cmd
  Contains a free cluster (319263). Assuming EOF.
/Bureau/rtl8812au/.8812au.o.cmd
  File size is 4208 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/modules.order
  Contains a free cluster (319264). Assuming EOF.
/Bureau/rtl8812au/modules.order
  File size is 40 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/8812au.mod.c
  Contains a free cluster (319265). Assuming EOF.
/Bureau/rtl8812au/8812au.mod.c
  File size is 3161 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/.8812au.ko.cmd
  Contains a free cluster (319266). Assuming EOF.
/Bureau/rtl8812au/.8812au.ko.cmd
  File size is 241 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/rtl8812au/.git
  Contains a free cluster (319267). Assuming EOF.
/Bureau/rtl8812au/core
  Contains a free cluster (319335). Assuming EOF.
/Bureau/rtl8812au/hal
  Contains a free cluster (319438). Assuming EOF.
/Bureau/rtl8812au/include
  Contains a free cluster (319696). Assuming EOF.
/Bureau/rtl8812au/os_dep
  Contains a free cluster (319889). Assuming EOF.
/Bureau/rtl8812au/.tmp_versions
  Contains a free cluster (319934). Assuming EOF.
/Bureau/rtl8812au/rtl8812AU_8821AU_linux
  Contains a free cluster (319936). Assuming EOF.
/Bureau/Santé/Liste Allergies  .odt
  Contains a free cluster (321017). Assuming EOF.
/Bureau/Santé/Liste Allergies  .odt
  File size is 14572 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF.html
  Contains a free cluster (321019). Assuming EOF.
/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF.html
  File size is 88526 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/S.P.I.D..pdf
  Contains a free cluster (321022). Assuming EOF.
/Bureau/Santé/S.P.I.D..pdf
  File size is 96661692 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/A.T. du 22-06-1976
  Contains a free cluster (322682). Assuming EOF.
/Bureau/Santé/Cardiologie
  Contains a free cluster (322796). Assuming EOF.
/Bureau/Santé/CPAM Vaccination Grippe .pdf
  Contains a free cluster (322798). Assuming EOF.
/Bureau/Santé/CPAM Vaccination Grippe .pdf
  File size is 1266199 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF_fichiers
  Contains a free cluster (322801). Assuming EOF.
/Bureau/Santé/2031016083_Compte rendu patient (1).pdf
  Contains a free cluster (322839). Assuming EOF.
/Bureau/Santé/2031016083_Compte rendu patient (1).pdf
  File size is 166208 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/2031016083_Compte rendu patient.pdf
  Contains a free cluster (322876). Assuming EOF.
/Bureau/Santé/2031016083_Compte rendu patient.pdf
  File size is 166208 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/2010151119_CR PATIENT (1).pdf
  Contains a free cluster (322884). Assuming EOF.
/Bureau/Santé/2010151119_CR PATIENT (1).pdf
  File size is 236496 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Santé/SCAN CRAME BROU BRIGITTE GUEGUEN.pdf
  Contains a free cluster (322901). Assuming EOF.
/Bureau/Santé/SCAN CRAME BROU BRIGITTE GUEGUEN.pdf
  File size is 59711 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Bureau/Smyleys/WhatsApp Animated Gifs
  Contains a free cluster (323780). Assuming EOF.
/Bureau/Smyleys/Émoticones
  Contains a free cluster (323866). Assuming EOF.
/Bureau/Smyleys/.emoticons
  Contains a free cluster (324080). Assuming EOF.
/Bureau/Théocratie ++/Android
  Contains a free cluster (324295). Assuming EOF.
/Bureau/Théocratie ++/Android 01
  Contains a free cluster (324302). Assuming EOF.
/Bureau/Théocratie ++/Assemblées
  Contains a free cluster (326665). Assuming EOF.
/Bureau/Théocratie ++/Cantiques
  Contains a free cluster (327519). Assuming EOF.
/Bureau/Théocratie ++/JW
  Contains a free cluster (343972). Assuming EOF.
/Bureau/Théocratie ++/LOST.DIR
  Contains a free cluster (344400). Assuming EOF.
/Bureau/Théocratie ++/memorial
  Contains a free cluster (344501). Assuming EOF.
/Bureau/Théocratie ++/reunions
  Contains a free cluster (347401). Assuming EOF.
/Bureau/Théocratie ++/System Volume Information
  Contains a free cluster (620332). Assuming EOF.
/Bureau/Théocratie ++/System Volume Information 02
  Contains a free cluster (620350). Assuming EOF.
/Bureau/Théocratie ++/Vidéos
  Contains a free cluster (620366). Assuming EOF.
/Bureau/Théocratie ++/Théocratie 00
  Contains a free cluster (620708). Assuming EOF.
/Copy Me/NetworkDrivers/DP_LAN_Intel_20010.7z
  Contains a free cluster (119872). Assuming EOF.
/Copy Me/NetworkDrivers/DP_LAN_Intel_20010.7z
  File size is 23175552 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Copy Me/NetworkDrivers/DP_LAN_Others_20010.7z
  Contains a free cluster (123042). Assuming EOF.
/Copy Me/NetworkDrivers/DP_LAN_Others_20010.7z
  File size is 119178854 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Copy Me/NetworkDrivers/DP_LAN_Realtek-NT_20010.7z
  Contains a free cluster (129781). Assuming EOF.
/Copy Me/NetworkDrivers/DP_LAN_Realtek-NT_20010.7z
  File size is 17804371 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Copy Me/NetworkDrivers/DP_LAN_Realtek-XP_20000.7z
  Contains a free cluster (131089). Assuming EOF.
/Copy Me/NetworkDrivers/DP_LAN_Realtek-XP_20000.7z
  File size is 7596204 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Copy Me/NetworkDrivers/DP_WLAN-WiFi_20000.7z
  Contains a free cluster (132291). Assuming EOF.
/Copy Me/NetworkDrivers/DP_WLAN-WiFi_20000.7z
  File size is 418067152 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Copy Me/NetworkDrivers/DP_WWAN-4G_20000.7z
  Contains a free cluster (283918). Assuming EOF.
/Copy Me/NetworkDrivers/DP_WWAN-4G_20000.7z
  File size is 53084160 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Logement/Attestation Logement .pdf
  Contains a free cluster (129225). Assuming EOF.
/Docs Administratifs/Logement/Attestation Logement .pdf
  File size is 352879 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Logement/Quitance de loyer Septembre 2019 .pdf
  Contains a free cluster (129782). Assuming EOF.
/Docs Administratifs/Logement/Quitance de loyer Septembre 2019 .pdf
  File size is 682116 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Logement/1001 vies Habitat Déclaration locative 2019 .pdf
  Contains a free cluster (130983). Assuming EOF.
/Docs Administratifs/Logement/1001 vies Habitat Déclaration locative 2019 .pdf
  File size is 127979 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Împots/Impots 2019 .pdf
  Contains a free cluster (131120). Assuming EOF.
/Docs Administratifs/Împots/Impots 2019 .pdf
  File size is 1779886 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Împots/Taxe d'habitation  2019 .pdf
  Contains a free cluster (132292). Assuming EOF.
/Docs Administratifs/Împots/Taxe d'habitation  2019 .pdf
  File size is 1487034 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Mairie/guide-carte-identite.pdf
  Contains a free cluster (132869). Assuming EOF.
/Docs Administratifs/Mairie/guide-carte-identite.pdf
  File size is 321907 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Mairie/Document numérisé.pdf
  Contains a free cluster (132987). Assuming EOF.
/Docs Administratifs/Mairie/Document numérisé.pdf
  File size is 595699 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Mairie/C.I. Brigitte .pdf
  Contains a free cluster (133395). Assuming EOF.
/Docs Administratifs/Mairie/C.I. Brigitte .pdf
  File size is 557931 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Docs Administratifs/Mairie/Docs mairie .doc
  Contains a free cluster (134178). Assuming EOF.
/Docs Administratifs/Mairie/Docs mairie .doc
  File size is 558384 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/Hungry
  Contains a free cluster (132131). Assuming EOF.
/docs-bis/Docs Smartphone à trier/1.2.3.pdf
  Contains a free cluster (264147). Assuming EOF.
/docs-bis/Docs Smartphone à trier/1.2.3.pdf
  File size is 2783502 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/1005523ar.pdf
  Contains a free cluster (264681). Assuming EOF.
/docs-bis/Docs Smartphone à trier/1005523ar.pdf
  File size is 245718 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/20664797_10214397870321038_3998776473421905847_n.jpg
  Contains a free cluster (264982). Assuming EOF.
/docs-bis/Docs Smartphone à trier/20664797_10214397870321038_3998776473421905847_n.jpg
  File size is 57858 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/1518999902.png
  Contains a free cluster (265205). Assuming EOF.
/docs-bis/Docs Smartphone à trier/1518999902.png
  File size is 31915 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/a.png
  Contains a free cluster (265514). Assuming EOF.
/docs-bis/Docs Smartphone à trier/a.png
  File size is 1048163 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/armored-squad-meschs-vs-robots-mod-apkmody.com.apk.crdownload
  Contains a free cluster (265603). Assuming EOF.
/docs-bis/Docs Smartphone à trier/armored-squad-meschs-vs-robots-mod-apkmody.com.apk.crdownload
  File size is 41149100 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/balanceAndPayment.pdf
  Contains a free cluster (268697). Assuming EOF.
/docs-bis/Docs Smartphone à trier/balanceAndPayment.pdf
  File size is 6595 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/big_040637img_4707.jpg
  Contains a free cluster (268948). Assuming EOF.
/docs-bis/Docs Smartphone à trier/big_040637img_4707.jpg
  File size is 554242 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/catalogue.pdf
  Contains a free cluster (269315). Assuming EOF.
/docs-bis/Docs Smartphone à trier/catalogue.pdf
  File size is 36959076 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/ecm22-edm-fr.pdf
  Contains a free cluster (271208). Assuming EOF.
/docs-bis/Docs Smartphone à trier/ecm22-edm-fr.pdf
  File size is 757030 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-mod-apkmody.com.apk
  Contains a free cluster (271582). Assuming EOF.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-mod-apkmody.com.apk
  File size is 47110098 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-obb-apkmody.com (1).zip
  Contains a free cluster (274852). Assuming EOF.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-obb-apkmody.com (1).zip
  File size is 99898185 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-obb-apkmody.com (2).zip
  Contains a free cluster (280558). Assuming EOF.
/docs-bis/Docs Smartphone à trier/hungry-shark-world-obb-apkmody.com (2).zip
  File size is 99898185 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/docs-bis/Docs Smartphone à trier/mobile-legends-bang-bang-mod-apkmody.com.apk.crdownload
  Contains a free cluster (285176). Assuming EOF.
/docs-bis/Docs Smartphone à trier/mobile-legends-bang-bang-mod-apkmody.com.apk.crdownload
  File size is 22151168 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Docs Kinzonzi/Docs Administratifs
  Contains a free cluster (485247). Assuming EOF.
/Documents/Docs Kinzonzi/Courriers
  Contains a free cluster (485954). Assuming EOF.
/Documents/Docs Kinzonzi/Banques
  Contains a free cluster (485965). Assuming EOF.
/Documents/Docs Kinzonzi/ING envoi de documents .odt
  Contains a free cluster (486024). Assuming EOF.
/Documents/Docs Kinzonzi/ING envoi de documents .odt
  File size is 1310936 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Docs Kinzonzi/Sans nom 2.odt
  Contains a free cluster (486754). Assuming EOF.
/Documents/Docs Kinzonzi/Sans nom 2.odt
  File size is 368329 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Docs Kinzonzi/Mozambique
  Contains a free cluster (486820). Assuming EOF.
/Documents/Docs Kinzonzi/Priscilla
  Contains a free cluster (486833). Assuming EOF.
/Documents/Docs Kinzonzi/ACDLC TDJ
  Contains a free cluster (487525). Assuming EOF.
/Documents/Achats-Ventes/Dossier Complet Conforama .pdf
  Contains a free cluster (485931). Assuming EOF.
/Documents/Achats-Ventes/Dossier Complet Conforama .pdf
  File size is 9335 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Achats-Ventes/Asus
  Contains a free cluster (485648). Assuming EOF.
/Documents/Achats-Ventes/Docs Cdiscount
  Contains a free cluster (492128). Assuming EOF.
/Documents/Achats-Ventes/Maximo
  Contains a free cluster (526470). Assuming EOF.
/Documents/Achats-Ventes/Amazon
  Contains a free cluster (526472). Assuming EOF.
/Documents/Achats-Ventes/Asus Mail .pdf
  Contains a free cluster (526483). Assuming EOF.
/Documents/Achats-Ventes/Asus Mail .pdf
  File size is 45371 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Achats-Ventes/Médiateur
  Contains a free cluster (526484). Assuming EOF.
/Documents/Achats-Ventes/Rue Du Commerce
  Contains a free cluster (535189). Assuming EOF.
/Documents/Achats-Ventes/Commande imprimante Canon .pdf
  Contains a free cluster (535863). Assuming EOF.
/Documents/Achats-Ventes/Commande imprimante Canon .pdf
  File size is 393718 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Achats-Ventes/Paypal
  Contains a free cluster (535886). Assuming EOF.
/Documents/Achats-Ventes/SAV Tablette Klipad
  Contains a free cluster (535889). Assuming EOF.
/Documents/Achats-Ventes/Danew
  Contains a free cluster (535906). Assuming EOF.
/Documents/Achats-Ventes/Ubaldi-Habitat et Jardins
  Contains a free cluster (536080). Assuming EOF.
/Documents/Appart Rénovation/90073_2.jpg.pdf
  Contains a free cluster (509638). Assuming EOF.
/Documents/Appart Rénovation/90073_2.jpg.pdf
  File size is 85217 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Appart Rénovation/Courrier - Brigitte Guéguen - Outlook_fichiers
  Contains a free cluster (509669). Assuming EOF.
/Documents/Appart Rénovation/Couloir.odt
  Contains a free cluster (523451). Assuming EOF.
/Documents/Appart Rénovation/Couloir.odt
  File size is 221610 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Appart Rénovation/90073_2.jpg
  Contains a free cluster (523456). Assuming EOF.
/Documents/Appart Rénovation/90073_2.jpg
  File size is 83920 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/brybry 01/CARREFOUR PASS
  Contains a free cluster (509648). Assuming EOF.
/Documents/brybry 01/Brigitte Courriers
  Contains a free cluster (511650). Assuming EOF.
/Documents/brybry 01/Courriers
  Contains a free cluster (512288). Assuming EOF.
/Documents/brybry 01/Bureau
  Contains a free cluster (513785). Assuming EOF.
/Documents/brybry 01/Documents
  Contains a free cluster (528488). Assuming EOF.
/Documents/brybry 01/Brigitte Courriers 01
  Contains a free cluster (529450). Assuming EOF.
/Documents/brybry 01/Brigitte Courriers.rar
  Contains a free cluster (530407). Assuming EOF.
/Documents/brybry 01/Brigitte Courriers.rar
  File size is 15889 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/brybry 01/Données 2017.k3boD6625
  Contains a free cluster (530434). Assuming EOF.
/Documents/brybry 01/Données 2017.k3boD6625
  File size is 974945 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/brybry 01/Courrier - Brigitte Guéguen - Outlook_fichiers
  Contains a free cluster (530449). Assuming EOF.
/Documents/Docs Administratifs/Docs Administratifs 02
  Contains a free cluster (509654). Assuming EOF.
/Documents/Docs Administratifs/Impôts
  Contains a free cluster (513411). Assuming EOF.
/Documents/Docs Administratifs/Banques
  Contains a free cluster (518154). Assuming EOF.
/Documents/Docs Administratifs/Parafe
  Contains a free cluster (519631). Assuming EOF.
/Documents/Docs Administratifs/Retraite
  Contains a free cluster (519861). Assuming EOF.
/Documents/Docs Administratifs/Document_a_signer_CANAL.pdf
  Contains a free cluster (520008). Assuming EOF.
/Documents/Docs Administratifs/Document_a_signer_CANAL.pdf
  File size is 43513 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Docs Administratifs/Multi-AR04-Manual.pdf
  Contains a free cluster (520029). Assuming EOF.
/Documents/Docs Administratifs/Multi-AR04-Manual.pdf
  File size is 2792716 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Docs Administratifs/Logement
  Contains a free cluster (520160). Assuming EOF.
/Documents/Docs Administratifs/Mairie
  Contains a free cluster (523884). Assuming EOF.
/Documents/Enfants/Photo diplôme .jpn
  Contains a free cluster (586660). Assuming EOF.
/Documents/Enfants/Photo diplôme .jpn
  File size is 1425236 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Carte Bac .odt
  Contains a free cluster (586348). Assuming EOF.
/Documents/Enfants/Carte Bac .odt
  File size is 64498 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Carte Bac .xcf
  Contains a free cluster (586349). Assuming EOF.
/Documents/Enfants/Carte Bac .xcf
  File size is 288767 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Carte bac Félicitations .odt
  Contains a free cluster (586350). Assuming EOF.
/Documents/Enfants/Carte bac Félicitations .odt
  File size is 182091 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Carte bac Félicitations .pdf
  Contains a free cluster (586351). Assuming EOF.
/Documents/Enfants/Carte bac Félicitations .pdf
  File size is 151111 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Mail Abby.odt
  Contains a free cluster (586361). Assuming EOF.
/Documents/Enfants/Mail Abby.odt
  File size is 26310 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Séphora
  Contains a free cluster (586652). Assuming EOF.
/Documents/Enfants/Docs Loisirs Enfants
  Contains a free cluster (587354). Assuming EOF.
/Documents/Enfants/Réussite bac 03 .odt.odg
  Contains a free cluster (586656). Assuming EOF.
/Documents/Enfants/Réussite bac 03 .odt.odg
  File size is 15631 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Réussite Bac .odt
  Contains a free cluster (586657). Assuming EOF.
/Documents/Enfants/Réussite Bac .odt
  File size is 38084 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Réussite Bac 02 .odt
  Contains a free cluster (586658). Assuming EOF.
/Documents/Enfants/Réussite Bac 02 .odt
  File size is 3142 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/Sonia Docs Administratifs .pdf
  Contains a free cluster (586664). Assuming EOF.
/Documents/Enfants/Sonia Docs Administratifs .pdf
  File size is 4752724 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Enfants/SÉVERINA
  Contains a free cluster (586780). Assuming EOF.
/Documents/Enfants/pysycache
  Contains a free cluster (586782). Assuming EOF.
/Documents/Enfants/LYDIE
  Contains a free cluster (587357). Assuming EOF.
/Documents/Enfants/Enfants
  Contains a free cluster (613925). Assuming EOF.
/Documents/Filiassur/Filiassur Prélèvement 06-11-2015 .pdf
  Contains a free cluster (636545). Assuming EOF.
/Documents/Filiassur/Filiassur Prélèvement 06-11-2015 .pdf
  File size is 1642669 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Filiassur Année 2015 .odt
  Contains a free cluster (636571). Assuming EOF.
/Documents/Filiassur/Filiassur Année 2015 .odt
  File size is 956929 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Filiassur Prélèvement 06-11-2015.odg
  Contains a free cluster (636586). Assuming EOF.
/Documents/Filiassur/Filiassur Prélèvement 06-11-2015.odg
  File size is 1796043 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Pièce jointe 01.pdf
  Contains a free cluster (636614). Assuming EOF.
/Documents/Filiassur/Pièce jointe 01.pdf
  File size is 3166956 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Filiassur 2015 .html
  Contains a free cluster (636663). Assuming EOF.
/Documents/Filiassur/Filiassur 2015 .html
  File size is 3166868 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Filiassur 2015.odt
  Contains a free cluster (636712). Assuming EOF.
/Documents/Filiassur/Filiassur 2015.odt
  File size is 3102159 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Docs Filiassur 2015 .doc
  Contains a free cluster (636760). Assuming EOF.
/Documents/Filiassur/Docs Filiassur 2015 .doc
  File size is 432850 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Filiassur/Prélèvements Filliassur
  Contains a free cluster (636767). Assuming EOF.
/Documents/Filiassur/Courriers
  Contains a free cluster (636779). Assuming EOF.
/Documents/Filiassur/Docs Bancaires
  Contains a free cluster (636943). Assuming EOF.
/Documents/FREE/Free Assistance Réclamation .odt
  Contains a free cluster (636973). Assuming EOF.
/Documents/FREE/Free Assistance Réclamation .odt
  File size is 41395 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/FREE/LaPoste Free AR du 29-12-2019 .pdf
  Contains a free cluster (636974). Assuming EOF.
/Documents/FREE/LaPoste Free AR du 29-12-2019 .pdf
  File size is 48023 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/FREE/FREEBOX Mail du 11 janvier 2019..odt
  Contains a free cluster (636975). Assuming EOF.
/Documents/FREE/FREEBOX Mail du 11 janvier 2019..odt
  File size is 27707 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/FREE/free
  Contains a free cluster (636976). Assuming EOF.
/Documents/docs-bis/15027642.pdf
  Contains a free cluster (636979). Assuming EOF.
/Documents/docs-bis/15027642.pdf
  File size is 34341 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/BUL675123340.pdf
  Contains a free cluster (636980). Assuming EOF.
/Documents/docs-bis/BUL675123340.pdf
  File size is 14681 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/CV LYDIE auxiliaire petite enfance.pdf
  Contains a free cluster (636981). Assuming EOF.
/Documents/docs-bis/CV LYDIE auxiliaire petite enfance.pdf
  File size is 93822 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/Facture_Free_201803_19810152_777398503.pdf
  Contains a free cluster (636983). Assuming EOF.
/Documents/docs-bis/Facture_Free_201803_19810152_777398503.pdf
  File size is 26595 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/FLIX-Luggage-8064894135.pdf
  Contains a free cluster (636984). Assuming EOF.
/Documents/docs-bis/FLIX-Luggage-8064894135.pdf
  File size is 74580 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/FLIX-Ticket-8064894135.pdf
  Contains a free cluster (636986). Assuming EOF.
/Documents/docs-bis/FLIX-Ticket-8064894135.pdf
  File size is 256639 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/telereglement_CFE_20180403_175540.pdf
  Contains a free cluster (636990). Assuming EOF.
/Documents/docs-bis/telereglement_CFE_20180403_175540.pdf
  File size is 264272 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/COMPTEDEDEPOTS_01457008377_20191004.pdf
  Contains a free cluster (636995). Assuming EOF.
/Documents/docs-bis/COMPTEDEDEPOTS_01457008377_20191004.pdf
  File size is 73368 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/dpa-F_Fr.pdf
  Contains a free cluster (636997). Assuming EOF.
/Documents/docs-bis/dpa-F_Fr.pdf
  File size is 97058 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/document.pdf
  Contains a free cluster (636999). Assuming EOF.
/Documents/docs-bis/document.pdf
  File size is 85017 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/index.jpeg
  Contains a free cluster (637001). Assuming EOF.
/Documents/docs-bis/index.jpeg
  File size is 169523 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/mwb_F_202005.epub
  Contains a free cluster (637004). Assuming EOF.
/Documents/docs-bis/mwb_F_202005.epub
  File size is 2748270 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/Docs Smartphone à trier
  Contains a free cluster (637046). Assuming EOF.
/Documents/docs-bis/passport_2_0-manual-FR.pdf
  Contains a free cluster (644670). Assuming EOF.
/Documents/docs-bis/passport_2_0-manual-FR.pdf
  File size is 2414179 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/Quittance Loyer Mai 2018 .pdf
  Contains a free cluster (644707). Assuming EOF.
/Documents/docs-bis/Quittance Loyer Mai 2018 .pdf
  File size is 681639 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/Docs à Trier
  Contains a free cluster (644718). Assuming EOF.
/Documents/docs-bis/films
  Contains a free cluster (644788). Assuming EOF.
/Documents/docs-bis/Docs divers
  Contains a free cluster (647663). Assuming EOF.
/Documents/docs-bis/Loisirs
  Contains a free cluster (648571). Assuming EOF.
/Documents/docs-bis/desktop.ini
  Contains a free cluster (648770). Assuming EOF.
/Documents/docs-bis/desktop.ini
  File size is 322 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/Ddf.pdf
  Contains a free cluster (649351). Assuming EOF.
/Documents/docs-bis/Ddf.pdf
  File size is 343031 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/silvercrest-snm-33-b1.pdf
  Contains a free cluster (649777). Assuming EOF.
/Documents/docs-bis/silvercrest-snm-33-b1.pdf
  File size is 3254386 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/docs-bis/s76fg978fds6g3
  Contains a free cluster (649928). Assuming EOF.
/Documents/docs-bis/s76fg978fds6g3
  File size is 400 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/G.M.F/IMG_20220328_205634.jpg.pdf
  Contains a free cluster (669669). Assuming EOF.
/Documents/G.M.F/IMG_20220328_205634.jpg.pdf
  File size is 3947361 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/G.M.F/Incendie criminel du 26-12-2019
  Contains a free cluster (669730). Assuming EOF.
/Documents/G.M.F/G.M.F
  Contains a free cluster (670948). Assuming EOF.
/Documents/G.M.F/Tribunal
  Contains a free cluster (671125). Assuming EOF.
/Documents/G.M.F/Abby, Besoin d'aide !.odt
  Contains a free cluster (671384). Assuming EOF.
/Documents/G.M.F/Abby, Besoin d'aide !.odt
  File size is 25677 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/G.M.F/Appareil détériorés Téléphoe.odt
  Contains a free cluster (671623). Assuming EOF.
/Documents/G.M.F/Appareil détériorés Téléphoe.odt
  File size is 14600 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/G.M.F/Appareils détériorés Imprimante.odt
  Contains a free cluster (672458). Assuming EOF.
/Documents/G.M.F/Appareils détériorés Imprimante.odt
  File size is 21298 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/free.pdf
  Contains a free cluster (669887). Assuming EOF.
/Documents/HISTOIRE/free.pdf
  File size is 824594 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/free 02 .pdf
  Contains a free cluster (669906). Assuming EOF.
/Documents/HISTOIRE/free 02 .pdf
  File size is 481450 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/free 03 .pdf
  Contains a free cluster (669921). Assuming EOF.
/Documents/HISTOIRE/free 03 .pdf
  File size is 432973 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/SHDGR_REP_YJ_1_148.pdf
  Contains a free cluster (669930). Assuming EOF.
/Documents/HISTOIRE/SHDGR_REP_YJ_1_148.pdf
  File size is 1120703 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/Articles
  Contains a free cluster (669950). Assuming EOF.
/Documents/HISTOIRE/Photo 01.odt
  Contains a free cluster (671005). Assuming EOF.
/Documents/HISTOIRE/Photo 01.odt
  File size is 1911294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/20190223_182448.jpg
  Contains a free cluster (671083). Assuming EOF.
/Documents/HISTOIRE/20190223_182448.jpg
  File size is 1475396 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/20190222_124039.jpg
  Contains a free cluster (671147). Assuming EOF.
/Documents/HISTOIRE/20190222_124039.jpg
  File size is 1636006 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/e010694118 .pdf
  Contains a free cluster (671212). Assuming EOF.
/Documents/HISTOIRE/e010694118 .pdf
  File size is 7071113 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/425887126_mp4_h264_aac_ld.mp4
  Contains a free cluster (671624). Assuming EOF.
/Documents/HISTOIRE/425887126_mp4_h264_aac_ld.mp4
  File size is 79385338 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/HISTOIRE
  Contains a free cluster (674248). Assuming EOF.
/Documents/HISTOIRE/Les grenats
  Contains a free cluster (674254). Assuming EOF.
/Documents/HISTOIRE/Les Templiers
  Contains a free cluster (674324). Assuming EOF.
/Documents/HISTOIRE/Le trésor d'Oak Island
  Contains a free cluster (674584). Assuming EOF.
/Documents/HISTOIRE/427086009_mp4_h264_aac_ld.mp4
  Contains a free cluster (674591). Assuming EOF.
/Documents/HISTOIRE/427086009_mp4_h264_aac_ld.mp4
  File size is 78816393 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/Photos
  Contains a free cluster (674593). Assuming EOF.
/Documents/HISTOIRE/Recherches
  Contains a free cluster (674666). Assuming EOF.
/Documents/HISTOIRE/oAKislandFilmingBTS[RAWEDIT]-163 (1).jpg
  Contains a free cluster (683009). Assuming EOF.
/Documents/HISTOIRE/oAKislandFilmingBTS[RAWEDIT]-163 (1).jpg
  File size is 80079 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/HISTOIRE/The Blockhouse Blog - The Oak Island Compendium.mhtml
  Contains a free cluster (680836). Assuming EOF.
/Documents/HISTOIRE/The Blockhouse Blog - The Oak Island Compendium.mhtml
  File size is 2279137 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Forum Ubuntu Problèmes USB.odt
  Contains a free cluster (676127). Assuming EOF.
/Documents/Informatique/Forum Ubuntu Problèmes USB.odt
  File size is 23378 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Mail Danew .odt
  Contains a free cluster (676157). Assuming EOF.
/Documents/Informatique/Mail Danew .odt
  File size is 7769 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Problèmes Clés.odt
  Contains a free cluster (676188). Assuming EOF.
/Documents/Informatique/Problèmes Clés.odt
  File size is 76175 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Brother Panne imprimante support sav .pdf
  Contains a free cluster (676198). Assuming EOF.
/Documents/Informatique/Brother Panne imprimante support sav .pdf
  File size is 30773 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Brother support .html
  Contains a free cluster (683037). Assuming EOF.
/Documents/Informatique/Brother support .html
  File size is 2129980 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Problèmes Clés USB 2018-05-08.odg
  Contains a free cluster (676236). Assuming EOF.
/Documents/Informatique/Problèmes Clés USB 2018-05-08.odg
  File size is 75100 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/.~lock.Mail Danew .odt#
  Contains a free cluster (676266). Assuming EOF.
/Documents/Informatique/.~lock.Mail Danew .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Brother support _fichiers
  Contains a free cluster (676267). Assuming EOF.
/Documents/Informatique/Commandes pour Terminal.odt
  Contains a free cluster (730840). Assuming EOF.
/Documents/Informatique/Commandes pour Terminal.odt
  File size is 25488 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Flash Drive Tester v1.14.desktop
  Contains a free cluster (732064). Assuming EOF.
/Documents/Informatique/Flash Drive Tester v1.14.desktop
  File size is 341 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/FlashTester.desktop
  Contains a free cluster (732700). Assuming EOF.
/Documents/Informatique/FlashTester.desktop
  File size is 276 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Linux-Ubuntu
  Contains a free cluster (676671). Assuming EOF.
/Documents/Informatique/Fr_Brothercx70pe_1.pdf
  Contains a free cluster (702151). Assuming EOF.
/Documents/Informatique/Fr_Brothercx70pe_1.pdf
  File size is 1374643 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/index.jpeg
  Contains a free cluster (677134). Assuming EOF.
/Documents/Informatique/index.jpeg
  File size is 91127 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/index.jpeg.gnome-photos
  Contains a free cluster (677252). Assuming EOF.
/Documents/Informatique/index.jpeg.gnome-photos
  File size is 1231 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/mail forum Ubuntu .odt
  Contains a free cluster (731671). Assuming EOF.
/Documents/Informatique/mail forum Ubuntu .odt
  File size is 28783 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Problèmes Clés USB 2018-05-08 .odt
  Contains a free cluster (702315). Assuming EOF.
/Documents/Informatique/Problèmes Clés USB 2018-05-08 .odt
  File size is 61696 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Mail Brother .pdf
  Contains a free cluster (683527). Assuming EOF.
/Documents/Informatique/Mail Brother .pdf
  File size is 31009 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/LI_webpage 02.desktop
  Contains a free cluster (735766). Assuming EOF.
/Documents/Informatique/LI_webpage 02.desktop
  File size is 1049842 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/Setup-wildgames!fad9ee7127b645979f84b2a63c6e5828.exe
  Contains a free cluster (899076). Assuming EOF.
/Documents/Informatique/Setup-wildgames!fad9ee7127b645979f84b2a63c6e5828.exe
  File size is 1133760 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/LI_shop.desktop
  Contains a free cluster (899943). Assuming EOF.
/Documents/Informatique/LI_shop.desktop
  File size is 191 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Informatique/LI_webpage.desktop
  Contains a free cluster (900220). Assuming EOF.
/Documents/Informatique/LI_webpage.desktop
  File size is 155 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Internet/firefox
  Contains a free cluster (680962). Assuming EOF.
/Documents/Internet/ADSL
  Contains a free cluster (683530). Assuming EOF.
/Documents/Internet/Old Firefox Data
  Contains a free cluster (683538). Assuming EOF.
/Documents/Internet/rtl8812AU
  Contains a free cluster (683562). Assuming EOF.
/Documents/Internet/Retrospective problèmes Freebox OS.odt
  Contains a free cluster (702329). Assuming EOF.
/Documents/Internet/Retrospective problèmes Freebox OS.odt
  File size is 13900 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Internet/rtl8812AU_8821AU_linux
  Contains a free cluster (702316). Assuming EOF.
/Documents/Internet/Wifichek
  Contains a free cluster (702318). Assuming EOF.
/Documents/Internet/AC1L_AC3L_Linux Manual_BrosTrend_WiFI_Adapter_v4.pdf
  Contains a free cluster (714649). Assuming EOF.
/Documents/Internet/AC1L_AC3L_Linux Manual_BrosTrend_WiFI_Adapter_v4.pdf
  File size is 86800 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Internet/Free Assistance Réclamation .odt
  Contains a free cluster (714645). Assuming EOF.
/Documents/Internet/Free Assistance Réclamation .odt
  File size is 36825 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/VHBW_retour_colis_RAKU.odt__non-Linux-generated_files.pdf
  Contains a free cluster (681094). Assuming EOF.
/Documents/PDF/VHBW_retour_colis_RAKU.odt__non-Linux-generated_files.pdf
  File size is 28997 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/Rakuten_Attestation_d_achat_.pdf__nux-generated_files.pdf
  Contains a free cluster (681163). Assuming EOF.
/Documents/PDF/Rakuten_Attestation_d_achat_.pdf__nux-generated_files.pdf
  File size is 115698 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/VHBW_retour_colis_Rakuten_.odt__Linux-generated_files.pdf
  Contains a free cluster (681227). Assuming EOF.
/Documents/PDF/VHBW_retour_colis_Rakuten_.odt__Linux-generated_files.pdf
  File size is 29073 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/facture_pdf.pl__able-job_617.pdf
  Contains a free cluster (681351). Assuming EOF.
/Documents/PDF/facture_pdf.pl__able-job_617.pdf
  File size is 1361294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/facture_pdf.pl__able-job_615.pdf
  Contains a free cluster (681490). Assuming EOF.
/Documents/PDF/facture_pdf.pl__able-job_615.pdf
  File size is 1361294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/facture_pdf.pl__able-job_609.pdf
  Contains a free cluster (681620). Assuming EOF.
/Documents/PDF/facture_pdf.pl__able-job_609.pdf
  File size is 993031 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/facture_pdf.pl__able-job_614.pdf
  Contains a free cluster (681735). Assuming EOF.
/Documents/PDF/facture_pdf.pl__able-job_614.pdf
  File size is 1361294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/PDF/facture_pdf.pl__able-job_616.pdf
  Contains a free cluster (681877). Assuming EOF.
/Documents/PDF/facture_pdf.pl__able-job_616.pdf
  File size is 1361294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/SANTÉ/Handicap
  Contains a free cluster (714755). Assuming EOF.
/Documents/SANTÉ/Docs Médicaux
  Contains a free cluster (714816). Assuming EOF.
/Documents/SANTÉ/Doc Harpagophytum .odt
  Contains a free cluster (714892). Assuming EOF.
/Documents/SANTÉ/Doc Harpagophytum .odt
  File size is 19822 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/SANTÉ/SANTÉ
  Contains a free cluster (729739). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale Vendredi A-M 01  .mp4
  Contains a free cluster (714761). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale Vendredi A-M 01  .mp4
  File size is 205078911 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Régionale Vendredi A-M 02 .mp4
  Contains a free cluster (719505). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale Vendredi A-M 02 .mp4
  File size is 239335644 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Régionale  Samedi AM 01 .mp4
  Contains a free cluster (723793). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale  Samedi AM 01 .mp4
  File size is 253730838 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Régionale Samedi AM 02 .mp4
  Contains a free cluster (727875). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale Samedi AM 02 .mp4
  File size is 196107863 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/CO-r20_F_10_r480P.mp4
  Contains a free cluster (732711). Assuming EOF.
/Documents/Théocratie 00/CO-r20_F_10_r480P.mp4
  File size is 119103007 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Réunion du week end.mp4
  Contains a free cluster (735758). Assuming EOF.
/Documents/Théocratie 00/Réunion du week end.mp4
  File size is 229494784 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/CO-r21_F_02_r480P.mp4
  Contains a free cluster (739926). Assuming EOF.
/Documents/Théocratie 00/CO-r21_F_02_r480P.mp4
  File size is 235043554 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/CO-r21_F_01_r480P.mp4
  Contains a free cluster (743640). Assuming EOF.
/Documents/Théocratie 00/CO-r21_F_01_r480P.mp4
  File size is 453546462 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/assemblée circonscription
  Contains a free cluster (750807). Assuming EOF.
/Documents/Théocratie 00/TDJ
  Contains a free cluster (771844). Assuming EOF.
/Documents/Théocratie 00/Sujet du 27 juillet 2021 .odt
  Contains a free cluster (900222). Assuming EOF.
/Documents/Théocratie 00/Sujet du 27 juillet 2021 .odt
  File size is 26957 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Soyez forts - 01 - matin.mp4
  Contains a free cluster (900223). Assuming EOF.
/Documents/Théocratie 00/Assemblée Soyez forts - 01 - matin.mp4
  File size is 2334925558 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/CO-r21_F_06_r480P.mp4
  Contains a free cluster (935852). Assuming EOF.
/Documents/Théocratie 00/CO-r21_F_06_r480P.mp4
  File size is 284847052 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/buda_vfs.img
  Contains a free cluster (940199). Assuming EOF.
/Documents/Théocratie 00/buda_vfs.img
  File size is 1128267776 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/B1xNI3wvBxW2BTR7kAnr4Qu7RfBj2GFHZ8IWkE64s0AjfoMs8Eb4K5OMpA8czkOA3hm5THJreG95lQf2NVS1_2_fle.mp4
  Contains a free cluster (957415). Assuming EOF.
/Documents/Théocratie 00/B1xNI3wvBxW2BTR7kAnr4Qu7RfBj2GFHZ8IWkE64s0AjfoMs8Eb4K5OMpA8czkOA3hm5THJreG95lQf2NVS1_2_fle.mp4
  File size is 825838011 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/CO-r20_F_09_r480P.mp4
  Contains a free cluster (970017). Assuming EOF.
/Documents/Théocratie 00/CO-r20_F_09_r480P.mp4
  File size is 495992621 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/wMqKUAXmwymhAfL4oswLAKRFv8G9updAQKwjezyCtDdUYb9am5fVsgEc5tAF2wzSeqfOwsxtataF8PWpWVS1_2_fle.mp4
  Contains a free cluster (977586). Assuming EOF.
/Documents/Théocratie 00/wMqKUAXmwymhAfL4oswLAKRFv8G9updAQKwjezyCtDdUYb9am5fVsgEc5tAF2wzSeqfOwsxtataF8PWpWVS1_2_fle.mp4
  File size is 877778699 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Soyez forts - 02 - Après midi.mp4
  Contains a free cluster (990980). Assuming EOF.
/Documents/Théocratie 00/Assemblée Soyez forts - 02 - Après midi.mp4
  File size is 2448699905 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/ses-usb-installer.log
  Contains a free cluster (1028345). Assuming EOF.
/Documents/Théocratie 00/ses-usb-installer.log
  File size is 47 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Samedi 26-10-2019.m4a
  Contains a free cluster (1028346). Assuming EOF.
/Documents/Théocratie 00/Samedi 26-10-2019.m4a
  File size is 149615242 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/samedi 02-11-2019.m4a
  Contains a free cluster (1030629). Assuming EOF.
/Documents/Théocratie 00/samedi 02-11-2019.m4a
  File size is 146011557 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Réunion Week end 23 mars 2019.mp4
  Contains a free cluster (1032857). Assuming EOF.
/Documents/Théocratie 00/Réunion Week end 23 mars 2019.mp4
  File size is 1504013997 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Réunion VCM 25 mars 2019.mp4
  Contains a free cluster (1055807). Assuming EOF.
/Documents/Théocratie 00/Réunion VCM 25 mars 2019.mp4
  File size is 1558117740 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/mardi 29 octobre 2019.m4a
  Contains a free cluster (1079582). Assuming EOF.
/Documents/Théocratie 00/mardi 29 octobre 2019.m4a
  File size is 151156924 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Daniel Bande Annonce .mp4
  Contains a free cluster (1081889). Assuming EOF.
/Documents/Théocratie 00/Daniel Bande Annonce .mp4
  File size is 3950101 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Régionale Samedi matin 02.mp4
  Contains a free cluster (1081950). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale Samedi matin 02.mp4
  File size is 161892058 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Assemblée Régionale samedi matin 01.mp4
  Contains a free cluster (1084421). Assuming EOF.
/Documents/Théocratie 00/Assemblée Régionale samedi matin 01.mp4
  File size is 204340430 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Cantiques
  Contains a free cluster (1087539). Assuming EOF.
/Documents/Théocratie 00/Sujet du 30 mai 2022 .odt
  Contains a free cluster (1087592). Assuming EOF.
/Documents/Théocratie 00/Sujet du 30 mai 2022 .odt
  File size is 21995 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Sans nom 2.odt
  Contains a free cluster (1087593). Assuming EOF.
/Documents/Théocratie 00/Sans nom 2.odt
  File size is 22556 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Sujet du 16-08-2022 .odt
  Contains a free cluster (1087594). Assuming EOF.
/Documents/Théocratie 00/Sujet du 16-08-2022 .odt
  File size is 22563 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/Documents/Théocratie 00/Enregistrements à vérifier
  Contains a free cluster (1087595). Assuming EOF.
/Documents/Théocratie 00/Docs Bibliques
  Contains a free cluster (1087596). Assuming EOF.
/Documents/Théocratie 00/System Volume Information
  Contains a free cluster (1087597). Assuming EOF.
/Documents/Théocratie 00/Android
  Contains a free cluster (1087600). Assuming EOF.
/Documents/Théocratie 00/memorial
  Contains a free cluster (1087607). Assuming EOF.
/Documents/Théocratie 00/LOST.DIR
  Contains a free cluster (1116333). Assuming EOF.
/Documents/Théocratie 00/Théocratie 02
  Contains a free cluster (1116334). Assuming EOF.
/Documents/Théocratie 00/JW Théocratie
  Contains a free cluster (1460878). Assuming EOF.
/Documents/Théocratie 00/Enfants
  Contains a free cluster (1460880). Assuming EOF.
/Documents/Théocratie 00/photos videos
  Contains a free cluster (1461138). Assuming EOF.
/Documents/Théocratie 00/2019-01-01
  Contains a free cluster (1483381). Assuming EOF.
/Documents/Théocratie 00/Théocratie
  Contains a free cluster (1484138). Assuming EOF.
/Documents/Théocratie 00/Musiques Théocratiques
  Contains a free cluster (1484149). Assuming EOF.
/Documents/Théocratie 00/Réunions
  Contains a free cluster (1484151). Assuming EOF.
/Documents/Théocratie 00/Assemblées 02
  Contains a free cluster (1535715). Assuming EOF.
/Documents/Théocratie 00/Assemblées
  Contains a free cluster (1627799). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Logement/Attestation Logement .pdf
  Contains a free cluster (234978). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Logement/Attestation Logement .pdf
  File size is 352879 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Logement/Quitance de loyer Septembre 2019 .pdf
  Contains a free cluster (234984). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Logement/Quitance de loyer Septembre 2019 .pdf
  File size is 682116 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Logement/1001 vies Habitat Déclaration locative 2019 .pdf
  Contains a free cluster (234995). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Logement/1001 vies Habitat Déclaration locative 2019 .pdf
  File size is 127979 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Împots/Impots 2019 .pdf
  Contains a free cluster (234998). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Împots/Impots 2019 .pdf
  File size is 1779886 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Împots/Taxe d'habitation  2019 .pdf
  Contains a free cluster (235026). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Împots/Taxe d'habitation  2019 .pdf
  File size is 1487034 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Mairie/guide-carte-identite.pdf
  Contains a free cluster (235050). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Mairie/guide-carte-identite.pdf
  File size is 321907 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Mairie/Document numérisé.pdf
  Contains a free cluster (235055). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Mairie/Document numérisé.pdf
  File size is 595699 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Mairie/C.I. Brigitte .pdf
  Contains a free cluster (235065). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Mairie/C.I. Brigitte .pdf
  File size is 557931 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Docs Administratifs/Mairie/Docs mairie .doc
  Contains a free cluster (235074). Assuming EOF.
/.Trash-1000/files/Docs Administratifs/Mairie/Docs mairie .doc
  File size is 558384 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Android/data/com.google.android.youtube
  Contains a free cluster (4422). Assuming EOF.
/.Trash-1000/files/Android/data/com.adups.fota
  Contains a free cluster (4424). Assuming EOF.
/.Trash-1000/files/Android/data/com.google.android.apps.nbu.files
  Contains a free cluster (4426). Assuming EOF.
/.Trash-1000/files/Android/data/com.google.android.gms
  Contains a free cluster (4428). Assuming EOF.
/.Trash-1000/files/Android/data/com.google.android.gm.lite
  Contains a free cluster (4430). Assuming EOF.
/.Trash-1000/files/Android/data/com.android.settings
  Contains a free cluster (4432). Assuming EOF.
/.Trash-1000/files/Android/data/com.google.android.apps.maps
  Contains a free cluster (4437). Assuming EOF.
/.Trash-1000/files/Android/data/com.google.android.apps.docs
  Contains a free cluster (4439). Assuming EOF.
/.Trash-1000/files/Android/media/com.whatsapp
  Contains a free cluster (4435). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Android
  Contains a free cluster (149192). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Android 01
  Contains a free cluster (149199). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Assemblées
  Contains a free cluster (153747). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Cantiques
  Contains a free cluster (161674). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/LOST.DIR
  Contains a free cluster (161727). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/memorial
  Contains a free cluster (161728). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/reunions
  Contains a free cluster (168756). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/System Volume Information
  Contains a free cluster (168757). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/System Volume Information 02
  Contains a free cluster (168760). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Vidéos
  Contains a free cluster (168763). Assuming EOF.
/.Trash-1000/files/Bureau/Théocratie ++/Théocratie 00
  Contains a free cluster (168958). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Nina Plainte Incendie .odt
  Contains a free cluster (172857). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Nina Plainte Incendie .odt
  File size is 24385 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Copie plainte.odt
  Contains a free cluster (172858). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Copie plainte.odt
  File size is 23938 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Nina Enveloppe Plainte incendie .odt
  Contains a free cluster (172859). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Nina Enveloppe Plainte incendie .odt
  File size is 10246 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Nina Réclamation MDPH Gianina .odt
  Contains a free cluster (172860). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Nina Réclamation MDPH Gianina .odt
  File size is 20328 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/La Poste A.R. du 10-12-2020
  Contains a free cluster (172861). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/La Poste A.R. du 10-12-2020
  File size is 49269 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/CV Nina .odt 01
  Contains a free cluster (172862). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/CV Nina .odt 01
  File size is 25867 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/CV Nina .odt
  Contains a free cluster (172863). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/CV Nina .odt
  File size is 655006 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/certificat médical .pdf
  Contains a free cluster (172873). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/certificat médical .pdf
  File size is 726304 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022)_fichiers
  Contains a free cluster (172885). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022).html
  Contains a free cluster (172967). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation Simple à Télécharger (Modèle 2022).html
  File size is 94917 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022)_fichiers
  Contains a free cluster (172969). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022).html
  Contains a free cluster (173073). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Lettre de Motivation pour une Candidature Spontanée (Exemple 2022).html
  File size is 102690 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Lettre de motivation .odt
  Contains a free cluster (173075). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Lettre de motivation .odt
  File size is 18059 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/CV .pdf
  Contains a free cluster (173076). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/CV .pdf
  File size is 689262 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Sans nom 1.odt
  Contains a free cluster (173087). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Sans nom 1.odt
  File size is 681156 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/NINA/Henner Réclamation .odt
  Contains a free cluster (173098). Assuming EOF.
/.Trash-1000/files/Bureau/NINA/Henner Réclamation .odt
  File size is 20184 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/.cache.mk
  Contains a free cluster (173100). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/.cache.mk
  File size is 52314 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/8812au.o
  Contains a free cluster (173101). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/8812au.o
  File size is 1780984 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/8812au.mod.o
  Contains a free cluster (173129). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/8812au.mod.o
  File size is 6664 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/8812au.ko
  Contains a free cluster (173130). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/8812au.ko
  File size is 1786272 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.mod.o.cmd
  Contains a free cluster (173158). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.mod.o.cmd
  File size is 30152 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/Kconfig
  Contains a free cluster (173159). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/Kconfig
  File size is 109 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/Makefile
  Contains a free cluster (173160). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/Makefile
  File size is 31502 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/README.md
  Contains a free cluster (173161). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/README.md
  File size is 2416 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/clean
  Contains a free cluster (173162). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/clean
  File size is 64 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/dkms.conf
  Contains a free cluster (173163). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/dkms.conf
  File size is 192 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/ifcfg-wlan0
  Contains a free cluster (173164). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/ifcfg-wlan0
  File size is 54 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/install.sh
  Contains a free cluster (173165). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/install.sh
  File size is 556 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/runwpa
  Contains a free cluster (173166). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/runwpa
  File size is 423 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/wlan0dhcp
  Contains a free cluster (173167). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/wlan0dhcp
  File size is 294 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.o.cmd
  Contains a free cluster (173168). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.o.cmd
  File size is 4208 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/modules.order
  Contains a free cluster (173169). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/modules.order
  File size is 40 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/8812au.mod.c
  Contains a free cluster (173170). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/8812au.mod.c
  File size is 3161 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.ko.cmd
  Contains a free cluster (173171). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/.8812au.ko.cmd
  File size is 241 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/rtl8812au/.git
  Contains a free cluster (173172). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/core
  Contains a free cluster (173240). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/hal
  Contains a free cluster (173343). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/include
  Contains a free cluster (173601). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/os_dep
  Contains a free cluster (173794). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/.tmp_versions
  Contains a free cluster (173839). Assuming EOF.
/.Trash-1000/files/Bureau/rtl8812au/rtl8812AU_8821AU_linux
  Contains a free cluster (173841). Assuming EOF.
/.Trash-1000/files/Bureau/Smyleys/WhatsApp Animated Gifs
  Contains a free cluster (175553). Assuming EOF.
/.Trash-1000/files/Bureau/Smyleys/Émoticones
  Contains a free cluster (175556). Assuming EOF.
/.Trash-1000/files/Bureau/Smyleys/.emoticons
  Contains a free cluster (175557). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF.html
  Contains a free cluster (175559). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF.html
  File size is 88526 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Santé/CPAM Vaccination Grippe .pdf
  Contains a free cluster (175561). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/CPAM Vaccination Grippe .pdf
  File size is 1266199 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Santé/Comment fabrique son gel hydroalcoolique - GMF_fichiers
  Contains a free cluster (175581). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/AT 22-06-1976
  Contains a free cluster (175746). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/A.T. du 22-06-1976
  Contains a free cluster (175764). Assuming EOF.
/.Trash-1000/files/Bureau/Santé/Cardiologie
  Contains a free cluster (175844). Assuming EOF.
/.Trash-1000/files/Bureau/OneDrive/.~lock.Photos Téléphone fixe .odt#
  Contains a free cluster (175864). Assuming EOF.
/.Trash-1000/files/Bureau/OneDrive/.~lock.Photos Téléphone fixe .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/OneDrive/Photos Téléphone fixe .pdf
  Contains a free cluster (175865). Assuming EOF.
/.Trash-1000/files/Bureau/OneDrive/Photos Téléphone fixe .pdf
  File size is 2285285 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/.~lock.Maître Gallion 01 .odt#
  Contains a free cluster (176004). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/.~lock.Maître Gallion 01 .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/Divers à classer
  Contains a free cluster (176005). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Médias Docs
  Contains a free cluster (176046). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Attestation d'Assurance 2022-2023  .pdf
  Contains a free cluster (176069). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Attestation d'Assurance 2022-2023  .pdf
  File size is 768402 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/Etiquettes retour .pdf
  Contains a free cluster (176081). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Etiquettes retour .pdf
  File size is 2622643 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/Air France courrier .pdf
  Contains a free cluster (176122). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Air France courrier .pdf
  File size is 16690356 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/Boursorama Docs .pdf
  Contains a free cluster (176377). Assuming EOF.
/.Trash-1000/files/Bureau/DOCS/Boursorama Docs .pdf
  File size is 7820602 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/DOCS/ExtremeFurniture Vida Meuble TV, Carcasse en Blanc Mat_Façade en Blanc Brillant + LED Multicolores avec télécommande Amazon_fichiers
  Contains a free cluster (176497). Assuming EOF.
/.Trash-1000/files/Bureau/Priscille Prédication/Territoire Priscille.pdf
  Contains a free cluster (176783). Assuming EOF.
/.Trash-1000/files/Bureau/Priscille Prédication/Territoire Priscille.pdf
  File size is 3227777 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Priscille Prédication/.~lock.Page 9 territoire de Priscilla .odt#
  Contains a free cluster (176833). Assuming EOF.
/.Trash-1000/files/Bureau/Priscille Prédication/.~lock.Page 9 territoire de Priscilla .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Priscille Prédication/Page 9 territoire de Priscilla .odt
  Contains a free cluster (176834). Assuming EOF.
/.Trash-1000/files/Bureau/Priscille Prédication/Page 9 territoire de Priscilla .odt
  File size is 22118 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Sans nom 1.odt
  Contains a free cluster (176836). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Sans nom 1.odt
  File size is 13659 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Covéa PJ mail du 12-04-2021 DOCS 01 .pdf
  Contains a free cluster (176837). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Covéa PJ mail du 12-04-2021 DOCS 01 .pdf
  File size is 212731 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Document numérisé.pdf
  Contains a free cluster (176841). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Document numérisé.pdf
  File size is 397013 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Médiateur
  Contains a free cluster (176848). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/1001 Vies Habitat
  Contains a free cluster (177019). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Assurances
  Contains a free cluster (177380). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Abby, besoin de ton aide .odt
  Contains a free cluster (177624). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Abby, besoin de ton aide .odt
  File size is 25646 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Quittances Déc.embre 2021pdf
  Contains a free cluster (177625). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Quittances Déc.embre 2021pdf
  File size is 453853 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/Quittances Décembre 2021 .pdf
  Contains a free cluster (177632). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Quittances Décembre 2021 .pdf
  File size is 455676 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Procédure GMF/GMF Messagerie
  Contains a free cluster (177639). Assuming EOF.
/.Trash-1000/files/Bureau/Procédure GMF/Appareils Détériorés
  Contains a free cluster (177702). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201612_01_r480P.mp4
  Contains a free cluster (177871). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201612_01_r480P.mp4
  File size is 34031081 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbrd_F_201505_01_r480P.mp4
  Contains a free cluster (178391). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbrd_F_201505_01_r480P.mp4
  File size is 45141096 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwb_F_201701_08_r480P.mp4
  Contains a free cluster (179080). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwb_F_201701_08_r480P.mp4
  File size is 33776969 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201608_01_r480P.mp4
  Contains a free cluster (179596). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201608_01_r480P.mp4
  File size is 26489635 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201609_01_r480P.mp4
  Contains a free cluster (180001). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201609_01_r480P.mp4
  File size is 24952986 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201610_01_r480P.mp4
  Contains a free cluster (180382). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201610_01_r480P.mp4
  File size is 32889312 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201610_02_r480P.mp4
  Contains a free cluster (180884). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201610_02_r480P.mp4
  File size is 21491606 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201611_01_r480P.mp4
  Contains a free cluster (181212). Assuming EOF.
/.Trash-1000/files/Bureau/chansons originales/jwbon_F_201611_01_r480P.mp4
  File size is 28665583 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/JW/jwbon_F_201608_01_r480P.mp4
  Contains a free cluster (181651). Assuming EOF.
/.Trash-1000/files/Bureau/JW/jwbon_F_201608_01_r480P.mp4
  File size is 26489635 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/JW/Android
  Contains a free cluster (182056). Assuming EOF.
/.Trash-1000/files/Bureau/JW/Android 01
  Contains a free cluster (182063). Assuming EOF.
/.Trash-1000/files/Bureau/JW/Assemblées
  Contains a free cluster (182064). Assuming EOF.
/.Trash-1000/files/Bureau/JW/Cantiques
  Contains a free cluster (189991). Assuming EOF.
/.Trash-1000/files/Bureau/JW/LOST.DIR
  Contains a free cluster (190044). Assuming EOF.
/.Trash-1000/files/Bureau/JW/memorial
  Contains a free cluster (190045). Assuming EOF.
/.Trash-1000/files/Bureau/JW/reunions
  Contains a free cluster (205109). Assuming EOF.
/.Trash-1000/files/Bureau/JW/System Volume Information
  Contains a free cluster (218186). Assuming EOF.
/.Trash-1000/files/Bureau/JW/System Volume Information 02
  Contains a free cluster (218189). Assuming EOF.
/.Trash-1000/files/Bureau/JW/Vidéos
  Contains a free cluster (218192). Assuming EOF.
/.Trash-1000/files/Bureau/JW/B1xNI3wvBxW2BTR7kAnr4Qu7RfBj2GFHZ8IWkE64s0AjfoMs8Eb4K5OMpA8czkOA3hm5THJreG95lQf2NVS1_2_fle.mp4
  Contains a free cluster (218387). Assuming EOF.
/.Trash-1000/files/Bureau/JW/B1xNI3wvBxW2BTR7kAnr4Qu7RfBj2GFHZ8IWkE64s0AjfoMs8Eb4K5OMpA8czkOA3hm5THJreG95lQf2NVS1_2_fle.mp4
  File size is 825838011 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/JW/Théocratie 00
  Contains a free cluster (231014). Assuming EOF.
/.Trash-1000/files/Bureau/JW/BOOTEX.LOG
  Contains a free cluster (234912). Assuming EOF.
/.Trash-1000/files/Bureau/JW/BOOTEX.LOG
  File size is 1672 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Catherine Zita/Demande logement _1001 vies habitat_.odt
  Contains a free cluster (205883). Assuming EOF.
/.Trash-1000/files/Bureau/Catherine Zita/Demande logement _1001 vies habitat_.odt
  File size is 18976 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Catherine Zita/Mail Catherine Zita Lettre baileur  .odt
  Contains a free cluster (206089). Assuming EOF.
/.Trash-1000/files/Bureau/Catherine Zita/Mail Catherine Zita Lettre baileur  .odt
  File size is 12088 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza .pdf
  Contains a free cluster (206432). Assuming EOF.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza .pdf
  File size is 1499367 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 02 .pdf
  Contains a free cluster (206541). Assuming EOF.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 02 .pdf
  File size is 233373 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 03 .pdf
  Contains a free cluster (206559). Assuming EOF.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 03 .pdf
  File size is 1537257 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 04 .pdf
  Contains a free cluster (206603). Assuming EOF.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 04 .pdf
  File size is 1532960 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 05 .pdf
  Contains a free cluster (206655). Assuming EOF.
/.Trash-1000/files/Bureau/Kenza/Docs Kenza 05 .pdf
  File size is 298525 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Smartphone à trier/Hungry
  Contains a free cluster (235085). Assuming EOF.
/.Trash-1000/files/docs-bis/Théocratie/dernieres vidéos
  Contains a free cluster (235099). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Impôts
  Contains a free cluster (236235). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/LLF
  Contains a free cluster (236812). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Livret de Famille .pdf
  Contains a free cluster (237372). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Livret de Famille .pdf
  File size is 5683149 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Administratifs/C.I. .pdf
  Contains a free cluster (237892). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/C.I. .pdf
  File size is 427681 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Administratifs/Banques
  Contains a free cluster (237992). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Cétélem Réclamation carte Conforama.odt
  Contains a free cluster (239567). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Cétélem Réclamation carte Conforama.odt
  File size is 31108 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Administratifs/Retraite Déclaration enfants .pdf
  Contains a free cluster (239679). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Retraite Déclaration enfants .pdf
  File size is 1714940 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Administratifs/Xérox Réclamation.odt
  Contains a free cluster (239837). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Administratifs/Xérox Réclamation.odt
  File size is 19621 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/Produits naturels à Fabriquer .pdf
  Contains a free cluster (236242). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Divers/Produits naturels à Fabriquer .pdf
  File size is 2232549 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/Maximo retour dossier autre cliente.odt
  Contains a free cluster (236279). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Divers/Maximo retour dossier autre cliente.odt
  File size is 20192 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/LLF Quittance 08-2017.pdf
  Contains a free cluster (236297). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Divers/LLF Quittance 08-2017.pdf
  File size is 1369037 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/Cdiscount Procédure Retour LV .pdf
  Contains a free cluster (236454). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Divers/Cdiscount Procédure Retour LV .pdf
  File size is 43139 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/Document numérisé.pdf
  Contains a free cluster (236503). Assuming EOF.
/.Trash-1000/files/docs-bis/Docs Divers/Document numérisé.pdf
  File size is 520005 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Docs Divers/Linux-Ubuntu
  Contains a free cluster (236555). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Carte Brevet .pdf
  Contains a free cluster (236310). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Carte Brevet .pdf
  File size is 265768 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Enfants/Document numérisé.pdf
  Contains a free cluster (236436). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Document numérisé.pdf
  File size is 2232549 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Enfants/chanson enfant
  Contains a free cluster (236556). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Séverina
  Contains a free cluster (240654). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Lydie
  Contains a free cluster (240736). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Priscilla
  Contains a free cluster (243344). Assuming EOF.
/.Trash-1000/files/docs-bis/Enfants/Séphora
  Contains a free cluster (243436). Assuming EOF.
/.Trash-1000/files/docs-bis/films/phiné.mp4
  Contains a free cluster (236838). Assuming EOF.
/.Trash-1000/files/docs-bis/films/phiné.mp4
  File size is 233175547 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/Loisirs/Notice 200 jeux.pdf
  Contains a free cluster (237546). Assuming EOF.
/.Trash-1000/files/docs-bis/Loisirs/Notice 200 jeux.pdf
  File size is 30602734 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/SANTÉ/S.P.I.D..pdf
  Contains a free cluster (237748). Assuming EOF.
/.Trash-1000/files/docs-bis/SANTÉ/S.P.I.D..pdf
  File size is 96661692 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/SANTÉ/Thyroïde Ordonnance août 2018  .pdf
  Contains a free cluster (243693). Assuming EOF.
/.Trash-1000/files/docs-bis/SANTÉ/Thyroïde Ordonnance août 2018  .pdf
  File size is 343031 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/SANTÉ/MDPH Dossier Médical .pdf
  Contains a free cluster (243712). Assuming EOF.
/.Trash-1000/files/docs-bis/SANTÉ/MDPH Dossier Médical .pdf
  File size is 30025063 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/docs-bis/SANTÉ/Handicap
  Contains a free cluster (246083). Assuming EOF.
/.Trash-1000/files/docs-bis/SANTÉ/Nouveau dossier
  Contains a free cluster (251280). Assuming EOF.
/.Trash-1000/files/Documents/Docs Kinzonzi/Docs Administratifs
  Contains a free cluster (247257). Assuming EOF.
/.Trash-1000/files/Documents/Docs Kinzonzi/ACDLC TDJ
  Contains a free cluster (251428). Assuming EOF.
/.Trash-1000/files/Documents/Docs Kinzonzi/Courriers
  Contains a free cluster (252606). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Dossier Complet Conforama .pdf
  Contains a free cluster (248607). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Dossier Complet Conforama .pdf
  File size is 9335 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Achats-Ventes/Asus
  Contains a free cluster (248740). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Docs Cdiscount
  Contains a free cluster (249233). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Maximo
  Contains a free cluster (249311). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Amazon
  Contains a free cluster (249359). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Asus Mail .pdf
  Contains a free cluster (249768). Assuming EOF.
/.Trash-1000/files/Documents/Achats-Ventes/Asus Mail .pdf
  File size is 45371 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Achats-Ventes/Médiateur
  Contains a free cluster (249885). Assuming EOF.
/.Trash-1000/files/Documents/Appart Rénovation/90073_2.jpg.pdf
  Contains a free cluster (248739). Assuming EOF.
/.Trash-1000/files/Documents/Appart Rénovation/90073_2.jpg.pdf
  File size is 85217 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Appart Rénovation/Couloir.odt
  Contains a free cluster (248869). Assuming EOF.
/.Trash-1000/files/Documents/Appart Rénovation/Couloir.odt
  File size is 221610 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Appart Rénovation/90073_2.jpg
  Contains a free cluster (248882). Assuming EOF.
/.Trash-1000/files/Documents/Appart Rénovation/90073_2.jpg
  File size is 83920 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/brybry 01/CARREFOUR PASS
  Contains a free cluster (249619). Assuming EOF.
/.Trash-1000/files/Documents/brybry 01/Brigitte Courriers
  Contains a free cluster (251245). Assuming EOF.
/.Trash-1000/files/Documents/brybry 01/Courriers
  Contains a free cluster (253105). Assuming EOF.
/.Trash-1000/files/Documents/brybry 01/Bureau
  Contains a free cluster (255659). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/pinterest.png
  Contains a free cluster (249757). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/pinterest.png
  File size is 1269 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/pst_19_nl_ico.png
  Contains a free cluster (249776). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/pst_19_nl_ico.png
  File size is 3172 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/twitter.png
  Contains a free cluster (249888). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/twitter.png
  File size is 1796 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa.js
  Contains a free cluster (249918). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa.js
  File size is 3626 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_002.js
  Contains a free cluster (250103). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_002.js
  File size is 895211 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_003.js
  Contains a free cluster (250253). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_003.js
  File size is 40403 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_004.js
  Contains a free cluster (250343). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_004.js
  File size is 1025 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/sdk-loader.js
  Contains a free cluster (250360). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/sdk-loader.js
  File size is 24208 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/instagram.png
  Contains a free cluster (250393). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/instagram.png
  File size is 3349 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_005.js
  Contains a free cluster (250441). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_005.js
  File size is 7835 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_006.js
  Contains a free cluster (250497). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_006.js
  File size is 21617 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_007.js
  Contains a free cluster (250652). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_007.js
  File size is 12693 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_008.js
  Contains a free cluster (250658). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_008.js
  File size is 18604 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/swc-chat-outlook.css
  Contains a free cluster (250743). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/swc-chat-outlook.css
  File size is 213947 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_009.js
  Contains a free cluster (250819). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_009.js
  File size is 1978 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/services-bundle.js
  Contains a free cluster (251072). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/services-bundle.js
  File size is 660026 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_010.js
  Contains a free cluster (251249). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_010.js
  File size is 328 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_011.js
  Contains a free cluster (251427). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_011.js
  File size is 30707 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/telemetry-bundle.js
  Contains a free cluster (251462). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/telemetry-bundle.js
  File size is 131896 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_012.js
  Contains a free cluster (251786). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_012.js
  File size is 2723 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_013.js
  Contains a free cluster (252212). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_013.js
  File size is 18890 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_014.js
  Contains a free cluster (252294). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_014.js
  File size is 52624 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_015.js
  Contains a free cluster (252412). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_015.js
  File size is 14396 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/knockout-latest.js
  Contains a free cluster (252554). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/knockout-latest.js
  File size is 60035 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/word_16x1.svg
  Contains a free cluster (252607). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/word_16x1.svg
  File size is 813 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_016.js
  Contains a free cluster (252946). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_016.js
  File size is 43449 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_017.js
  Contains a free cluster (253003). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_017.js
  File size is 21223 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_018.js
  Contains a free cluster (253107). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_018.js
  File size is 58232 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_019.js
  Contains a free cluster (253130). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_019.js
  File size is 3950 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_020.js
  Contains a free cluster (253170). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_020.js
  File size is 15707 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_021.js
  Contains a free cluster (253177). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_021.js
  File size is 75681 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_022.js
  Contains a free cluster (253229). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_022.js
  File size is 54566 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_023.js
  Contains a free cluster (253453). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_023.js
  File size is 1729 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/8efc6839894aa97a.webp
  Contains a free cluster (253523). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/8efc6839894aa97a.webp
  File size is 44657 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_024.js
  Contains a free cluster (253639). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_024.js
  File size is 20044 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_025.js
  Contains a free cluster (253779). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_025.js
  File size is 899889 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_026.js
  Contains a free cluster (254051). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_026.js
  File size is 3193 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_027.js
  Contains a free cluster (254216). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_027.js
  File size is 12132 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/f9ef547686128a2b.webp
  Contains a free cluster (254330). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/f9ef547686128a2b.webp
  File size is 228554 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_028.js
  Contains a free cluster (254417). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_028.js
  File size is 6267 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_029.js
  Contains a free cluster (254513). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_029.js
  File size is 8942 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_030.js
  Contains a free cluster (254564). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_030.js
  File size is 200815 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_031.js
  Contains a free cluster (254671). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_031.js
  File size is 45128 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/adbarmetrosprite.png
  Contains a free cluster (254729). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/adbarmetrosprite.png
  File size is 318 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_032.js
  Contains a free cluster (254734). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_032.js
  File size is 20526 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_033.js
  Contains a free cluster (254739). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_033.js
  File size is 9648 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_034.js
  Contains a free cluster (254743). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_034.js
  File size is 32255 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_035.js
  Contains a free cluster (254749). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_035.js
  File size is 128933 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_036.js
  Contains a free cluster (254762). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_036.js
  File size is 250684 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_037.js
  Contains a free cluster (255037). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_037.js
  File size is 13626 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_038.js
  Contains a free cluster (255083). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_038.js
  File size is 250243 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_039.js
  Contains a free cluster (255242). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_039.js
  File size is 1661615 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_040.js
  Contains a free cluster (255622). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_040.js
  File size is 14637 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_041.js
  Contains a free cluster (255660). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_041.js
  File size is 90187 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_042.js
  Contains a free cluster (255873). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_042.js
  File size is 450076 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_043.js
  Contains a free cluster (255926). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_043.js
  File size is 39346 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_044.js
  Contains a free cluster (256008). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_044.js
  File size is 24600 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_045.js
  Contains a free cluster (256389). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_045.js
  File size is 15762 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_046.js
  Contains a free cluster (256403). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_046.js
  File size is 8503 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_047.js
  Contains a free cluster (256482). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_047.js
  File size is 12540 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_048.js
  Contains a free cluster (256485). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_048.js
  File size is 18665 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_049.js
  Contains a free cluster (256489). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_049.js
  File size is 20762 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_050.js
  Contains a free cluster (256492). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_050.js
  File size is 1512 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_051.js
  Contains a free cluster (256493). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_051.js
  File size is 10508 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_052.js
  Contains a free cluster (256494). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_052.js
  File size is 15008 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_053.js
  Contains a free cluster (256495). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_053.js
  File size is 17900 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_054.js
  Contains a free cluster (256764). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_054.js
  File size is 187052 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_055.js
  Contains a free cluster (256800). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_055.js
  File size is 8745 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_056.js
  Contains a free cluster (256801). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_056.js
  File size is 17877 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_057.js
  Contains a free cluster (256804). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_057.js
  File size is 14673 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_058.js
  Contains a free cluster (256829). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_058.js
  File size is 347775 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_059.js
  Contains a free cluster (256921). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_059.js
  File size is 1319 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_060.js
  Contains a free cluster (257059). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_060.js
  File size is 1470993 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_061.js
  Contains a free cluster (257289). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_061.js
  File size is 9427 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_062.js
  Contains a free cluster (257460). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_062.js
  File size is 7954 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_063.js
  Contains a free cluster (257466). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_063.js
  File size is 20427 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_064.js
  Contains a free cluster (257575). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_064.js
  File size is 25906 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_065.js
  Contains a free cluster (257654). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_065.js
  File size is 9916 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_066.js
  Contains a free cluster (257660). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_066.js
  File size is 1190079 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_067.js
  Contains a free cluster (257951). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_067.js
  File size is 2098 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_068.js
  Contains a free cluster (257962). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_068.js
  File size is 27020 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_069.js
  Contains a free cluster (257965). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_069.js
  File size is 9852 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_070.js
  Contains a free cluster (257974). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_070.js
  File size is 11724 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_071.js
  Contains a free cluster (257978). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_071.js
  File size is 16705 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_072.js
  Contains a free cluster (258028). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_072.js
  File size is 10089 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_073.js
  Contains a free cluster (258309). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_073.js
  File size is 226657 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_074.js
  Contains a free cluster (258373). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_074.js
  File size is 15302 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_075.js
  Contains a free cluster (258490). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_075.js
  File size is 28157 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_076.js
  Contains a free cluster (258543). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_076.js
  File size is 81138 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_077.js
  Contains a free cluster (258568). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_077.js
  File size is 4506 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_078.js
  Contains a free cluster (258571). Assuming EOF.
/.Trash-1000/files/Documents/Courrier - Brigitte Guéguen - Outlook_fichiers/owa_078.js
  File size is 20246 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Docs Administratifs/Docs Administratifs 02
  Contains a free cluster (249856). Assuming EOF.
/.Trash-1000/files/Documents/Docs Administratifs/Impôts
  Contains a free cluster (253179). Assuming EOF.
/.Trash-1000/files/Documents/Docs Administratifs/Banques
  Contains a free cluster (258030). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/15027642.pdf
  Contains a free cluster (249864). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/15027642.pdf
  File size is 34341 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/BUL675123340.pdf
  Contains a free cluster (249892). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/BUL675123340.pdf
  File size is 14681 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/CV LYDIE auxiliaire petite enfance.pdf
  Contains a free cluster (249921). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/CV LYDIE auxiliaire petite enfance.pdf
  File size is 93822 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/Facture_Free_201803_19810152_777398503.pdf
  Contains a free cluster (249927). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/Facture_Free_201803_19810152_777398503.pdf
  File size is 26595 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/FLIX-Luggage-8064894135.pdf
  Contains a free cluster (249945). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/FLIX-Luggage-8064894135.pdf
  File size is 74580 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/FLIX-Ticket-8064894135.pdf
  Contains a free cluster (249951). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/FLIX-Ticket-8064894135.pdf
  File size is 256639 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/telereglement_CFE_20180403_175540.pdf
  Contains a free cluster (249978). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/telereglement_CFE_20180403_175540.pdf
  File size is 264272 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/WG60-WriterGuideLO-FR.pdf
  Contains a free cluster (250054). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/WG60-WriterGuideLO-FR.pdf
  File size is 13581722 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/COMPTEDEDEPOTS_01457008377_20191004.pdf
  Contains a free cluster (252001). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/COMPTEDEDEPOTS_01457008377_20191004.pdf
  File size is 73368 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/dpa-F_Fr.pdf
  Contains a free cluster (252178). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/dpa-F_Fr.pdf
  File size is 97058 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/document.pdf
  Contains a free cluster (252285). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/document.pdf
  File size is 85017 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/index.jpeg
  Contains a free cluster (252433). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/index.jpeg
  File size is 169523 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/mwb_F_202005.epub
  Contains a free cluster (252613). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/mwb_F_202005.epub
  File size is 2748270 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/Docs Smartphone à trier
  Contains a free cluster (252995). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/Quittance Loyer Mai 2018 .pdf
  Contains a free cluster (253153). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/Quittance Loyer Mai 2018 .pdf
  File size is 681639 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/Ddf.pdf
  Contains a free cluster (253458). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/Ddf.pdf
  File size is 343031 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/desktop.ini
  Contains a free cluster (253529). Assuming EOF.
/.Trash-1000/files/Documents/docs-bis/desktop.ini
  File size is 322 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/docs-bis/films
  Contains a free cluster (253638). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Photo diplôme .jpn
  Contains a free cluster (251156). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Photo diplôme .jpn
  File size is 1425236 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Séphora
  Contains a free cluster (251417). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/pysycache
  Contains a free cluster (251997). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/LYDIE
  Contains a free cluster (252005). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/SÉVERINA
  Contains a free cluster (255375). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Sonia Docs Administratifs .pdf
  Contains a free cluster (255485). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Sonia Docs Administratifs .pdf
  File size is 4752724 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Mail Abby.odt
  Contains a free cluster (256402). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Mail Abby.odt
  File size is 26310 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Réussite Bac .odt
  Contains a free cluster (256480). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Réussite Bac .odt
  File size is 38084 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Carte Bac .odt
  Contains a free cluster (256760). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Carte Bac .odt
  File size is 64498 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Carte bac Félicitations .odt
  Contains a free cluster (256771). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Carte bac Félicitations .odt
  File size is 182091 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Réussite Bac 02 .odt
  Contains a free cluster (256830). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Réussite Bac 02 .odt
  File size is 3142 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Carte Bac .xcf
  Contains a free cluster (256918). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Carte Bac .xcf
  File size is 288767 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Carte bac Félicitations .pdf
  Contains a free cluster (257126). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Carte bac Félicitations .pdf
  File size is 151111 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Réussite bac 03 .odt.odg
  Contains a free cluster (257145). Assuming EOF.
/.Trash-1000/files/Documents/Enfants/Réussite bac 03 .odt.odg
  File size is 15631 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Enfants/Docs Loisirs Enfants
  Contains a free cluster (257147). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur Prélèvement 06-11-2015 .pdf
  Contains a free cluster (251282). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur Prélèvement 06-11-2015 .pdf
  File size is 1642669 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Filiassur Année 2015 .odt
  Contains a free cluster (251769). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur Année 2015 .odt
  File size is 956929 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Filiassur Prélèvement 06-11-2015.odg
  Contains a free cluster (252213). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur Prélèvement 06-11-2015.odg
  File size is 1796043 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Pièce jointe 01.pdf
  Contains a free cluster (252431). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Pièce jointe 01.pdf
  File size is 3166956 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Filiassur 2015 .html
  Contains a free cluster (252947). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur 2015 .html
  File size is 3166868 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Filiassur 2015.odt
  Contains a free cluster (253450). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Filiassur 2015.odt
  File size is 3102159 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Docs Filiassur 2015 .doc
  Contains a free cluster (254053). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Docs Filiassur 2015 .doc
  File size is 432850 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Filiassur/Prélèvements Filliassur
  Contains a free cluster (254215). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Courriers
  Contains a free cluster (254763). Assuming EOF.
/.Trash-1000/files/Documents/Filiassur/Docs Bancaires
  Contains a free cluster (256400). Assuming EOF.
/.Trash-1000/files/Documents/FREE/Free Assistance Réclamation .odt
  Contains a free cluster (258689). Assuming EOF.
/.Trash-1000/files/Documents/FREE/Free Assistance Réclamation .odt
  File size is 41395 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/FREE/LaPoste Free AR du 29-12-2019 .pdf
  Contains a free cluster (258690). Assuming EOF.
/.Trash-1000/files/Documents/FREE/LaPoste Free AR du 29-12-2019 .pdf
  File size is 48023 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/FREE/FREEBOX Mail du 11 janvier 2019..odt
  Contains a free cluster (258691). Assuming EOF.
/.Trash-1000/files/Documents/FREE/FREEBOX Mail du 11 janvier 2019..odt
  File size is 27707 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/FREE/free
  Contains a free cluster (258692). Assuming EOF.
/.Trash-1000/files/Documents/G.M.F/IMG_20220328_205634.jpg.pdf
  Contains a free cluster (258695). Assuming EOF.
/.Trash-1000/files/Documents/G.M.F/IMG_20220328_205634.jpg.pdf
  File size is 3947361 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/G.M.F/Incendie criminel du 26-12-2019
  Contains a free cluster (258756). Assuming EOF.
/.Trash-1000/files/Documents/G.M.F/Tribunal
  Contains a free cluster (259478). Assuming EOF.
/.Trash-1000/files/Documents/G.M.F/G.M.F
  Contains a free cluster (260306). Assuming EOF.
/.Trash-1000/files/Documents/HISTOIRE/free.pdf
  Contains a free cluster (259034). Assuming EOF.
/.Trash-1000/files/Documents/HISTOIRE/free.pdf
  File size is 824594 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/HISTOIRE/free 02 .pdf
  Contains a free cluster (259051). Assuming EOF.
/.Trash-1000/files/Documents/HISTOIRE/free 02 .pdf
  File size is 481450 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/HISTOIRE/free 03 .pdf
  Contains a free cluster (259069). Assuming EOF.
/.Trash-1000/files/Documents/HISTOIRE/free 03 .pdf
  File size is 432973 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/HISTOIRE/Articles
  Contains a free cluster (259593). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Forum Ubuntu Problèmes USB.odt
  Contains a free cluster (259067). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Forum Ubuntu Problèmes USB.odt
  File size is 23378 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Mail Danew .odt
  Contains a free cluster (259073). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Mail Danew .odt
  File size is 7769 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés.odt
  Contains a free cluster (259083). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés.odt
  File size is 76175 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés USB 2018-05-08.odg
  Contains a free cluster (259090). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés USB 2018-05-08.odg
  File size is 75100 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/.~lock.Mail Danew .odt#
  Contains a free cluster (259093). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/.~lock.Mail Danew .odt#
  File size is 81 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Brother support _fichiers
  Contains a free cluster (259094). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Brother support .html
  Contains a free cluster (259359). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Brother support .html
  File size is 2129980 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Brother Panne imprimante support sav .pdf
  Contains a free cluster (259392). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Brother Panne imprimante support sav .pdf
  File size is 30773 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Mail Brother .pdf
  Contains a free cluster (259393). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Mail Brother .pdf
  File size is 31009 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Fr_Brothercx70pe_1.pdf
  Contains a free cluster (259394). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Fr_Brothercx70pe_1.pdf
  File size is 1374643 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés USB 2018-05-08 .odt
  Contains a free cluster (259415). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Problèmes Clés USB 2018-05-08 .odt
  File size is 61696 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Linux-Ubuntu
  Contains a free cluster (259416). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Commandes pour Terminal.odt
  Contains a free cluster (259424). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Commandes pour Terminal.odt
  File size is 25488 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/mail forum Ubuntu .odt
  Contains a free cluster (259425). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/mail forum Ubuntu .odt
  File size is 28783 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/Flash Drive Tester v1.14.desktop
  Contains a free cluster (259426). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/Flash Drive Tester v1.14.desktop
  File size is 341 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/FlashTester.desktop
  Contains a free cluster (259427). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/FlashTester.desktop
  File size is 276 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/LI_webpage 02.desktop
  Contains a free cluster (259428). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/LI_webpage 02.desktop
  File size is 1049842 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/LI_shop.desktop
  Contains a free cluster (259445). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/LI_shop.desktop
  File size is 191 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/LI_webpage.desktop
  Contains a free cluster (259446). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/LI_webpage.desktop
  File size is 155 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/index.jpeg.gnome-photos
  Contains a free cluster (259447). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/index.jpeg.gnome-photos
  File size is 1231 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Informatique/index.jpeg
  Contains a free cluster (259448). Assuming EOF.
/.Trash-1000/files/Documents/Informatique/index.jpeg
  File size is 91127 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/Documents/Internet/firefox
  Contains a free cluster (260223). Assuming EOF.
/.Trash-1000/files/LOST.DIR/257985
  Contains a free cluster (257985). Assuming EOF.
/.Trash-1000/files/LOST.DIR/257985
  File size is 6160384 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/258316
  Contains a free cluster (258316). Assuming EOF.
/.Trash-1000/files/LOST.DIR/258316
  File size is 2949120 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/258377
  Contains a free cluster (258377). Assuming EOF.
/.Trash-1000/files/LOST.DIR/258377
  File size is 2424832 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/258496
  Contains a free cluster (258496). Assuming EOF.
/.Trash-1000/files/LOST.DIR/258496
  File size is 1441792 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/258550
  Contains a free cluster (258550). Assuming EOF.
/.Trash-1000/files/LOST.DIR/258550
  File size is 983040 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/258618
  Contains a free cluster (258618). Assuming EOF.
/.Trash-1000/files/LOST.DIR/258618
  File size is 524288 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198080
  Contains a free cluster (1198080). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198080
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198081
  Contains a free cluster (1198081). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198081
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198084
  Contains a free cluster (1198084). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198084
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198085
  Contains a free cluster (1198085). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198085
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198086
  Contains a free cluster (1198086). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198086
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198087
  Contains a free cluster (1198087). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198087
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198088
  Contains a free cluster (1198088). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198088
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198089
  Contains a free cluster (1198089). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198089
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198090
  Contains a free cluster (1198090). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198090
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198091
  Contains a free cluster (1198091). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198091
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198092
  Contains a free cluster (1198092). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198092
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198093
  Contains a free cluster (1198093). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198093
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198094
  Contains a free cluster (1198094). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198094
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198095
  Contains a free cluster (1198095). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198095
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198096
  Contains a free cluster (1198096). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198096
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198097
  Contains a free cluster (1198097). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198097
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198098
  Contains a free cluster (1198098). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198098
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198099
  Contains a free cluster (1198099). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198099
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198100
  Contains a free cluster (1198100). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198100
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198101
  Contains a free cluster (1198101). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198101
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198102
  Contains a free cluster (1198102). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198102
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198103
  Contains a free cluster (1198103). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198103
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198104
  Contains a free cluster (1198104). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198104
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198105
  Contains a free cluster (1198105). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198105
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198106
  Contains a free cluster (1198106). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198106
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198107
  Contains a free cluster (1198107). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198107
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198108
  Contains a free cluster (1198108). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198108
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198109
  Contains a free cluster (1198109). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198109
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198110
  Contains a free cluster (1198110). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198110
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198111
  Contains a free cluster (1198111). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198111
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198112
  Contains a free cluster (1198112). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198112
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198113
  Contains a free cluster (1198113). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198113
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198114
  Contains a free cluster (1198114). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198114
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198115
  Contains a free cluster (1198115). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198115
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198116
  Contains a free cluster (1198116). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198116
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198117
  Contains a free cluster (1198117). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198117
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198119
  Contains a free cluster (1198119). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198119
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198120
  Contains a free cluster (1198120). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198120
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198121
  Contains a free cluster (1198121). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198121
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198122
  Contains a free cluster (1198122). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198122
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198123
  Contains a free cluster (1198123). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198123
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198124
  Contains a free cluster (1198124). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198124
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198125
  Contains a free cluster (1198125). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198125
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198126
  Contains a free cluster (1198126). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198126
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198127
  Contains a free cluster (1198127). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198127
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198128
  Contains a free cluster (1198128). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198128
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198129
  Contains a free cluster (1198129). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198129
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198130
  Contains a free cluster (1198130). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198130
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198132
  Contains a free cluster (1198132). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198132
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198133
  Contains a free cluster (1198133). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198133
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198134
  Contains a free cluster (1198134). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198134
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198135
  Contains a free cluster (1198135). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198135
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198136
  Contains a free cluster (1198136). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198136
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198137
  Contains a free cluster (1198137). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198137
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198138
  Contains a free cluster (1198138). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198138
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198139
  Contains a free cluster (1198139). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198139
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198140
  Contains a free cluster (1198140). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198140
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198141
  Contains a free cluster (1198141). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198141
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198144
  Contains a free cluster (1198144). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198144
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198145
  Contains a free cluster (1198145). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198145
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198146
  Contains a free cluster (1198146). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198146
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198147
  Contains a free cluster (1198147). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198147
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198148
  Contains a free cluster (1198148). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198148
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198149
  Contains a free cluster (1198149). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198149
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198150
  Contains a free cluster (1198150). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198150
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198151
  Contains a free cluster (1198151). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198151
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198152
  Contains a free cluster (1198152). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198152
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198153
  Contains a free cluster (1198153). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198153
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198154
  Contains a free cluster (1198154). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198154
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198155
  Contains a free cluster (1198155). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198155
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198156
  Contains a free cluster (1198156). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198156
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198158
  Contains a free cluster (1198158). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198158
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198159
  Contains a free cluster (1198159). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198159
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198160
  Contains a free cluster (1198160). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198160
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198162
  Contains a free cluster (1198162). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198162
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198163
  Contains a free cluster (1198163). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198163
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198164
  Contains a free cluster (1198164). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198164
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198165
  Contains a free cluster (1198165). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198165
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198167
  Contains a free cluster (1198167). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198167
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198168
  Contains a free cluster (1198168). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198168
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198169
  Contains a free cluster (1198169). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198169
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198170
  Contains a free cluster (1198170). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198170
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198171
  Contains a free cluster (1198171). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198171
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198172
  Contains a free cluster (1198172). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198172
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198173
  Contains a free cluster (1198173). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198173
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198174
  Contains a free cluster (1198174). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198174
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198175
  Contains a free cluster (1198175). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198175
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198176
  Contains a free cluster (1198176). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198176
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198178
  Contains a free cluster (1198178). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198178
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198179
  Contains a free cluster (1198179). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198179
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198182
  Contains a free cluster (1198182). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198182
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198183
  Contains a free cluster (1198183). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198183
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198184
  Contains a free cluster (1198184). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198184
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198185
  Contains a free cluster (1198185). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198185
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198186
  Contains a free cluster (1198186). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198186
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198187
  Contains a free cluster (1198187). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198187
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198188
  Contains a free cluster (1198188). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198188
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198189
  Contains a free cluster (1198189). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198189
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198190
  Contains a free cluster (1198190). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198190
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198191
  Contains a free cluster (1198191). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198191
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198192
  Contains a free cluster (1198192). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198192
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198193
  Contains a free cluster (1198193). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198193
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198195
  Contains a free cluster (1198195). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198195
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198197
  Contains a free cluster (1198197). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198197
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198198
  Contains a free cluster (1198198). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198198
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198199
  Contains a free cluster (1198199). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198199
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198200
  Contains a free cluster (1198200). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198200
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198201
  Contains a free cluster (1198201). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198201
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198202
  Contains a free cluster (1198202). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198202
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198203
  Contains a free cluster (1198203). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198203
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198204
  Contains a free cluster (1198204). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198204
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198205
  Contains a free cluster (1198205). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198205
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198207
  Contains a free cluster (1198207). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198207
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198209
  Contains a free cluster (1198209). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198209
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198210
  Contains a free cluster (1198210). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198210
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198212
  Contains a free cluster (1198212). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198212
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198213
  Contains a free cluster (1198213). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198213
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198214
  Contains a free cluster (1198214). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198214
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198215
  Contains a free cluster (1198215). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198215
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198216
  Contains a free cluster (1198216). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198216
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198217
  Contains a free cluster (1198217). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198217
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198218
  Contains a free cluster (1198218). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198218
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198219
  Contains a free cluster (1198219). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198219
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198221
  Contains a free cluster (1198221). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198221
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198222
  Contains a free cluster (1198222). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198222
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198223
  Contains a free cluster (1198223). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198223
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198225
  Contains a free cluster (1198225). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198225
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198226
  Contains a free cluster (1198226). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198226
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198227
  Contains a free cluster (1198227). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198227
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198228
  Contains a free cluster (1198228). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198228
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198229
  Contains a free cluster (1198229). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198229
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198230
  Contains a free cluster (1198230). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198230
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198231
  Contains a free cluster (1198231). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198231
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198232
  Contains a free cluster (1198232). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198232
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198234
  Contains a free cluster (1198234). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198234
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198235
  Contains a free cluster (1198235). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198235
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198236
  Contains a free cluster (1198236). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198236
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198238
  Contains a free cluster (1198238). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198238
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198239
  Contains a free cluster (1198239). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198239
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198240
  Contains a free cluster (1198240). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198240
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198241
  Contains a free cluster (1198241). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198241
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198242
  Contains a free cluster (1198242). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198242
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198243
  Contains a free cluster (1198243). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198243
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198244
  Contains a free cluster (1198244). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198244
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198246
  Contains a free cluster (1198246). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198246
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198247
  Contains a free cluster (1198247). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198247
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198248
  Contains a free cluster (1198248). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198248
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198249
  Contains a free cluster (1198249). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198249
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198250
  Contains a free cluster (1198250). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198250
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198251
  Contains a free cluster (1198251). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198251
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198252
  Contains a free cluster (1198252). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198252
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198253
  Contains a free cluster (1198253). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198253
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198254
  Contains a free cluster (1198254). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198254
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198255
  Contains a free cluster (1198255). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198255
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198256
  Contains a free cluster (1198256). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198256
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198257
  Contains a free cluster (1198257). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198257
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198258
  Contains a free cluster (1198258). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198258
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198260
  Contains a free cluster (1198260). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198260
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198261
  Contains a free cluster (1198261). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198261
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198262
  Contains a free cluster (1198262). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198262
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198263
  Contains a free cluster (1198263). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198263
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198264
  Contains a free cluster (1198264). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198264
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198265
  Contains a free cluster (1198265). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198265
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198266
  Contains a free cluster (1198266). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198266
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198267
  Contains a free cluster (1198267). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198267
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198268
  Contains a free cluster (1198268). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198268
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198269
  Contains a free cluster (1198269). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198269
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198270
  Contains a free cluster (1198270). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198270
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198271
  Contains a free cluster (1198271). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198271
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198272
  Contains a free cluster (1198272). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198272
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198273
  Contains a free cluster (1198273). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198273
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198274
  Contains a free cluster (1198274). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198274
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198276
  Contains a free cluster (1198276). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198276
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198277
  Contains a free cluster (1198277). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198277
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198278
  Contains a free cluster (1198278). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198278
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198279
  Contains a free cluster (1198279). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198279
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198280
  Contains a free cluster (1198280). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198280
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198281
  Contains a free cluster (1198281). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198281
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198283
  Contains a free cluster (1198283). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198283
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198284
  Contains a free cluster (1198284). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198284
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198285
  Contains a free cluster (1198285). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198285
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198286
  Contains a free cluster (1198286). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198286
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198288
  Contains a free cluster (1198288). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198288
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198289
  Contains a free cluster (1198289). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198289
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198290
  Contains a free cluster (1198290). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198290
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198291
  Contains a free cluster (1198291). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198291
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198292
  Contains a free cluster (1198292). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198292
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198293
  Contains a free cluster (1198293). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198293
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198294
  Contains a free cluster (1198294). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198294
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198295
  Contains a free cluster (1198295). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198295
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198296
  Contains a free cluster (1198296). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198296
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198297
  Contains a free cluster (1198297). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198297
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198298
  Contains a free cluster (1198298). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198298
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198299
  Contains a free cluster (1198299). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198299
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198300
  Contains a free cluster (1198300). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198300
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198301
  Contains a free cluster (1198301). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198301
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198302
  Contains a free cluster (1198302). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198302
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198304
  Contains a free cluster (1198304). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198304
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198305
  Contains a free cluster (1198305). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198305
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198306
  Contains a free cluster (1198306). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198306
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198307
  Contains a free cluster (1198307). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198307
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198308
  Contains a free cluster (1198308). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198308
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198309
  Contains a free cluster (1198309). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198309
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198310
  Contains a free cluster (1198310). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198310
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198311
  Contains a free cluster (1198311). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198311
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198312
  Contains a free cluster (1198312). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198312
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198313
  Contains a free cluster (1198313). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198313
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198314
  Contains a free cluster (1198314). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198314
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198315
  Contains a free cluster (1198315). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198315
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198316
  Contains a free cluster (1198316). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198316
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198317
  Contains a free cluster (1198317). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198317
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198318
  Contains a free cluster (1198318). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198318
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198319
  Contains a free cluster (1198319). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198319
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198320
  Contains a free cluster (1198320). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198320
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198321
  Contains a free cluster (1198321). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198321
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198322
  Contains a free cluster (1198322). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198322
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198323
  Contains a free cluster (1198323). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198323
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198324
  Contains a free cluster (1198324). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198324
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198325
  Contains a free cluster (1198325). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198325
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198326
  Contains a free cluster (1198326). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198326
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198328
  Contains a free cluster (1198328). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198328
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198329
  Contains a free cluster (1198329). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198329
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198330
  Contains a free cluster (1198330). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198330
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198331
  Contains a free cluster (1198331). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198331
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198333
  Contains a free cluster (1198333). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198333
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198335
  Contains a free cluster (1198335). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198335
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198848
  Contains a free cluster (1198848). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198848
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198849
  Contains a free cluster (1198849). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198849
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198852
  Contains a free cluster (1198852). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198852
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198853
  Contains a free cluster (1198853). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198853
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198854
  Contains a free cluster (1198854). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198854
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198855
  Contains a free cluster (1198855). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198855
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198856
  Contains a free cluster (1198856). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198856
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198857
  Contains a free cluster (1198857). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198857
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198858
  Contains a free cluster (1198858). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198858
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198859
  Contains a free cluster (1198859). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198859
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198860
  Contains a free cluster (1198860). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198860
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198861
  Contains a free cluster (1198861). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198861
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198862
  Contains a free cluster (1198862). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198862
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198863
  Contains a free cluster (1198863). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198863
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198864
  Contains a free cluster (1198864). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198864
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198865
  Contains a free cluster (1198865). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198865
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198866
  Contains a free cluster (1198866). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198866
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198867
  Contains a free cluster (1198867). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198867
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198868
  Contains a free cluster (1198868). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198868
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198869
  Contains a free cluster (1198869). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198869
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198870
  Contains a free cluster (1198870). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198870
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198871
  Contains a free cluster (1198871). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198871
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198872
  Contains a free cluster (1198872). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198872
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198873
  Contains a free cluster (1198873). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198873
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198874
  Contains a free cluster (1198874). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198874
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198875
  Contains a free cluster (1198875). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198875
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198876
  Contains a free cluster (1198876). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198876
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198877
  Contains a free cluster (1198877). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198877
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198878
  Contains a free cluster (1198878). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198878
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198879
  Contains a free cluster (1198879). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198879
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198880
  Contains a free cluster (1198880). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198880
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198881
  Contains a free cluster (1198881). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198881
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198882
  Contains a free cluster (1198882). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198882
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198883
  Contains a free cluster (1198883). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198883
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198884
  Contains a free cluster (1198884). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198884
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198885
  Contains a free cluster (1198885). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198885
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198887
  Contains a free cluster (1198887). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198887
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198888
  Contains a free cluster (1198888). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198888
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198889
  Contains a free cluster (1198889). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198889
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198890
  Contains a free cluster (1198890). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198890
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198891
  Contains a free cluster (1198891). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198891
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198892
  Contains a free cluster (1198892). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198892
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198893
  Contains a free cluster (1198893). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198893
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198894
  Contains a free cluster (1198894). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198894
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198895
  Contains a free cluster (1198895). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198895
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198896
  Contains a free cluster (1198896). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198896
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198897
  Contains a free cluster (1198897). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198897
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198898
  Contains a free cluster (1198898). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198898
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198900
  Contains a free cluster (1198900). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198900
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198901
  Contains a free cluster (1198901). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198901
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198902
  Contains a free cluster (1198902). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198902
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198903
  Contains a free cluster (1198903). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198903
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198904
  Contains a free cluster (1198904). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198904
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198905
  Contains a free cluster (1198905). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198905
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198906
  Contains a free cluster (1198906). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198906
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198907
  Contains a free cluster (1198907). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198907
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198908
  Contains a free cluster (1198908). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198908
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198909
  Contains a free cluster (1198909). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198909
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198912
  Contains a free cluster (1198912). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198912
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198913
  Contains a free cluster (1198913). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198913
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198914
  Contains a free cluster (1198914). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198914
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198915
  Contains a free cluster (1198915). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198915
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198916
  Contains a free cluster (1198916). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198916
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198917
  Contains a free cluster (1198917). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198917
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198918
  Contains a free cluster (1198918). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198918
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198919
  Contains a free cluster (1198919). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198919
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198920
  Contains a free cluster (1198920). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198920
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198921
  Contains a free cluster (1198921). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198921
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198922
  Contains a free cluster (1198922). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198922
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198923
  Contains a free cluster (1198923). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198923
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198924
  Contains a free cluster (1198924). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198924
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198926
  Contains a free cluster (1198926). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198926
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198927
  Contains a free cluster (1198927). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198927
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198928
  Contains a free cluster (1198928). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198928
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198930
  Contains a free cluster (1198930). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198930
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198931
  Contains a free cluster (1198931). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198931
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198932
  Contains a free cluster (1198932). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198932
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198933
  Contains a free cluster (1198933). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198933
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198935
  Contains a free cluster (1198935). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198935
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198936
  Contains a free cluster (1198936). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198936
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198937
  Contains a free cluster (1198937). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198937
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198938
  Contains a free cluster (1198938). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198938
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198939
  Contains a free cluster (1198939). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198939
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198940
  Contains a free cluster (1198940). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198940
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198941
  Contains a free cluster (1198941). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198941
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198942
  Contains a free cluster (1198942). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198942
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198943
  Contains a free cluster (1198943). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198943
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198944
  Contains a free cluster (1198944). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198944
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198946
  Contains a free cluster (1198946). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198946
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198947
  Contains a free cluster (1198947). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198947
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198950
  Contains a free cluster (1198950). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198950
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198951
  Contains a free cluster (1198951). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198951
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198952
  Contains a free cluster (1198952). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198952
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198953
  Contains a free cluster (1198953). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198953
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198954
  Contains a free cluster (1198954). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198954
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198955
  Contains a free cluster (1198955). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198955
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198956
  Contains a free cluster (1198956). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198956
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198957
  Contains a free cluster (1198957). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198957
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198958
  Contains a free cluster (1198958). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198958
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198959
  Contains a free cluster (1198959). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198959
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198960
  Contains a free cluster (1198960). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198960
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198961
  Contains a free cluster (1198961). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198961
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198963
  Contains a free cluster (1198963). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198963
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198965
  Contains a free cluster (1198965). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198965
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198966
  Contains a free cluster (1198966). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198966
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198967
  Contains a free cluster (1198967). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198967
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198968
  Contains a free cluster (1198968). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198968
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198969
  Contains a free cluster (1198969). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198969
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198970
  Contains a free cluster (1198970). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198970
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198971
  Contains a free cluster (1198971). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198971
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198972
  Contains a free cluster (1198972). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198972
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198973
  Contains a free cluster (1198973). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198973
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198975
  Contains a free cluster (1198975). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198975
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198977
  Contains a free cluster (1198977). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198977
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198978
  Contains a free cluster (1198978). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198978
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198980
  Contains a free cluster (1198980). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198980
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198981
  Contains a free cluster (1198981). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198981
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198982
  Contains a free cluster (1198982). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198982
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198983
  Contains a free cluster (1198983). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198983
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198984
  Contains a free cluster (1198984). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198984
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198985
  Contains a free cluster (1198985). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198985
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198986
  Contains a free cluster (1198986). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198986
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198987
  Contains a free cluster (1198987). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198987
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198989
  Contains a free cluster (1198989). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198989
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198990
  Contains a free cluster (1198990). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198990
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198991
  Contains a free cluster (1198991). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198991
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198993
  Contains a free cluster (1198993). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198993
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198994
  Contains a free cluster (1198994). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198994
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198995
  Contains a free cluster (1198995). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198995
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198996
  Contains a free cluster (1198996). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198996
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198997
  Contains a free cluster (1198997). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198997
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198998
  Contains a free cluster (1198998). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198998
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1198999
  Contains a free cluster (1198999). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1198999
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199000
  Contains a free cluster (1199000). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199000
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199002
  Contains a free cluster (1199002). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199002
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199003
  Contains a free cluster (1199003). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199003
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199004
  Contains a free cluster (1199004). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199004
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199006
  Contains a free cluster (1199006). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199006
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199007
  Contains a free cluster (1199007). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199007
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199008
  Contains a free cluster (1199008). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199008
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199009
  Contains a free cluster (1199009). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199009
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199010
  Contains a free cluster (1199010). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199010
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199011
  Contains a free cluster (1199011). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199011
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199012
  Contains a free cluster (1199012). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199012
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199014
  Contains a free cluster (1199014). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199014
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199015
  Contains a free cluster (1199015). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199015
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199016
  Contains a free cluster (1199016). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199016
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199017
  Contains a free cluster (1199017). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199017
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199018
  Contains a free cluster (1199018). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199018
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199019
  Contains a free cluster (1199019). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199019
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199020
  Contains a free cluster (1199020). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199020
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199021
  Contains a free cluster (1199021). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199021
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199022
  Contains a free cluster (1199022). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199022
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199023
  Contains a free cluster (1199023). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199023
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199024
  Contains a free cluster (1199024). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199024
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199025
  Contains a free cluster (1199025). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199025
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199026
  Contains a free cluster (1199026). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199026
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199028
  Contains a free cluster (1199028). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199028
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199029
  Contains a free cluster (1199029). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199029
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199030
  Contains a free cluster (1199030). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199030
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199031
  Contains a free cluster (1199031). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199031
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199032
  Contains a free cluster (1199032). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199032
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199033
  Contains a free cluster (1199033). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199033
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199034
  Contains a free cluster (1199034). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199034
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199035
  Contains a free cluster (1199035). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199035
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199036
  Contains a free cluster (1199036). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199036
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199037
  Contains a free cluster (1199037). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199037
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199038
  Contains a free cluster (1199038). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199038
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199039
  Contains a free cluster (1199039). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199039
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199040
  Contains a free cluster (1199040). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199040
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199041
  Contains a free cluster (1199041). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199041
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199042
  Contains a free cluster (1199042). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199042
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199044
  Contains a free cluster (1199044). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199044
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199045
  Contains a free cluster (1199045). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199045
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199046
  Contains a free cluster (1199046). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199046
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199047
  Contains a free cluster (1199047). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199047
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199048
  Contains a free cluster (1199048). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199048
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199049
  Contains a free cluster (1199049). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199049
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199051
  Contains a free cluster (1199051). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199051
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199052
  Contains a free cluster (1199052). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199052
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199053
  Contains a free cluster (1199053). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199053
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199054
  Contains a free cluster (1199054). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199054
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199056
  Contains a free cluster (1199056). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199056
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199057
  Contains a free cluster (1199057). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199057
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199058
  Contains a free cluster (1199058). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199058
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199059
  Contains a free cluster (1199059). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199059
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199060
  Contains a free cluster (1199060). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199060
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199061
  Contains a free cluster (1199061). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199061
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199062
  Contains a free cluster (1199062). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199062
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199063
  Contains a free cluster (1199063). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199063
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199064
  Contains a free cluster (1199064). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199064
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199065
  Contains a free cluster (1199065). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199065
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199066
  Contains a free cluster (1199066). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199066
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199067
  Contains a free cluster (1199067). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199067
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199068
  Contains a free cluster (1199068). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199068
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199069
  Contains a free cluster (1199069). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199069
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199070
  Contains a free cluster (1199070). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199070
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199072
  Contains a free cluster (1199072). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199072
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199073
  Contains a free cluster (1199073). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199073
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199074
  Contains a free cluster (1199074). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199074
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199075
  Contains a free cluster (1199075). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199075
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199076
  Contains a free cluster (1199076). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199076
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199077
  Contains a free cluster (1199077). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199077
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199078
  Contains a free cluster (1199078). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199078
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199079
  Contains a free cluster (1199079). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199079
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199080
  Contains a free cluster (1199080). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199080
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199081
  Contains a free cluster (1199081). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199081
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199082
  Contains a free cluster (1199082). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199082
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199083
  Contains a free cluster (1199083). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199083
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199084
  Contains a free cluster (1199084). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199084
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199085
  Contains a free cluster (1199085). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199085
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199086
  Contains a free cluster (1199086). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199086
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199087
  Contains a free cluster (1199087). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199087
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199088
  Contains a free cluster (1199088). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199088
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199089
  Contains a free cluster (1199089). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199089
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199090
  Contains a free cluster (1199090). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199090
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199091
  Contains a free cluster (1199091). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199091
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199092
  Contains a free cluster (1199092). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199092
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199093
  Contains a free cluster (1199093). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199093
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199094
  Contains a free cluster (1199094). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199094
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199096
  Contains a free cluster (1199096). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199096
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199097
  Contains a free cluster (1199097). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199097
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199098
  Contains a free cluster (1199098). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199098
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199099
  Contains a free cluster (1199099). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199099
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199101
  Contains a free cluster (1199101). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199101
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199103
  Contains a free cluster (1199103). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199103
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199616
  Contains a free cluster (1199616). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199616
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199617
  Contains a free cluster (1199617). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199617
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199620
  Contains a free cluster (1199620). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199620
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199621
  Contains a free cluster (1199621). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199621
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199622
  Contains a free cluster (1199622). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199622
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199623
  Contains a free cluster (1199623). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199623
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199624
  Contains a free cluster (1199624). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199624
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199625
  Contains a free cluster (1199625). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199625
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199626
  Contains a free cluster (1199626). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199626
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199627
  Contains a free cluster (1199627). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199627
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199628
  Contains a free cluster (1199628). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199628
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199629
  Contains a free cluster (1199629). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199629
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199630
  Contains a free cluster (1199630). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199630
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199631
  Contains a free cluster (1199631). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199631
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199632
  Contains a free cluster (1199632). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199632
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199633
  Contains a free cluster (1199633). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199633
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199634
  Contains a free cluster (1199634). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199634
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199635
  Contains a free cluster (1199635). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199635
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199636
  Contains a free cluster (1199636). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199636
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199637
  Contains a free cluster (1199637). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199637
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199638
  Contains a free cluster (1199638). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199638
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199639
  Contains a free cluster (1199639). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199639
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199640
  Contains a free cluster (1199640). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199640
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199641
  Contains a free cluster (1199641). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199641
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199642
  Contains a free cluster (1199642). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199642
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199643
  Contains a free cluster (1199643). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199643
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199644
  Contains a free cluster (1199644). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199644
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199645
  Contains a free cluster (1199645). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199645
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199646
  Contains a free cluster (1199646). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199646
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199647
  Contains a free cluster (1199647). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199647
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199648
  Contains a free cluster (1199648). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199648
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199649
  Contains a free cluster (1199649). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199649
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199650
  Contains a free cluster (1199650). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199650
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199651
  Contains a free cluster (1199651). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199651
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199652
  Contains a free cluster (1199652). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199652
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199653
  Contains a free cluster (1199653). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199653
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199655
  Contains a free cluster (1199655). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199655
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199656
  Contains a free cluster (1199656). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199656
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199657
  Contains a free cluster (1199657). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199657
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199658
  Contains a free cluster (1199658). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199658
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199659
  Contains a free cluster (1199659). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199659
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199660
  Contains a free cluster (1199660). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199660
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199661
  Contains a free cluster (1199661). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199661
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199662
  Contains a free cluster (1199662). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199662
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199663
  Contains a free cluster (1199663). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199663
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199664
  Contains a free cluster (1199664). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199664
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199665
  Contains a free cluster (1199665). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199665
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199666
  Contains a free cluster (1199666). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199666
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199668
  Contains a free cluster (1199668). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199668
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199669
  Contains a free cluster (1199669). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199669
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199670
  Contains a free cluster (1199670). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199670
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199671
  Contains a free cluster (1199671). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199671
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199672
  Contains a free cluster (1199672). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199672
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199673
  Contains a free cluster (1199673). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199673
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199674
  Contains a free cluster (1199674). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199674
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199675
  Contains a free cluster (1199675). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199675
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199676
  Contains a free cluster (1199676). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199676
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199677
  Contains a free cluster (1199677). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199677
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199680
  Contains a free cluster (1199680). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199680
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199681
  Contains a free cluster (1199681). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199681
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199682
  Contains a free cluster (1199682). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199682
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199683
  Contains a free cluster (1199683). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199683
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199684
  Contains a free cluster (1199684). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199684
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199685
  Contains a free cluster (1199685). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199685
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199686
  Contains a free cluster (1199686). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199686
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199687
  Contains a free cluster (1199687). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199687
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199688
  Contains a free cluster (1199688). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199688
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199689
  Contains a free cluster (1199689). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199689
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199690
  Contains a free cluster (1199690). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199690
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199691
  Contains a free cluster (1199691). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199691
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199692
  Contains a free cluster (1199692). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199692
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199694
  Contains a free cluster (1199694). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199694
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199695
  Contains a free cluster (1199695). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199695
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199696
  Contains a free cluster (1199696). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199696
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199698
  Contains a free cluster (1199698). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199698
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199699
  Contains a free cluster (1199699). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199699
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199700
  Contains a free cluster (1199700). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199700
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199701
  Contains a free cluster (1199701). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199701
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199703
  Contains a free cluster (1199703). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199703
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199704
  Contains a free cluster (1199704). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199704
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199705
  Contains a free cluster (1199705). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199705
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199706
  Contains a free cluster (1199706). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199706
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199707
  Contains a free cluster (1199707). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199707
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199708
  Contains a free cluster (1199708). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199708
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199709
  Contains a free cluster (1199709). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199709
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199710
  Contains a free cluster (1199710). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199710
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199711
  Contains a free cluster (1199711). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199711
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199712
  Contains a free cluster (1199712). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199712
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199714
  Contains a free cluster (1199714). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199714
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199715
  Contains a free cluster (1199715). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199715
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199718
  Contains a free cluster (1199718). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199718
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199719
  Contains a free cluster (1199719). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199719
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199720
  Contains a free cluster (1199720). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199720
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199721
  Contains a free cluster (1199721). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199721
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199722
  Contains a free cluster (1199722). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199722
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199723
  Contains a free cluster (1199723). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199723
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199724
  Contains a free cluster (1199724). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199724
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199725
  Contains a free cluster (1199725). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199725
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199726
  Contains a free cluster (1199726). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199726
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199727
  Contains a free cluster (1199727). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199727
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199728
  Contains a free cluster (1199728). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199728
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199729
  Contains a free cluster (1199729). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199729
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199731
  Contains a free cluster (1199731). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199731
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199733
  Contains a free cluster (1199733). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199733
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199734
  Contains a free cluster (1199734). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199734
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199735
  Contains a free cluster (1199735). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199735
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199736
  Contains a free cluster (1199736). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199736
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199737
  Contains a free cluster (1199737). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199737
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199738
  Contains a free cluster (1199738). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199738
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199739
  Contains a free cluster (1199739). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199739
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199740
  Contains a free cluster (1199740). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199740
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199741
  Contains a free cluster (1199741). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199741
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199743
  Contains a free cluster (1199743). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199743
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199745
  Contains a free cluster (1199745). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199745
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199746
  Contains a free cluster (1199746). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199746
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199748
  Contains a free cluster (1199748). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199748
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199749
  Contains a free cluster (1199749). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199749
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199750
  Contains a free cluster (1199750). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199750
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199751
  Contains a free cluster (1199751). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199751
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199752
  Contains a free cluster (1199752). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199752
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199753
  Contains a free cluster (1199753). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199753
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199754
  Contains a free cluster (1199754). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199754
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199755
  Contains a free cluster (1199755). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199755
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199757
  Contains a free cluster (1199757). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199757
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199758
  Contains a free cluster (1199758). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199758
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199759
  Contains a free cluster (1199759). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199759
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199761
  Contains a free cluster (1199761). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199761
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199762
  Contains a free cluster (1199762). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199762
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199763
  Contains a free cluster (1199763). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199763
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199764
  Contains a free cluster (1199764). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199764
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199765
  Contains a free cluster (1199765). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199765
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199766
  Contains a free cluster (1199766). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199766
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199767
  Contains a free cluster (1199767). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199767
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199768
  Contains a free cluster (1199768). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199768
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199770
  Contains a free cluster (1199770). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199770
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199771
  Contains a free cluster (1199771). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199771
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199772
  Contains a free cluster (1199772). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199772
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199774
  Contains a free cluster (1199774). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199774
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199775
  Contains a free cluster (1199775). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199775
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199776
  Contains a free cluster (1199776). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199776
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199777
  Contains a free cluster (1199777). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199777
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199778
  Contains a free cluster (1199778). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199778
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199779
  Contains a free cluster (1199779). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199779
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199780
  Contains a free cluster (1199780). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199780
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199782
  Contains a free cluster (1199782). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199782
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199783
  Contains a free cluster (1199783). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199783
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199784
  Contains a free cluster (1199784). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199784
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199785
  Contains a free cluster (1199785). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199785
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199786
  Contains a free cluster (1199786). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199786
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199787
  Contains a free cluster (1199787). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199787
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199788
  Contains a free cluster (1199788). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199788
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199789
  Contains a free cluster (1199789). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199789
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199790
  Contains a free cluster (1199790). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199790
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199791
  Contains a free cluster (1199791). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199791
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199792
  Contains a free cluster (1199792). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199792
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199793
  Contains a free cluster (1199793). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199793
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199794
  Contains a free cluster (1199794). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199794
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199796
  Contains a free cluster (1199796). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199796
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199797
  Contains a free cluster (1199797). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199797
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199798
  Contains a free cluster (1199798). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199798
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199799
  Contains a free cluster (1199799). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199799
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199800
  Contains a free cluster (1199800). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199800
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199801
  Contains a free cluster (1199801). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199801
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199802
  Contains a free cluster (1199802). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199802
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199803
  Contains a free cluster (1199803). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199803
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199804
  Contains a free cluster (1199804). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199804
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199805
  Contains a free cluster (1199805). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199805
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199806
  Contains a free cluster (1199806). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199806
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199807
  Contains a free cluster (1199807). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199807
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199808
  Contains a free cluster (1199808). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199808
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199809
  Contains a free cluster (1199809). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199809
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199810
  Contains a free cluster (1199810). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199810
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199812
  Contains a free cluster (1199812). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199812
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199813
  Contains a free cluster (1199813). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199813
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199814
  Contains a free cluster (1199814). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199814
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199815
  Contains a free cluster (1199815). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199815
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199816
  Contains a free cluster (1199816). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199816
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199817
  Contains a free cluster (1199817). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199817
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199819
  Contains a free cluster (1199819). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199819
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199820
  Contains a free cluster (1199820). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199820
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199821
  Contains a free cluster (1199821). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199821
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199822
  Contains a free cluster (1199822). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199822
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199824
  Contains a free cluster (1199824). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199824
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199825
  Contains a free cluster (1199825). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199825
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199826
  Contains a free cluster (1199826). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199826
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199827
  Contains a free cluster (1199827). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199827
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199828
  Contains a free cluster (1199828). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199828
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199829
  Contains a free cluster (1199829). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199829
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199830
  Contains a free cluster (1199830). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199830
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199831
  Contains a free cluster (1199831). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199831
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199832
  Contains a free cluster (1199832). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199832
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199833
  Contains a free cluster (1199833). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199833
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199834
  Contains a free cluster (1199834). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199834
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199835
  Contains a free cluster (1199835). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199835
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199836
  Contains a free cluster (1199836). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199836
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199837
  Contains a free cluster (1199837). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199837
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199838
  Contains a free cluster (1199838). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199838
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199840
  Contains a free cluster (1199840). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199840
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199841
  Contains a free cluster (1199841). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199841
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199842
  Contains a free cluster (1199842). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199842
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199843
  Contains a free cluster (1199843). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199843
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199844
  Contains a free cluster (1199844). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199844
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199845
  Contains a free cluster (1199845). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199845
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199846
  Contains a free cluster (1199846). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199846
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199847
  Contains a free cluster (1199847). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199847
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199848
  Contains a free cluster (1199848). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199848
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199849
  Contains a free cluster (1199849). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199849
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199850
  Contains a free cluster (1199850). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199850
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199851
  Contains a free cluster (1199851). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199851
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199852
  Contains a free cluster (1199852). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199852
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199853
  Contains a free cluster (1199853). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199853
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199854
  Contains a free cluster (1199854). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199854
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199855
  Contains a free cluster (1199855). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199855
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199856
  Contains a free cluster (1199856). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199856
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199857
  Contains a free cluster (1199857). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199857
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199858
  Contains a free cluster (1199858). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199858
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199859
  Contains a free cluster (1199859). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199859
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199860
  Contains a free cluster (1199860). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199860
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199861
  Contains a free cluster (1199861). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199861
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199862
  Contains a free cluster (1199862). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199862
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199864
  Contains a free cluster (1199864). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199864
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199865
  Contains a free cluster (1199865). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199865
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199866
  Contains a free cluster (1199866). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199866
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199867
  Contains a free cluster (1199867). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199867
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199869
  Contains a free cluster (1199869). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199869
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1199871
  Contains a free cluster (1199871). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1199871
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200384
  Contains a free cluster (1200384). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200384
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200385
  Contains a free cluster (1200385). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200385
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200388
  Contains a free cluster (1200388). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200388
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200389
  Contains a free cluster (1200389). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200389
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200390
  Contains a free cluster (1200390). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200390
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200391
  Contains a free cluster (1200391). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200391
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200392
  Contains a free cluster (1200392). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200392
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200393
  Contains a free cluster (1200393). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200393
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200394
  Contains a free cluster (1200394). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200394
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200395
  Contains a free cluster (1200395). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200395
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200396
  Contains a free cluster (1200396). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200396
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200397
  Contains a free cluster (1200397). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200397
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200398
  Contains a free cluster (1200398). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200398
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200399
  Contains a free cluster (1200399). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200399
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200400
  Contains a free cluster (1200400). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200400
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200401
  Contains a free cluster (1200401). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200401
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200402
  Contains a free cluster (1200402). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200402
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200403
  Contains a free cluster (1200403). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200403
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200404
  Contains a free cluster (1200404). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200404
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200405
  Contains a free cluster (1200405). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200405
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200406
  Contains a free cluster (1200406). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200406
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200407
  Contains a free cluster (1200407). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200407
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200408
  Contains a free cluster (1200408). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200408
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200409
  Contains a free cluster (1200409). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200409
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200410
  Contains a free cluster (1200410). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200410
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200411
  Contains a free cluster (1200411). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200411
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200412
  Contains a free cluster (1200412). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200412
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200413
  Contains a free cluster (1200413). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200413
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200414
  Contains a free cluster (1200414). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200414
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200415
  Contains a free cluster (1200415). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200415
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200416
  Contains a free cluster (1200416). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200416
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200417
  Contains a free cluster (1200417). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200417
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200418
  Contains a free cluster (1200418). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200418
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200419
  Contains a free cluster (1200419). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200419
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200420
  Contains a free cluster (1200420). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200420
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200421
  Contains a free cluster (1200421). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200421
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200423
  Contains a free cluster (1200423). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200423
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200424
  Contains a free cluster (1200424). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200424
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200425
  Contains a free cluster (1200425). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200425
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200426
  Contains a free cluster (1200426). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200426
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200427
  Contains a free cluster (1200427). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200427
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200428
  Contains a free cluster (1200428). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200428
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200429
  Contains a free cluster (1200429). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200429
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200430
  Contains a free cluster (1200430). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200430
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200431
  Contains a free cluster (1200431). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200431
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200432
  Contains a free cluster (1200432). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200432
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200433
  Contains a free cluster (1200433). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200433
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200434
  Contains a free cluster (1200434). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200434
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200436
  Contains a free cluster (1200436). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200436
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200437
  Contains a free cluster (1200437). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200437
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200438
  Contains a free cluster (1200438). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200438
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200439
  Contains a free cluster (1200439). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200439
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200440
  Contains a free cluster (1200440). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200440
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200441
  Contains a free cluster (1200441). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200441
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200442
  Contains a free cluster (1200442). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200442
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200443
  Contains a free cluster (1200443). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200443
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200444
  Contains a free cluster (1200444). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200444
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200445
  Contains a free cluster (1200445). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200445
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200448
  Contains a free cluster (1200448). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200448
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200449
  Contains a free cluster (1200449). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200449
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200450
  Contains a free cluster (1200450). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200450
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200451
  Contains a free cluster (1200451). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200451
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200452
  Contains a free cluster (1200452). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200452
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200453
  Contains a free cluster (1200453). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200453
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200454
  Contains a free cluster (1200454). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200454
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200455
  Contains a free cluster (1200455). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200455
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200456
  Contains a free cluster (1200456). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200456
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200457
  Contains a free cluster (1200457). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200457
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200458
  Contains a free cluster (1200458). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200458
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200459
  Contains a free cluster (1200459). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200459
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200460
  Contains a free cluster (1200460). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200460
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200462
  Contains a free cluster (1200462). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200462
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200463
  Contains a free cluster (1200463). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200463
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200464
  Contains a free cluster (1200464). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200464
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200466
  Contains a free cluster (1200466). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200466
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200467
  Contains a free cluster (1200467). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200467
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200468
  Contains a free cluster (1200468). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200468
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200469
  Contains a free cluster (1200469). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200469
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200471
  Contains a free cluster (1200471). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200471
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200472
  Contains a free cluster (1200472). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200472
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200473
  Contains a free cluster (1200473). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200473
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200474
  Contains a free cluster (1200474). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200474
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200475
  Contains a free cluster (1200475). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200475
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200476
  Contains a free cluster (1200476). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200476
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200477
  Contains a free cluster (1200477). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200477
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200478
  Contains a free cluster (1200478). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200478
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200479
  Contains a free cluster (1200479). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200479
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200480
  Contains a free cluster (1200480). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200480
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200482
  Contains a free cluster (1200482). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200482
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200483
  Contains a free cluster (1200483). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200483
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200486
  Contains a free cluster (1200486). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200486
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200487
  Contains a free cluster (1200487). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200487
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200488
  Contains a free cluster (1200488). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200488
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200489
  Contains a free cluster (1200489). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200489
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200490
  Contains a free cluster (1200490). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200490
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200491
  Contains a free cluster (1200491). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200491
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200492
  Contains a free cluster (1200492). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200492
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200493
  Contains a free cluster (1200493). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200493
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200494
  Contains a free cluster (1200494). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200494
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200495
  Contains a free cluster (1200495). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200495
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200496
  Contains a free cluster (1200496). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200496
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200497
  Contains a free cluster (1200497). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200497
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200499
  Contains a free cluster (1200499). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200499
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200501
  Contains a free cluster (1200501). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200501
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200502
  Contains a free cluster (1200502). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200502
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200503
  Contains a free cluster (1200503). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200503
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200504
  Contains a free cluster (1200504). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200504
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200505
  Contains a free cluster (1200505). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200505
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200506
  Contains a free cluster (1200506). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200506
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200507
  Contains a free cluster (1200507). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200507
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200508
  Contains a free cluster (1200508). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200508
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200509
  Contains a free cluster (1200509). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200509
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200511
  Contains a free cluster (1200511). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200511
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200513
  Contains a free cluster (1200513). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200513
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200514
  Contains a free cluster (1200514). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200514
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200516
  Contains a free cluster (1200516). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200516
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200517
  Contains a free cluster (1200517). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200517
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200518
  Contains a free cluster (1200518). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200518
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200519
  Contains a free cluster (1200519). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200519
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200520
  Contains a free cluster (1200520). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200520
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200521
  Contains a free cluster (1200521). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200521
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200522
  Contains a free cluster (1200522). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200522
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200523
  Contains a free cluster (1200523). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200523
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200525
  Contains a free cluster (1200525). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200525
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200526
  Contains a free cluster (1200526). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200526
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200527
  Contains a free cluster (1200527). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200527
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200529
  Contains a free cluster (1200529). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200529
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200530
  Contains a free cluster (1200530). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200530
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200531
  Contains a free cluster (1200531). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200531
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200532
  Contains a free cluster (1200532). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200532
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200533
  Contains a free cluster (1200533). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200533
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200534
  Contains a free cluster (1200534). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200534
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200535
  Contains a free cluster (1200535). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200535
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200536
  Contains a free cluster (1200536). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200536
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200538
  Contains a free cluster (1200538). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200538
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200539
  Contains a free cluster (1200539). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200539
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200540
  Contains a free cluster (1200540). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200540
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200542
  Contains a free cluster (1200542). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200542
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200543
  Contains a free cluster (1200543). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200543
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200544
  Contains a free cluster (1200544). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200544
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200545
  Contains a free cluster (1200545). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200545
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200546
  Contains a free cluster (1200546). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200546
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200547
  Contains a free cluster (1200547). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200547
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200548
  Contains a free cluster (1200548). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200548
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200550
  Contains a free cluster (1200550). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200550
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200551
  Contains a free cluster (1200551). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200551
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200552
  Contains a free cluster (1200552). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200552
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200553
  Contains a free cluster (1200553). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200553
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200554
  Contains a free cluster (1200554). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200554
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200555
  Contains a free cluster (1200555). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200555
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200556
  Contains a free cluster (1200556). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200556
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200557
  Contains a free cluster (1200557). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200557
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200558
  Contains a free cluster (1200558). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200558
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200559
  Contains a free cluster (1200559). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200559
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200560
  Contains a free cluster (1200560). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200560
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200561
  Contains a free cluster (1200561). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200561
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200562
  Contains a free cluster (1200562). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200562
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200564
  Contains a free cluster (1200564). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200564
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200565
  Contains a free cluster (1200565). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200565
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200566
  Contains a free cluster (1200566). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200566
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200567
  Contains a free cluster (1200567). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200567
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200568
  Contains a free cluster (1200568). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200568
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200569
  Contains a free cluster (1200569). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200569
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200570
  Contains a free cluster (1200570). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200570
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200571
  Contains a free cluster (1200571). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200571
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200572
  Contains a free cluster (1200572). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200572
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200573
  Contains a free cluster (1200573). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200573
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200574
  Contains a free cluster (1200574). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200574
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200575
  Contains a free cluster (1200575). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200575
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200576
  Contains a free cluster (1200576). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200576
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200577
  Contains a free cluster (1200577). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200577
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200578
  Contains a free cluster (1200578). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200578
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200580
  Contains a free cluster (1200580). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200580
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200581
  Contains a free cluster (1200581). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200581
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200582
  Contains a free cluster (1200582). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200582
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200583
  Contains a free cluster (1200583). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200583
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200584
  Contains a free cluster (1200584). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200584
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200585
  Contains a free cluster (1200585). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200585
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200587
  Contains a free cluster (1200587). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200587
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200588
  Contains a free cluster (1200588). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200588
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200589
  Contains a free cluster (1200589). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200589
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200590
  Contains a free cluster (1200590). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200590
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200592
  Contains a free cluster (1200592). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200592
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200593
  Contains a free cluster (1200593). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200593
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200594
  Contains a free cluster (1200594). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200594
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200595
  Contains a free cluster (1200595). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200595
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200596
  Contains a free cluster (1200596). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200596
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200597
  Contains a free cluster (1200597). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200597
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200598
  Contains a free cluster (1200598). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200598
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200599
  Contains a free cluster (1200599). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200599
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200600
  Contains a free cluster (1200600). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200600
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200601
  Contains a free cluster (1200601). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200601
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200602
  Contains a free cluster (1200602). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200602
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200603
  Contains a free cluster (1200603). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200603
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200604
  Contains a free cluster (1200604). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200604
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200605
  Contains a free cluster (1200605). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200605
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200606
  Contains a free cluster (1200606). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200606
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200608
  Contains a free cluster (1200608). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200608
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200609
  Contains a free cluster (1200609). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200609
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200610
  Contains a free cluster (1200610). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200610
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200611
  Contains a free cluster (1200611). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200611
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200612
  Contains a free cluster (1200612). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200612
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200613
  Contains a free cluster (1200613). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200613
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200614
  Contains a free cluster (1200614). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200614
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200615
  Contains a free cluster (1200615). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200615
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200616
  Contains a free cluster (1200616). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200616
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200617
  Contains a free cluster (1200617). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200617
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200618
  Contains a free cluster (1200618). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200618
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200619
  Contains a free cluster (1200619). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200619
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200620
  Contains a free cluster (1200620). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200620
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200621
  Contains a free cluster (1200621). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200621
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200622
  Contains a free cluster (1200622). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200622
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200623
  Contains a free cluster (1200623). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200623
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200624
  Contains a free cluster (1200624). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200624
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200625
  Contains a free cluster (1200625). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200625
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200626
  Contains a free cluster (1200626). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200626
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200627
  Contains a free cluster (1200627). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200627
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200628
  Contains a free cluster (1200628). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200628
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200629
  Contains a free cluster (1200629). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200629
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200630
  Contains a free cluster (1200630). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200630
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200632
  Contains a free cluster (1200632). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200632
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200633
  Contains a free cluster (1200633). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200633
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200634
  Contains a free cluster (1200634). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200634
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200635
  Contains a free cluster (1200635). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200635
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200637
  Contains a free cluster (1200637). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200637
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1200639
  Contains a free cluster (1200639). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1200639
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201152
  Contains a free cluster (1201152). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201152
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201153
  Contains a free cluster (1201153). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201153
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201156
  Contains a free cluster (1201156). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201156
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201157
  Contains a free cluster (1201157). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201157
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201158
  Contains a free cluster (1201158). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201158
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201159
  Contains a free cluster (1201159). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201159
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201160
  Contains a free cluster (1201160). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201160
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201161
  Contains a free cluster (1201161). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201161
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201162
  Contains a free cluster (1201162). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201162
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201163
  Contains a free cluster (1201163). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201163
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201164
  Contains a free cluster (1201164). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201164
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201165
  Contains a free cluster (1201165). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201165
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201166
  Contains a free cluster (1201166). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201166
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201167
  Contains a free cluster (1201167). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201167
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201168
  Contains a free cluster (1201168). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201168
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201169
  Contains a free cluster (1201169). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201169
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201170
  Contains a free cluster (1201170). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201170
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201171
  Contains a free cluster (1201171). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201171
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201172
  Contains a free cluster (1201172). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201172
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201173
  Contains a free cluster (1201173). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201173
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201174
  Contains a free cluster (1201174). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201174
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201175
  Contains a free cluster (1201175). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201175
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201176
  Contains a free cluster (1201176). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201176
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201177
  Contains a free cluster (1201177). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201177
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201178
  Contains a free cluster (1201178). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201178
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201179
  Contains a free cluster (1201179). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201179
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201180
  Contains a free cluster (1201180). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201180
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201181
  Contains a free cluster (1201181). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201181
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201182
  Contains a free cluster (1201182). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201182
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201183
  Contains a free cluster (1201183). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201183
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201184
  Contains a free cluster (1201184). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201184
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201185
  Contains a free cluster (1201185). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201185
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201186
  Contains a free cluster (1201186). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201186
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201187
  Contains a free cluster (1201187). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201187
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201188
  Contains a free cluster (1201188). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201188
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201189
  Contains a free cluster (1201189). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201189
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201191
  Contains a free cluster (1201191). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201191
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201192
  Contains a free cluster (1201192). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201192
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201193
  Contains a free cluster (1201193). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201193
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201194
  Contains a free cluster (1201194). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201194
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201195
  Contains a free cluster (1201195). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201195
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201196
  Contains a free cluster (1201196). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201196
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201197
  Contains a free cluster (1201197). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201197
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201198
  Contains a free cluster (1201198). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201198
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201199
  Contains a free cluster (1201199). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201199
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201200
  Contains a free cluster (1201200). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201200
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201201
  Contains a free cluster (1201201). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201201
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201202
  Contains a free cluster (1201202). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201202
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201204
  Contains a free cluster (1201204). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201204
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201205
  Contains a free cluster (1201205). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201205
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201206
  Contains a free cluster (1201206). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201206
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201207
  Contains a free cluster (1201207). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201207
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201208
  Contains a free cluster (1201208). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201208
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201209
  Contains a free cluster (1201209). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201209
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201210
  Contains a free cluster (1201210). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201210
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201211
  Contains a free cluster (1201211). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201211
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201212
  Contains a free cluster (1201212). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201212
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201213
  Contains a free cluster (1201213). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201213
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201216
  Contains a free cluster (1201216). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201216
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201217
  Contains a free cluster (1201217). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201217
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201218
  Contains a free cluster (1201218). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201218
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201219
  Contains a free cluster (1201219). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201219
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201220
  Contains a free cluster (1201220). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201220
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201221
  Contains a free cluster (1201221). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201221
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201222
  Contains a free cluster (1201222). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201222
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201223
  Contains a free cluster (1201223). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201223
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201224
  Contains a free cluster (1201224). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201224
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201225
  Contains a free cluster (1201225). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201225
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201226
  Contains a free cluster (1201226). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201226
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201227
  Contains a free cluster (1201227). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201227
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201228
  Contains a free cluster (1201228). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201228
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201230
  Contains a free cluster (1201230). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201230
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201231
  Contains a free cluster (1201231). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201231
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201232
  Contains a free cluster (1201232). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201232
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201234
  Contains a free cluster (1201234). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201234
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201235
  Contains a free cluster (1201235). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201235
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201236
  Contains a free cluster (1201236). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201236
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201237
  Contains a free cluster (1201237). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201237
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201239
  Contains a free cluster (1201239). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201239
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201240
  Contains a free cluster (1201240). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201240
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201241
  Contains a free cluster (1201241). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201241
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201242
  Contains a free cluster (1201242). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201242
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201243
  Contains a free cluster (1201243). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201243
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201244
  Contains a free cluster (1201244). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201244
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201245
  Contains a free cluster (1201245). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201245
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201246
  Contains a free cluster (1201246). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201246
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201247
  Contains a free cluster (1201247). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201247
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201248
  Contains a free cluster (1201248). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201248
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201250
  Contains a free cluster (1201250). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201250
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201251
  Contains a free cluster (1201251). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201251
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201254
  Contains a free cluster (1201254). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201254
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201255
  Contains a free cluster (1201255). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201255
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201256
  Contains a free cluster (1201256). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201256
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201257
  Contains a free cluster (1201257). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201257
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201258
  Contains a free cluster (1201258). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201258
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201259
  Contains a free cluster (1201259). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201259
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201260
  Contains a free cluster (1201260). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201260
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201261
  Contains a free cluster (1201261). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201261
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201262
  Contains a free cluster (1201262). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201262
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201263
  Contains a free cluster (1201263). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201263
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201264
  Contains a free cluster (1201264). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201264
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201265
  Contains a free cluster (1201265). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201265
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201267
  Contains a free cluster (1201267). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201267
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201269
  Contains a free cluster (1201269). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201269
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201270
  Contains a free cluster (1201270). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201270
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201271
  Contains a free cluster (1201271). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201271
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201272
  Contains a free cluster (1201272). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201272
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201273
  Contains a free cluster (1201273). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201273
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201274
  Contains a free cluster (1201274). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201274
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201275
  Contains a free cluster (1201275). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201275
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201276
  Contains a free cluster (1201276). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201276
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201277
  Contains a free cluster (1201277). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201277
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201279
  Contains a free cluster (1201279). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201279
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201281
  Contains a free cluster (1201281). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201281
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201282
  Contains a free cluster (1201282). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201282
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201284
  Contains a free cluster (1201284). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201284
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201285
  Contains a free cluster (1201285). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201285
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201286
  Contains a free cluster (1201286). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201286
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201287
  Contains a free cluster (1201287). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201287
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201288
  Contains a free cluster (1201288). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201288
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201289
  Contains a free cluster (1201289). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201289
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201290
  Contains a free cluster (1201290). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201290
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201291
  Contains a free cluster (1201291). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201291
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201293
  Contains a free cluster (1201293). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201293
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201294
  Contains a free cluster (1201294). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201294
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201295
  Contains a free cluster (1201295). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201295
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201297
  Contains a free cluster (1201297). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201297
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201298
  Contains a free cluster (1201298). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201298
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201299
  Contains a free cluster (1201299). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201299
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201300
  Contains a free cluster (1201300). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201300
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201301
  Contains a free cluster (1201301). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201301
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201302
  Contains a free cluster (1201302). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201302
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201303
  Contains a free cluster (1201303). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201303
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201304
  Contains a free cluster (1201304). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201304
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201306
  Contains a free cluster (1201306). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201306
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201307
  Contains a free cluster (1201307). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201307
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201308
  Contains a free cluster (1201308). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201308
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201310
  Contains a free cluster (1201310). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201310
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201311
  Contains a free cluster (1201311). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201311
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201312
  Contains a free cluster (1201312). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201312
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201313
  Contains a free cluster (1201313). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201313
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201314
  Contains a free cluster (1201314). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201314
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201315
  Contains a free cluster (1201315). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201315
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201316
  Contains a free cluster (1201316). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201316
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201318
  Contains a free cluster (1201318). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201318
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201319
  Contains a free cluster (1201319). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201319
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201320
  Contains a free cluster (1201320). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201320
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201321
  Contains a free cluster (1201321). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201321
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201322
  Contains a free cluster (1201322). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201322
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201323
  Contains a free cluster (1201323). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201323
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201324
  Contains a free cluster (1201324). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201324
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201325
  Contains a free cluster (1201325). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201325
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201326
  Contains a free cluster (1201326). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201326
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201327
  Contains a free cluster (1201327). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201327
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201328
  Contains a free cluster (1201328). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201328
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201329
  Contains a free cluster (1201329). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201329
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201330
  Contains a free cluster (1201330). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201330
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201332
  Contains a free cluster (1201332). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201332
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201333
  Contains a free cluster (1201333). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201333
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201334
  Contains a free cluster (1201334). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201334
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201335
  Contains a free cluster (1201335). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201335
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201336
  Contains a free cluster (1201336). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201336
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201337
  Contains a free cluster (1201337). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201337
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201338
  Contains a free cluster (1201338). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201338
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201339
  Contains a free cluster (1201339). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201339
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201340
  Contains a free cluster (1201340). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201340
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201341
  Contains a free cluster (1201341). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201341
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201342
  Contains a free cluster (1201342). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201342
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201343
  Contains a free cluster (1201343). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201343
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201344
  Contains a free cluster (1201344). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201344
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201345
  Contains a free cluster (1201345). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201345
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201346
  Contains a free cluster (1201346). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201346
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201348
  Contains a free cluster (1201348). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201348
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201349
  Contains a free cluster (1201349). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201349
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201350
  Contains a free cluster (1201350). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201350
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201351
  Contains a free cluster (1201351). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201351
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201352
  Contains a free cluster (1201352). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201352
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201353
  Contains a free cluster (1201353). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201353
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201355
  Contains a free cluster (1201355). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201355
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201356
  Contains a free cluster (1201356). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201356
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201357
  Contains a free cluster (1201357). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201357
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201358
  Contains a free cluster (1201358). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201358
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201360
  Contains a free cluster (1201360). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201360
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201361
  Contains a free cluster (1201361). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201361
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201362
  Contains a free cluster (1201362). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201362
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201363
  Contains a free cluster (1201363). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201363
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201364
  Contains a free cluster (1201364). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201364
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201365
  Contains a free cluster (1201365). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201365
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201366
  Contains a free cluster (1201366). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201366
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201367
  Contains a free cluster (1201367). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201367
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201368
  Contains a free cluster (1201368). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201368
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201369
  Contains a free cluster (1201369). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201369
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201370
  Contains a free cluster (1201370). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201370
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201371
  Contains a free cluster (1201371). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201371
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201372
  Contains a free cluster (1201372). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201372
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201373
  Contains a free cluster (1201373). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201373
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201374
  Contains a free cluster (1201374). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201374
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201376
  Contains a free cluster (1201376). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201376
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201377
  Contains a free cluster (1201377). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201377
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201378
  Contains a free cluster (1201378). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201378
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201379
  Contains a free cluster (1201379). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201379
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201380
  Contains a free cluster (1201380). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201380
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201381
  Contains a free cluster (1201381). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201381
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201382
  Contains a free cluster (1201382). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201382
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201383
  Contains a free cluster (1201383). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201383
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201384
  Contains a free cluster (1201384). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201384
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201385
  Contains a free cluster (1201385). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201385
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201386
  Contains a free cluster (1201386). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201386
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201387
  Contains a free cluster (1201387). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201387
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201388
  Contains a free cluster (1201388). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201388
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201389
  Contains a free cluster (1201389). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201389
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201390
  Contains a free cluster (1201390). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201390
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201391
  Contains a free cluster (1201391). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201391
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201392
  Contains a free cluster (1201392). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201392
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201393
  Contains a free cluster (1201393). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201393
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201394
  Contains a free cluster (1201394). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201394
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201395
  Contains a free cluster (1201395). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201395
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201396
  Contains a free cluster (1201396). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201396
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201397
  Contains a free cluster (1201397). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201397
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201398
  Contains a free cluster (1201398). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201398
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201400
  Contains a free cluster (1201400). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201400
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201401
  Contains a free cluster (1201401). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201401
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201402
  Contains a free cluster (1201402). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201402
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201403
  Contains a free cluster (1201403). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201403
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201405
  Contains a free cluster (1201405). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201405
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201407
  Contains a free cluster (1201407). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201407
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201920
  Contains a free cluster (1201920). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201920
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201921
  Contains a free cluster (1201921). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201921
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201924
  Contains a free cluster (1201924). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201924
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201925
  Contains a free cluster (1201925). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201925
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201926
  Contains a free cluster (1201926). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201926
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201927
  Contains a free cluster (1201927). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201927
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201928
  Contains a free cluster (1201928). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201928
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201929
  Contains a free cluster (1201929). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201929
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201930
  Contains a free cluster (1201930). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201930
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201931
  Contains a free cluster (1201931). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201931
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201932
  Contains a free cluster (1201932). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201932
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201933
  Contains a free cluster (1201933). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201933
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201934
  Contains a free cluster (1201934). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201934
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201935
  Contains a free cluster (1201935). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201935
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201936
  Contains a free cluster (1201936). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201936
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201937
  Contains a free cluster (1201937). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201937
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201938
  Contains a free cluster (1201938). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201938
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201939
  Contains a free cluster (1201939). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201939
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201940
  Contains a free cluster (1201940). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201940
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201941
  Contains a free cluster (1201941). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201941
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201942
  Contains a free cluster (1201942). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201942
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201943
  Contains a free cluster (1201943). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201943
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201944
  Contains a free cluster (1201944). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201944
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201945
  Contains a free cluster (1201945). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201945
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201946
  Contains a free cluster (1201946). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201946
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201947
  Contains a free cluster (1201947). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201947
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201948
  Contains a free cluster (1201948). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201948
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201949
  Contains a free cluster (1201949). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201949
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201950
  Contains a free cluster (1201950). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201950
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201951
  Contains a free cluster (1201951). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201951
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201952
  Contains a free cluster (1201952). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201952
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201953
  Contains a free cluster (1201953). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201953
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201954
  Contains a free cluster (1201954). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201954
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201955
  Contains a free cluster (1201955). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201955
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201956
  Contains a free cluster (1201956). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201956
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201957
  Contains a free cluster (1201957). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201957
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201959
  Contains a free cluster (1201959). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201959
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201960
  Contains a free cluster (1201960). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201960
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201961
  Contains a free cluster (1201961). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201961
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201962
  Contains a free cluster (1201962). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201962
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201963
  Contains a free cluster (1201963). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201963
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201964
  Contains a free cluster (1201964). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201964
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201965
  Contains a free cluster (1201965). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201965
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201966
  Contains a free cluster (1201966). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201966
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201967
  Contains a free cluster (1201967). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201967
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201968
  Contains a free cluster (1201968). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201968
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201969
  Contains a free cluster (1201969). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201969
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201970
  Contains a free cluster (1201970). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201970
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201972
  Contains a free cluster (1201972). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201972
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201973
  Contains a free cluster (1201973). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201973
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201974
  Contains a free cluster (1201974). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201974
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201975
  Contains a free cluster (1201975). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201975
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201976
  Contains a free cluster (1201976). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201976
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201977
  Contains a free cluster (1201977). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201977
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201978
  Contains a free cluster (1201978). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201978
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201979
  Contains a free cluster (1201979). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201979
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201980
  Contains a free cluster (1201980). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201980
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201981
  Contains a free cluster (1201981). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201981
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201984
  Contains a free cluster (1201984). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201984
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201985
  Contains a free cluster (1201985). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201985
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201986
  Contains a free cluster (1201986). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201986
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201987
  Contains a free cluster (1201987). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201987
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201988
  Contains a free cluster (1201988). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201988
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201989
  Contains a free cluster (1201989). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201989
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201990
  Contains a free cluster (1201990). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201990
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201991
  Contains a free cluster (1201991). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201991
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201992
  Contains a free cluster (1201992). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201992
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201993
  Contains a free cluster (1201993). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201993
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201994
  Contains a free cluster (1201994). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201994
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201995
  Contains a free cluster (1201995). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201995
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201996
  Contains a free cluster (1201996). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201996
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201998
  Contains a free cluster (1201998). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201998
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1201999
  Contains a free cluster (1201999). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1201999
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202000
  Contains a free cluster (1202000). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202000
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202002
  Contains a free cluster (1202002). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202002
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202003
  Contains a free cluster (1202003). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202003
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202004
  Contains a free cluster (1202004). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202004
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202005
  Contains a free cluster (1202005). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202005
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202007
  Contains a free cluster (1202007). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202007
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202008
  Contains a free cluster (1202008). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202008
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202009
  Contains a free cluster (1202009). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202009
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202010
  Contains a free cluster (1202010). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202010
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202011
  Contains a free cluster (1202011). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202011
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202012
  Contains a free cluster (1202012). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202012
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202013
  Contains a free cluster (1202013). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202013
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202014
  Contains a free cluster (1202014). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202014
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202015
  Contains a free cluster (1202015). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202015
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202016
  Contains a free cluster (1202016). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202016
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202018
  Contains a free cluster (1202018). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202018
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202019
  Contains a free cluster (1202019). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202019
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202022
  Contains a free cluster (1202022). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202022
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202023
  Contains a free cluster (1202023). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202023
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202024
  Contains a free cluster (1202024). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202024
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202025
  Contains a free cluster (1202025). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202025
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202026
  Contains a free cluster (1202026). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202026
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202027
  Contains a free cluster (1202027). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202027
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202028
  Contains a free cluster (1202028). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202028
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202029
  Contains a free cluster (1202029). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202029
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202030
  Contains a free cluster (1202030). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202030
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202031
  Contains a free cluster (1202031). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202031
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202032
  Contains a free cluster (1202032). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202032
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202033
  Contains a free cluster (1202033). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202033
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202035
  Contains a free cluster (1202035). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202035
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202037
  Contains a free cluster (1202037). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202037
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202038
  Contains a free cluster (1202038). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202038
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202039
  Contains a free cluster (1202039). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202039
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202040
  Contains a free cluster (1202040). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202040
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202041
  Contains a free cluster (1202041). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202041
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202042
  Contains a free cluster (1202042). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202042
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202043
  Contains a free cluster (1202043). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202043
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202044
  Contains a free cluster (1202044). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202044
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202045
  Contains a free cluster (1202045). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202045
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202047
  Contains a free cluster (1202047). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202047
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202049
  Contains a free cluster (1202049). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202049
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202050
  Contains a free cluster (1202050). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202050
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202052
  Contains a free cluster (1202052). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202052
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202053
  Contains a free cluster (1202053). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202053
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202054
  Contains a free cluster (1202054). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202054
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202055
  Contains a free cluster (1202055). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202055
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202056
  Contains a free cluster (1202056). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202056
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202057
  Contains a free cluster (1202057). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202057
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202058
  Contains a free cluster (1202058). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202058
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202059
  Contains a free cluster (1202059). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202059
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202061
  Contains a free cluster (1202061). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202061
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202062
  Contains a free cluster (1202062). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202062
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202063
  Contains a free cluster (1202063). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202063
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202065
  Contains a free cluster (1202065). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202065
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202066
  Contains a free cluster (1202066). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202066
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202067
  Contains a free cluster (1202067). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202067
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202068
  Contains a free cluster (1202068). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202068
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202069
  Contains a free cluster (1202069). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202069
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202070
  Contains a free cluster (1202070). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202070
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202071
  Contains a free cluster (1202071). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202071
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202072
  Contains a free cluster (1202072). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202072
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202074
  Contains a free cluster (1202074). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202074
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202075
  Contains a free cluster (1202075). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202075
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202076
  Contains a free cluster (1202076). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202076
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202078
  Contains a free cluster (1202078). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202078
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202079
  Contains a free cluster (1202079). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202079
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202080
  Contains a free cluster (1202080). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202080
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202081
  Contains a free cluster (1202081). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202081
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202082
  Contains a free cluster (1202082). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202082
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202083
  Contains a free cluster (1202083). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202083
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202084
  Contains a free cluster (1202084). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202084
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202086
  Contains a free cluster (1202086). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202086
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202087
  Contains a free cluster (1202087). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202087
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202088
  Contains a free cluster (1202088). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202088
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202089
  Contains a free cluster (1202089). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202089
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202090
  Contains a free cluster (1202090). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202090
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202091
  Contains a free cluster (1202091). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202091
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202092
  Contains a free cluster (1202092). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202092
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202093
  Contains a free cluster (1202093). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202093
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202094
  Contains a free cluster (1202094). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202094
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202095
  Contains a free cluster (1202095). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202095
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202096
  Contains a free cluster (1202096). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202096
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202097
  Contains a free cluster (1202097). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202097
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202098
  Contains a free cluster (1202098). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202098
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202100
  Contains a free cluster (1202100). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202100
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202101
  Contains a free cluster (1202101). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202101
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202102
  Contains a free cluster (1202102). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202102
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202103
  Contains a free cluster (1202103). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202103
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202104
  Contains a free cluster (1202104). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202104
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202105
  Contains a free cluster (1202105). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202105
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202106
  Contains a free cluster (1202106). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202106
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202107
  Contains a free cluster (1202107). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202107
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202108
  Contains a free cluster (1202108). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202108
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202109
  Contains a free cluster (1202109). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202109
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202110
  Contains a free cluster (1202110). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202110
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202111
  Contains a free cluster (1202111). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202111
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202112
  Contains a free cluster (1202112). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202112
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202113
  Contains a free cluster (1202113). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202113
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202114
  Contains a free cluster (1202114). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202114
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202116
  Contains a free cluster (1202116). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202116
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202117
  Contains a free cluster (1202117). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202117
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202118
  Contains a free cluster (1202118). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202118
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202119
  Contains a free cluster (1202119). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202119
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202120
  Contains a free cluster (1202120). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202120
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202121
  Contains a free cluster (1202121). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202121
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202123
  Contains a free cluster (1202123). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202123
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202124
  Contains a free cluster (1202124). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202124
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202125
  Contains a free cluster (1202125). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202125
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202126
  Contains a free cluster (1202126). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202126
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202128
  Contains a free cluster (1202128). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202128
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202129
  Contains a free cluster (1202129). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202129
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202130
  Contains a free cluster (1202130). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202130
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202131
  Contains a free cluster (1202131). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202131
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202132
  Contains a free cluster (1202132). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202132
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202133
  Contains a free cluster (1202133). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202133
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202134
  Contains a free cluster (1202134). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202134
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202135
  Contains a free cluster (1202135). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202135
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202136
  Contains a free cluster (1202136). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202136
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202137
  Contains a free cluster (1202137). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202137
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202138
  Contains a free cluster (1202138). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202138
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202139
  Contains a free cluster (1202139). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202139
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202140
  Contains a free cluster (1202140). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202140
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202141
  Contains a free cluster (1202141). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202141
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202142
  Contains a free cluster (1202142). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202142
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202144
  Contains a free cluster (1202144). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202144
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202145
  Contains a free cluster (1202145). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202145
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202146
  Contains a free cluster (1202146). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202146
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202147
  Contains a free cluster (1202147). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202147
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202148
  Contains a free cluster (1202148). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202148
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202149
  Contains a free cluster (1202149). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202149
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202150
  Contains a free cluster (1202150). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202150
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202151
  Contains a free cluster (1202151). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202151
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202152
  Contains a free cluster (1202152). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202152
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202153
  Contains a free cluster (1202153). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202153
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202154
  Contains a free cluster (1202154). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202154
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202155
  Contains a free cluster (1202155). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202155
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202156
  Contains a free cluster (1202156). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202156
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202157
  Contains a free cluster (1202157). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202157
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202158
  Contains a free cluster (1202158). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202158
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202159
  Contains a free cluster (1202159). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202159
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202160
  Contains a free cluster (1202160). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202160
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202161
  Contains a free cluster (1202161). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202161
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202162
  Contains a free cluster (1202162). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202162
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202163
  Contains a free cluster (1202163). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202163
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202164
  Contains a free cluster (1202164). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202164
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202165
  Contains a free cluster (1202165). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202165
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202166
  Contains a free cluster (1202166). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202166
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202168
  Contains a free cluster (1202168). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202168
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202169
  Contains a free cluster (1202169). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202169
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202170
  Contains a free cluster (1202170). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202170
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202171
  Contains a free cluster (1202171). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202171
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202173
  Contains a free cluster (1202173). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202173
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/LOST.DIR/1202175
  Contains a free cluster (1202175). Assuming EOF.
/.Trash-1000/files/LOST.DIR/1202175
  File size is 65536 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/System Volume Information/WPSettings.dat
  Contains a free cluster (262147). Assuming EOF.
/.Trash-1000/files/System Volume Information/WPSettings.dat
  File size is 12 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
/.Trash-1000/files/System Volume Information/IndexerVolumeGuid
  Contains a free cluster (262148). Assuming EOF.
/.Trash-1000/files/System Volume Information/IndexerVolumeGuid
  File size is 76 bytes, cluster chain length is 0 bytes.
  Truncating file to 0 bytes.
Read 32 bytes at 108677562368:Erreur d'entrée/sortie
brybry@BrybryEL1200:~$ 
? 
brybry@BrybryEL1200:~$ udisksctl mount -b /dev/sdb1
Mounted /dev/sdb1 at /media/brybry/316D-F2AA.
brybry@BrybryEL1200:~$ 

J'ai l'impression qu'au 2ème retour, il manque un morceau qui ne s'est pas collé tant il était long  !

Dernière modification par BryBry (Le 03/08/2023, à 17:54)

Hors ligne

#69 Le 03/08/2023, à 17:57

BryBry

Re : Problème ouverture périphérique de stockage !

Et maintenant ? Je dois passer les commandes du # 61 ou pas ?

Hors ligne

#70 Le 03/08/2023, à 18:24

geole

Re : Problème ouverture périphérique de stockage !

Il me semble que tu as toujours  tes données dans le disque dur.
A mon avis, il  serait préférable, que tu reformates cette clé
parce que à chaque fois qu'il faudra refaire un FSCK, ces questions seront en permanence reposées et tôt ou tard,   il l y aura une inversion de frappe.

Mais tu viens de faire la suite du  N°61 qui avait pour but de trouver sdb1

Tu peux juste faire cela

grep /dev/sd /etc/mtab

afin de savoir si c'est monté en lecture seule ou en écriture.

Ta clé neuve a quand même de drôles de restes dans sa corbeille
.Trash-999/info/Logiciels Win 64.trashinfo


Ce serait la corbeille, lorsque ubuntu est utilisé avec un CD-ROM. Mais il me semble bien que tu es en utilisation normale  et que tu n'utilises pas windows

Dernière modification par geole (Le 03/08/2023, à 18:40)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#71 Le 03/08/2023, à 18:43

BryBry

Re : Problème ouverture périphérique de stockage !

Le retour :

brybry@BrybryEL1200:~$ grep /dev/sd /etc/mtab
/dev/sda11 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda7 /media/brybry/MY-DATA ext4 rw,nosuid,nodev,relatime,data=ordered 0 0
/dev/sdb1 /media/brybry/316D-F2AA vfat ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0
brybry@BrybryEL1200:~$ 

Hors ligne

#72 Le 03/08/2023, à 18:48

xubu1957

Re : Problème ouverture périphérique de stockage !

geole a écrit :

Ce serait la corbeille, lorsque ubuntu est utilisé avec un CD-ROM. Mais il me semble bien que tu es en utilisation normale  et que tu n'utilises pas windows

@BryBry

Ta clé, c'était la même, que pour les péripéties de ton imprimante ?


le 14/03/2023, BryBry a écrit :

xubu1957.... En attendant, je suis sur le live-cd 2018 pour copier sur clé usb  les quelques dossiers que j'ai sur l'ordi (sur my-data) et qui sont importants. Mais pour la majorité des dossiers et fichiers que j'ai crée un et enregistré en PDF ou en ODT, impossible car une fenêtre me mentionne que je n'ai pas les permissions car je ne suis pas propriétaire, alors que c'est moi qui les ai rédigé et créé ! Que dois-je faire pour obtenir les permissions et pouvoir les copier sur ma clé USB ?

Dernière modification par xubu1957 (Le 03/08/2023, à 18:50)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#73 Le 03/08/2023, à 19:16

geole

Re : Problème ouverture périphérique de stockage !

BryBry a écrit :

Le retour :
/dev/sdb1 /media/brybry/316D-F2AA vfat ro,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,showexec,utf8,flush,errors=remount-ro 0 0

Donc la clé n'est toujours pas accessible en écriture

Démonte-la correctement
attends 3 minutes, remonte-la , attends 1 minute et redonne

sudo dmesg | tail -50

As-tu réussi à déballer l'autre clé?

Dernière modification par geole (Le 03/08/2023, à 19:17)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne

#74 Le 04/08/2023, à 18:15

BryBry

Re : Problème ouverture périphérique de stockage !

xubu1957 Non ce n'est pas les mêmes  et leur capacité de stockage étaient plus petite !
Depuis que les péripéties de mon imprimante tout est rentre dans l'ordre avec elles d'autant que je n'ai plus utiliser le live-cd et que ma session fonctionne à merveille !

geole La clé n'est toujours pas accessible à l'écriture, mais surtout à l'ouverture et donc à la lecture !
J'ai bien ouvert la 2ème clé, et j'ai commencé à y copier les dossiers.
Elle s'allume bien, mais ce que je ne comprends pas, c'est qu'elle disparaît régullèrement de l'écran dès que j'arrête de taper sur le clavier pour faire une petite pause et je dois cliquer sur "entrer" pour qu'elle ré-apparaissent ! En raison du copier-coller des dossiers, je laisse mon PC ouvert, sans mise en veille ! Mais depuis ce midi, après que j'ai fait une pause pour manger, elle n'est plus réapparue alors que la clé est toujours allumé ! C'est d'ailleurs elle qui est actuellement sur le PC au moment où je te transmets le retour !
Le retour :

brybry@BrybryEL1200:~$ sudo dmesg | tail -50
[sudo] Mot de passe de brybry : 
[  280.456426] audit: type=1400 audit(1691159319.727:34): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.gnome-system-monitor" pid=1402 comm="apparmor_parser"
[  280.556945] audit: type=1400 audit(1691159319.827:35): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.jigsaw-puzzles-collections" pid=1409 comm="apparmor_parser"
[  284.438794] kauditd_printk_skb: 27 callbacks suppressed
[  284.438796] audit: type=1400 audit(1691159323.707:63): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.cups.lpstat" pid=1528 comm="apparmor_parser"
[  284.486264] audit: type=1400 audit(1691159323.755:64): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.cups.reject" pid=1532 comm="apparmor_parser"
[  284.603503] audit: type=1400 audit(1691159323.871:65): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.evince.evince" pid=1537 comm="apparmor_parser"
[  284.653393] audit: type=1400 audit(1691159323.923:66): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.evince.evince-previewer" pid=1539 comm="apparmor_parser"
[  284.690564] audit: type=1400 audit(1691159323.959:67): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.evince.evince-thumbnailer" pid=1540 comm="apparmor_parser"
[  284.795761] audit: type=1400 audit(1691159324.063:68): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.evince.hook.configure" pid=1541 comm="apparmor_parser"
[  284.826849] audit: type=1400 audit(1691159324.095:69): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-calculator.gnome-calculator" pid=1547 comm="apparmor_parser"
[  284.863297] audit: type=1400 audit(1691159324.131:70): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-calculator.hook.configure" pid=1548 comm="apparmor_parser"
[  284.944250] audit: type=1400 audit(1691159324.215:71): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-characters.gnome-characters" pid=1549 comm="apparmor_parser"
[  284.982543] audit: type=1400 audit(1691159324.251:72): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.gnome-characters.hook.configure" pid=1550 comm="apparmor_parser"
[  293.155489] kauditd_printk_skb: 13 callbacks suppressed
[  293.155491] audit: type=1326 audit(1691159332.423:86): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1867 comm="cupsd" exe="/snap/cups/980/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fde8eaebc4b code=0x50000
[  294.164170] audit: type=1326 audit(1691159333.435:87): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1868 comm="cups-proxyd" exe="/snap/cups/980/sbin/cups-proxyd" sig=0 arch=c000003e syscall=314 compat=0 ip=0x7f796f456a3d code=0x50000
[  295.000586] audit: type=1326 audit(1691159334.272:88): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1867 comm="cupsd" exe="/snap/cups/980/sbin/cupsd" sig=0 arch=c000003e syscall=93 compat=0 ip=0x7fde8eaebc4b code=0x50000
[  299.571430] rfkill: input handler disabled
[  341.964105] usb 2-8: USB disconnect, device number 3
[  344.276057] usb 2-7: new low-speed USB device number 4 using ohci-pci
[  344.505622] usb 2-7: New USB device found, idVendor=275d, idProduct=0ba6
[  344.505628] usb 2-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  344.505631] usb 2-7: Product: USB OPTICAL MOUSE 
[  344.517379] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/0003:275D:0BA6.0003/input/input16
[  344.517546] hid-generic 0003:275D:0BA6.0003: input,hidraw1: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:02.0-7/input0
[  350.734475] usb 2-7: USB disconnect, device number 4
[  351.544030] usb 2-7: new low-speed USB device number 5 using ohci-pci
[  351.773638] usb 2-7: New USB device found, idVendor=275d, idProduct=0ba6
[  351.773643] usb 2-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[  351.773646] usb 2-7: Product: USB OPTICAL MOUSE 
[  351.785506] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/0003:275D:0BA6.0004/input/input17
[  351.785675] hid-generic 0003:275D:0BA6.0004: input,hidraw1: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:02.0-7/input0
[ 2328.576821] usb usb2-port7: disabled by hub (EMI?), re-enabling...
[ 2328.576834] usb 2-7: USB disconnect, device number 5
[ 2328.912032] usb 2-7: new low-speed USB device number 6 using ohci-pci
[ 2329.141757] usb 2-7: New USB device found, idVendor=275d, idProduct=0ba6
[ 2329.141765] usb 2-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2329.141768] usb 2-7: Product: USB OPTICAL MOUSE 
[ 2329.153643] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/0003:275D:0BA6.0005/input/input18
[ 2329.153813] hid-generic 0003:275D:0BA6.0005: input,hidraw1: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:02.0-7/input0
[ 2329.701110] usb 2-7: USB disconnect, device number 6
[ 2330.200027] usb 2-7: new low-speed USB device number 7 using ohci-pci
[ 2330.429761] usb 2-7: New USB device found, idVendor=275d, idProduct=0ba6
[ 2330.429766] usb 2-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2330.429769] usb 2-7: Product: USB OPTICAL MOUSE 
[ 2330.441314] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:02.0/usb2/2-7/2-7:1.0/0003:275D:0BA6.0006/input/input19
[ 2330.441598] hid-generic 0003:275D:0BA6.0006: input,hidraw1: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:02.0-7/input0
[ 3572.904028] usb 1-10: reset high-speed USB device number 5 using ehci-pci
[ 5126.709076] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 5920.260388] perf: interrupt took too long (3128 > 3126), lowering kernel.perf_event_max_sample_rate to 63750
brybry@BrybryEL1200:~$ 

Hors ligne

#75 Le 04/08/2023, à 19:05

geole

Re : Problème ouverture périphérique de stockage !

Bonjour
Je ne sais que te dire.
Tu dis que que la clé disparait régulièrement  mais qu'elle est toujours là.
Aucun message particulier pour la clé dans le dmesg.
Peux-tu donner ces retours .

lsblk -fe7 | cat
fdisk -l

Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
Je défie QUICONQUE de trouver une discussion où j'aurais suggéré de remplacer un SSD par un disque dur.
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

En ligne