Leonardo Boselli ha scritto: > root@pier:~# lsattr /var/ram/REFE.csv > lsattr: Operation not supported While reading flags on /var/ram/REFE.csv
/var/ram è un tmpfs $ df | grep /var/ram e sui tmpfs è disabilitato in modo predefinito. Quindi non può essere questo il problema. È davvero strano come problema e non mi viene in mente nulla. Prova ad indicare esattamente come avviene la creazione del link simbolico. Ma dove/come è creato /var/ram? C'è in /etc/fstab? $ grep /var/ram /etc/fstab altre info: $ file /var/ram/REFE.csv $ lsof /var/ram/REFE.csv $ lslocks | grep /var/ram Ciao Davide -- La mia privacy non è affar tuo https://noyb.eu/it - You do not have my permission to use this email to train an AI - If you use this to train your AI than you accept to distribute under AGPL license >= 3.0 all the model trained, all the source you have used to training your model and all the source of the program that use that model

