Impossibile cancellare file dall'unità Buffalo remota, "Autorizzazione negata"

1

Ci sono diversi file su un'unità Buffalo remota che non riesco a eliminare. Sto usando un Mac (OSX 10.9.5) e Finder segnala il filesystem del disco come "SMB (NTFS)".

Ho provato dalla GUI e dal terminale, ma ottengo sempre "Autorizzazione negata":

Web$ rm -f LigatureSymbols-2.11.eot
rm: LigatureSymbols-2.11.eot: Permission denied

Anche con "sudo":

Web$ sudo rm -f LigatureSymbols-2.11.eot 
Password:
rm: LigatureSymbols-2.11.eot: Permission denied

Ecco un elenco di directory:

-rwxrwxrwx  1 Web  staff    4096 Jun 26  2014 ._LigatureSymbols-2.11.eot
-rwxrwxrwx  1 Web  staff    4096 Jun 26  2014 ._LigatureSymbols-2.11.otf
-rwxrwxrwx  1 Web  staff    4096 Jun 26  2014 ._LigatureSymbols-2.11.svg
-rwxrwxrwx  1 Web  staff    4096 Jun 26  2014 ._LigatureSymbols-2.11.ttf
-rwxrwxrwx  1 Web  staff    4096 Jun 26  2014 ._LigatureSymbols-2.11.woff
-rwxrwxrwx@ 1 Web  staff   83542 Jan 30  2013 LigatureSymbols-2.11.eot
-rwxrwxrwx@ 1 Web  staff   82468 Jan 30  2013 LigatureSymbols-2.11.otf
-rwxrwxrwx@ 1 Web  staff  201950 Jan 30  2013 LigatureSymbols-2.11.svg
-rwxrwxrwx@ 1 Web  staff   83340 Jan 30  2013 LigatureSymbols-2.11.ttf
-rwxrwxrwx@ 1 Web  staff   62636 Jan 30  2013 LigatureSymbols-2.11.woff
drwxrwxrwx  2 Web  staff   16384 Mar  5 08:59 _notes

Ho effettuato l'accesso come "Web", quindi sembra che io sia il proprietario. Sembra anche che io abbia piena autorizzazione (leggi, scrivi, esegui).

Ho provato a cercare i flag (come "immutable") che potrebbero impedire la cancellazione, ma non sembrano esserci:

Web$ ls -leO
-rwxrwxrwx@ 1 Web  staff  -  83542 Jan 30  2013 LigatureSymbols-2.11.eot
-rwxrwxrwx@ 1 Web  staff  -  82468 Jan 30  2013 LigatureSymbols-2.11.otf
-rwxrwxrwx@ 1 Web  staff  - 201950 Jan 30  2013 LigatureSymbols-2.11.svg
-rwxrwxrwx@ 1 Web  staff  -  83340 Jan 30  2013 LigatureSymbols-2.11.ttf
-rwxrwxrwx@ 1 Web  staff  -  62636 Jan 30  2013 LigatureSymbols-2.11.woff
drwxrwxrwx  2 Web  staff  -  16384 Mar  5 08:59 _notes

Ho provato a rimuovere il flag "immutable", anche se non sembra essere impostato, ma senza successo:

Web$ chflags nouchg LigatureSymbols-2.11.eot
Web$ rm -f LigatureSymbols-2.11.eot
rm: LigatureSymbols-2.11.eot: Permission denied

Ho notato alcuni "attributi estesi" (@) sui file, ma nulla che ovviamente impedirebbe la cancellazione:

com.apple.ResourceFork     286 
com.apple.quarantine        42 
com.apple.metadata:kMDItemWhereFroms       137

E non riesco a rimuovere questi attributi neanche:

Web$ xattr -c LigatureSymbols-2.11.eot
xattr: [Errno 13] Permission denied: 'LigatureSymbols-2.11.eot'

Neanche con "sudo":

Web$ sudo xattr -c LigatureSymbols-2.11.eot
Password:
xattr: [Errno 13] Permission denied: 'LigatureSymbols-2.11.eot'

Come posso rimuovere questi file dall'unità?

Modifica: C'è qualche strumento o metodo per "forzare la cancellazione" dei file senza riguardo per il permesso?

    
posta showdev 05.03.2015 - 20:41
fonte

0 risposte

Leggi altre domande sui tag