Red Hat LINUX 7.2 - OFFICIAL LINUX CUSTOMIZATION GUIDE Installationsanleitung Seite 91

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 282
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 90
Chapter 5. The ext3 File System 91
umount /dev/hdbX
In the above command, replace hdb with the drive letter and X with the partition number. For the
remainder of this section, the sample commands will use hdb1 for these values.
Next, change the file system type to ext2 by typing:
/sbin/tune2fs -O ^has_journal /dev/hdb1
Check the partition for errors by typing:
/sbin/e2fsck -y /dev/hdb1
Then mount the partition again as ext2 file system by typing:
mount -t ext2 /dev/hdb1 /mount/point
In the above command replace /mount/point with the mount point of the partition.
Next, remove the .journal file at the root level of the partition by changing to the directory where it
is mounted and typing:
rm -f .journal
You now have an ext2 partition.
Seitenansicht 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 281 282

Kommentare zu diesen Handbüchern

Keine Kommentare