Ho un disco in fase di montaggio (manualmente o automaticamente usando usbmount) e non posso cambiare il proprietario o modificare le autorizzazioni sull'unità montata o su cartelle / file all'interno affinché Mono possa scrivere file su di esso. Continuo a ricevere un'operazione non consentita errore. Da allora ho rimosso il pacchetto usbmount e sto cercando di influenzare le autorizzazioni sull'unità montata .. non posso toccarlo
$sudo chmod 777 Folder
drwx------ 2 jroper jroper 16384 Sep 13 16:13 Folder/
jroper@ubuntu:/media/usb$ ll
drwxr-xr-x 4 root root 16384 Dec 31 1969 ./
drwxr-xr-x 12 root root 4096 Sep 13 16:30 ../
-rwxr-xr-x 1 root root 0 Sep 13 14:43 File.txt*
drwxr-xr-x 2 root root 16384 Sep 13 16:13 Folder/
drwxr-xr-x 2 root root 16384 Sep 13 14:23 System Volume Information/
jroper@ubuntu:/media/usb$ sudo chmod 777 Folder
jroper@ubuntu:/media/usb$ ll
total 52
drwxr-xr-x 4 root root 16384 Dec 31 1969 ./
drwxr-xr-x 12 root root 4096 Sep 13 16:30 ../
-rwxr-xr-x 1 root root 0 Sep 13 14:43 File.txt*
drwxr-xr-x 2 root root 16384 Sep 13 16:13 Folder/
drwxr-xr-x 2 root root 16384 Sep 13 14:23 System Volume Information/
jroper@ubuntu:/media/usb$ sudo chown jroper:jroper Folder
chown: changing ownership of ‘Folder’: Operation not permitted
jroper@ubuntu:/media/usb$ ll
total 52
drwxr-xr-x 4 root root 16384 Dec 31 1969 ./
drwxr-xr-x 12 root root 4096 Sep 13 16:30 ../
-rwxr-xr-x 1 root root 0 Sep 13 14:43 File.txt*
drwxr-xr-x 2 root root 16384 Sep 13 16:13 Folder/
drwxr-xr-x 2 root root 16384 Sep 13 14:23 System Volume Information/
jroper@ubuntu:/media/usb$ sudo chgrp jroper Folder/
chgrp: changing group of ‘Folder/’: Operation not permitted