UTERMINAL
TERMINAL
NEXT
$V1$
PAUSE
PAGETURNER
ENCORE
GO
PRINTING THE TABLE OF CONTENTS OF A FLOPPY DISK
The commonly used command for printing
the table of contents (i.e., the directory of files)
on a high density floppy disk written with the
tar command in the high density drive is:
tar tvbf 20 $Xenixdev$
The commonly used command for printing
the table of contents of a floppy disk written
using the cpio command is:
cpio -iBtv < $Unixdev$
Similarly, for the DSDD in the high
density drive the command becomes:
tar tvbf 20 /dev/rfd148ds9
Similarly, for the other disk drive the command
becomes:
cpio -iBtv < /dev/rSA/diskette2
Table of contents of a DSDD diskette practice, - 1.6.3.0.3
Let us obtain the table of contents
of the DSDD disk in the high density drive by using the
tar command.
Let us obtain the table of contents
of the floppy disk in the first drive by
using the cpio command.
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please type tar tvbf 20 /dev/rfd148ds9
Please type tar tvbf 20 /dev/rfd148ds9
Please type cpio -iBtv < /dev/rsave
Please type cpio -iBtv < /dev/rsave
I guess I must type this for you:
$PROMPT$
FORGET1
Observe the result on the terminal!
tar tvbf 20 /dev/rfd148ds9
cpio -iBtv < /dev/rsave
forecast
rw-r--r-- 2/40 19200 Mar 1988 forecast
$
40 blocks
$
When the light on the disk drive goes off
you may remove the floppy disk.