Netapp: WAFL inconsistent: bad user data block

Se avete un errore del genere sul Netapp: Sat May 19 21:07:07 CEST [wafl.raid.incons.userdata:error]: WAFL inconsistent: bad user data block 336474968 (vvbn:95647107 fbn:50 level:0) in inode (fileid:3409596 snapid:0 file_type:1 disk_flags:0x2) in volume vol2. [Read More]
Tags: check, file, netapp, rdfile, vol, wafl

Trovare files più vecchi di una certa data

Trova tutti i files jpg nella directory cache più vecchi di 90 giorni: find /var/www/html/cache/ -name "*.jpg" -type f -mtime +90 -exec ls -al {} ; [Read More]
Tags: data, date, days, eliminare, files, older, trovare, vecchi