Deaktivierung das Journaled File System

M

macneuling

Mitglied
Thread Starter
Dabei seit
25.07.2002
Beiträge
33
Reaktionspunkte
0
Wie kann ich das Journaled File System deaktivueren, damit Norton systemworks endlich läuft. Wozu ist diese Filesystem überhaupt?
olaf
 
Hi

You can disable journaling from the Terminal application by using diskutil. Follow these steps:

1. Log in as an Admin user to the server whose disk you want to set up for journaling.
2. Make sure that no one is using the server.
3. Open Terminal (/Applications/Utilities/).
4. Execute the diskutil command, using the disableJournal option and identifying the volume for which you want journaling disabled. To disable journaling for the root volume, for example, you would execute:

sudo /usr/sbin/diskutil disableJournal /

To disable journaling for a volume called MyDisk, you would execute:

sudo /usr/sbin/diskutil disableJournal /Volumes/MyDisk


Eine Beschreibung des JFS hier:

http://docs.info.apple.com/article.html?artnum=107249

HTH

W
 
Wenn du nicht weißt, was das Journaling ist dann wirst du es wohl auch nicht manuell aktiviert haben. Denn das muss man per Hand erstmal aktivieren, sollte dies bei dir nicht der Fall sein liegt der Fehler woanders.
 
Zurück
Oben Unten