Sto tentando di eliminare la cartella .Mobilebackups.trash
su OS X 10.11.4 (15E65) seguendo questi passaggi:
sudo mv /.MobileBackups.trash ~/Desktop/MobileBackupsTrash
dragging MobileBackupsTrash to the Trash
Emptying the trash
L'ultima operazione non è riuscita a dire che i file sono in uso, quindi ho estratto i file dal cestino e ho cercato di eliminarlo dal terminale.
Questo è il contenuto di una delle cartelle che sto tentando di eliminare:
./Volume/total 0
./Volume/drwxrwxr-x@ 2 root admin 68 May 3 23:54 Applications
./Volume/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 Library
./Volume/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 private
./Volume/Library/total 0
./Volume/Library/drwxr-xr-x 3 root wheel 102 May 3 23:54 Preferences
./Volume/Library/Preferences/ total 0
./Volume/Library/Preferences/ drwxr-xr-x 2 root admin 68 May 3 23:54 SystemConfiguration
./Volume/private/total 0
./Volume/private/drwxr-xr-x@ 3 root wheel 102 May 3 23:54 var
./Volume/private/var/total 0
./Volume/private/var/drwxr-xr-x@ 2 root wheel 68 May 3 23:54 db
Esaminare una delle sottocartelle ad esempio (Volume / Libreria / Preferenze) mostra quanto segue:
drwxr-xr-x 3 root wheel 102B May 3 23:54 .
drwxr-xr-x@ 3 root wheel 102B May 3 23:54 ..
com.apple.backupdelta.MoveChecked 3B
com.apple.s stem.Security 68B
0: group:everyone deny delete
drwxr-xr-x 2 root admin 68B May 3 23:54 SystemConfiguration
L'esecuzione di rm -rf SystemConfiguration/
ha come risultato:
rm: SystemConfiguration/: Operation not permitted
chflags noschg SystemConfiguration/
non mostra nulla.
chmod 777 SystemConfiguration
restituisce:
chmod 777 SystemConfiguration
chmod: Unable to change file mode on SystemConfiguration: Operation not permitted
Sto eseguendo tutti i suddetti comandi come sudoer.
Se provo a eliminare SystemConfiguration dal finder, visualizzo questo messaggio:
“SystemConfiguration” can’t be modified or deleted because it’s required by OS X.
Che cosa sto sbagliando?