Solaris 8 (SPARC-Plattform Edition) 2/04 Versionshinweise

Betroffenes Dokument: “Backing Up a UFS Snapshot” in Solaris 8 System Administration Supplement

Im Beispiel "Backing Up a UFS Snapshot“ ist der folgende mount Befehl inkorrekt.


# mount -F UFS -o ro /dev/fssnap/1 /backups/home.bkup

Es folgt der korrekte mount Befehl.


# mount -F ufs -o ro /dev/fssnap/1 /backups/home.bkup