Solaris 8 (Intel Platform Edition) 2/02 Release Notes

Document Affected: "Backing Up a UFS Snapshot" in Solaris 8 System Administration Supplement

In the "Backing Up a UFS Snapshot" example, the following mount command is incorrect.


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

The following is the correct mount command.


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