From 8a38ea4aca6a36ce819c1d21fb74968dfbd39671 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Sat, 19 May 2001 07:06:50 +0000 Subject: [PATCH] s/rfd0/fd0/ Submitted by: Valentino Vaschetto --- .../books/handbook/backups/chapter.sgml | 14 +++++++------- .../books/handbook/backups/chapter.sgml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml index d0a4ffbaa3..6b9e9d4664 100644 --- a/en_US.ISO8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -436,12 +436,12 @@ fi # place boot blocks on the floppy # -disklabel -w -B /dev/rfd0c fd1440 +disklabel -w -B /dev/fd0c fd1440 # # newfs the one and only partition # -newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/rfd0a +newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/fd0a # # mount the new floppy @@ -674,13 +674,13 @@ echo "The floppy has been unmounted and is now ready."]]> To backup all the files in the current directory and sub-directory use this (as root): - &prompt.root; tar Mcvf /dev/rfd0 * + &prompt.root; tar Mcvf /dev/fd0 * When the first floppy is full &man.tar.1; will prompt you to insert the next volume (because &man.tar.1; is media independent it refers to volumes. In this context it means floppy disk) - Prepare volume #2 for /dev/rfd0 and hit return: + Prepare volume #2 for /dev/fd0 and hit return: This is repeated (with the volume number incrementing) until all the specified files have been archived. @@ -700,12 +700,12 @@ echo "The floppy has been unmounted and is now ready."]]> To restore the entire archive use: - &prompt.root; tar Mxvf /dev/rfd0 + &prompt.root; tar Mxvf /dev/fd0 To restore only specific files you can either start with the first floppy and use: - &prompt.root; tar Mxvf /dev/rfd0 filename + &prompt.root; tar Mxvf /dev/fd0 filename &man.tar.1; will prompt you to insert subsequent floppies until it finds the required file. diff --git a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml index d0a4ffbaa3..6b9e9d4664 100644 --- a/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/backups/chapter.sgml @@ -1,7 +1,7 @@ @@ -436,12 +436,12 @@ fi # place boot blocks on the floppy # -disklabel -w -B /dev/rfd0c fd1440 +disklabel -w -B /dev/fd0c fd1440 # # newfs the one and only partition # -newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/rfd0a +newfs -t 2 -u 18 -l 1 -c 40 -i 5120 -m 5 -o space /dev/fd0a # # mount the new floppy @@ -674,13 +674,13 @@ echo "The floppy has been unmounted and is now ready."]]> To backup all the files in the current directory and sub-directory use this (as root): - &prompt.root; tar Mcvf /dev/rfd0 * + &prompt.root; tar Mcvf /dev/fd0 * When the first floppy is full &man.tar.1; will prompt you to insert the next volume (because &man.tar.1; is media independent it refers to volumes. In this context it means floppy disk) - Prepare volume #2 for /dev/rfd0 and hit return: + Prepare volume #2 for /dev/fd0 and hit return: This is repeated (with the volume number incrementing) until all the specified files have been archived. @@ -700,12 +700,12 @@ echo "The floppy has been unmounted and is now ready."]]> To restore the entire archive use: - &prompt.root; tar Mxvf /dev/rfd0 + &prompt.root; tar Mxvf /dev/fd0 To restore only specific files you can either start with the first floppy and use: - &prompt.root; tar Mxvf /dev/rfd0 filename + &prompt.root; tar Mxvf /dev/fd0 filename &man.tar.1; will prompt you to insert subsequent floppies until it finds the required file.