annotate docs/nitros9guide/free.refentry @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents d9631713b7cd
children c565a4700689
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
138
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
1 <refentry id="free">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
2 <refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
3 <refname>FREE</refname>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
4 <refpurpose>Display free space remaining on mass-storage device</refpurpose>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
5 </refnamediv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
6
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
7 <refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
8 <cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
9 <command>FREE</command>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
10 <arg choice="plain">
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
11 &replstart;devname&replend;
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
12 </arg>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
13 </cmdsynopsis>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
14 </refsynopsisdiv>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
15
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
16 <refsect1><title>Description</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
17 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
18 This command displays the number of unused 256-byte sectors on a
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
19 device which are available for new files or for expanding existing
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
20 files. The device name given must be that of a mass-storage
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
21 multifile device. &quot;Free&quot; also displays the disk's name, creation
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
22 date, and cluster size.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
23 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
24 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
25 Data sectors are allocated in groups called &quot;clusters&quot;. The number
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
26 of sectors per cluster depends on the storage capacity and physical
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
27 characteristics of the specific device. This means that small
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
28 amounts of free space may not be divisible into as many files. For
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
29 example, if a given disk system uses 8 sectors per cluster, and a
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
30 &quot;free&quot; command shows 32 sectors free, a maximum of four new files
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
31 could be created even if each has only one cluster.
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
32 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
33 <para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
34 For more information see: 3.10
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
35 </para>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
36 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
37 <refsect1><title>Examples</title>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
38 <screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
39 OS9: free
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
40 BACKUP DATA DISK created on: 80/06/12
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
41 Capacity: 1,232 sectors (1-sector clusters)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
42 1,020 free sectors, largest block 935 sectors
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
43
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
44 OS9: free /D1
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
45 OS-9 Documentation Disk created on: 81/04/13
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
46 Capacity: 1,232 sectors (1-sector clusters)
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
47 568 Free sectors, largest block 440 sectors
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
48 </screen>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
49 </refsect1>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
50 </refentry>
d9631713b7cd Split up the commands into individual files.
roug
parents:
diff changeset
51